[lxc-devel] [GIT] lxc branch, master, updated. 1ea6db2923761b45b4400c32810b17f58785057a
Daniel Lezcano
git at users.sourceforge.net
Fri Jun 12 14:03:58 UTC 2009
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lxc".
The branch, master has been updated
via 1ea6db2923761b45b4400c32810b17f58785057a (commit)
via ddceb1f9fa9cedec49f7cd4c04a640cf3a529b87 (commit)
via dbbf8b4ecb95f3f55327b12d66e1727d2c559270 (commit)
via 287745ca251787c50ee48b2c905e81fa8369fb5e (commit)
from bcd952a11e98e1da5cb28b31c52a65c71f1375c0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1ea6db2923761b45b4400c32810b17f58785057a
Author: Daniel Lezcano <dlezcano at fr.ibm.com>
Date: Fri Jun 12 16:02:14 2009 +0200
unshare the utsname in all the cases
The current code implies we have to define a utsname in order
to unshare it. This problematic in case of system container because
we want them to set their hostname. As the utsname namespace is
a COW, we can safely unshare it in all the cases.
Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>
commit ddceb1f9fa9cedec49f7cd4c04a640cf3a529b87
Author: Daniel Lezcano <dlezcano at fr.ibm.com>
Date: Fri Jun 12 16:02:14 2009 +0200
fix capability.h compilation problem
The capability.h header is broken on fedora 11.
The workaround is to include <sys/types.h> before <sys/capability.h>.
Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>
commit dbbf8b4ecb95f3f55327b12d66e1727d2c559270
Author: Daniel Lezcano <dlezcano at fr.ibm.com>
Date: Wed Jun 10 19:04:41 2009 +0200
remove pkg-config dependency from lxc
Stupid me, we don't want to add a dependency to an external
tool as the library has to be standalone.
Just let lxc to define a .pc file, so the upper layer will
find the needed informations to use it.
Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>
commit 287745ca251787c50ee48b2c905e81fa8369fb5e
Author: Daniel Lezcano <dlezcano at fr.ibm.com>
Date: Wed Jun 10 19:04:41 2009 +0200
remove lxc-config file
Remove this file as it is not used.
Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 3 ++-
src/lxc/lxc-config.in | 14 --------------
src/lxc/lxc-version.in | 3 +--
src/lxc/start.c | 5 ++---
4 files changed, 5 insertions(+), 20 deletions(-)
delete mode 100644 src/lxc/lxc-config.in
hooks/post-receive
--
lxc
More information about the lxc-devel
mailing list