[lxc-devel] [PATCH 2/4] lxc: update .gitignore w/ autogen.sh created files

2010-05-29 Thread Michel Normand
remove trailing / for .pc and patches that may be symbolic links. and remove all test/* files that do not exist anymore since commit 92d385229be040cf034ac6efd9405b7bdfe06a3e Signed-off-by: Michel Normand --- .gitignore | 27 ++- 1 files changed, 6 insertions(+), 21 del

[lxc-devel] [PATCH 3/4] lxc: update man pages about logpriority

2010-05-29 Thread Michel Normand
Signed-off-by: Michel Normand --- doc/common_options.sgml.in |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/doc/common_options.sgml.in b/doc/common_options.sgml.in index 4a0b689..32e89ce 100644 --- a/doc/common_options.sgml.in +++ b/doc/common_options.sgml.in @@ -79,

[lxc-devel] [PATCH 1/4] lxc: remove remaining .cvsignore files

2010-05-29 Thread Michel Normand
Signed-off-by: Michel Normand --- .cvsignore | 12 config/.cvsignore |8 doc/.cvsignore |8 scripts/.cvsignore |4 src/.cvsignore |5 - src/lxc/.cvsignore | 29 - test/.cvsignore| 19 ---

[lxc-devel] [PATCH 4/4] lxc: lxc-unshare asprintf error checking

2010-05-29 Thread Michel Normand
same correction in lxc_unshare.c as already done in lxc_start.c and lxc_restart.c by Nathan in commit fa9ab20562649707d44bfff90df44b7bc1a9f8b3 Signed-off-by: Michel Normand --- src/lxc/lxc_unshare.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/lxc/lxc_unshare.c b