On 11/11/2012 08:28, Stéphane Graber wrote:
>
> This was proposed and discarded already a few weeks back as namespace.h
> includes sched.h.
Will have to see if it's now not required, but unless namespace.h has
been added after -rc2, with that one it was really needed.
--
Dieg
This avoids an implicit declaration.
Signed-off-by: Diego Elio Pettenò
---
src/lxc/namespace.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/lxc/namespace.c b/src/lxc/namespace.c
index 3e6fc3a..1f7684e 100644
--- a/src/lxc/namespace.c
+++ b/src/lxc/namespace.c
@@ -30,6 +30,7
to manage.
Signed-off-by: Diego Elio Pettenò
---
configure.ac| 6 +-
src/lxc/Makefile.am | 31 +++
2 files changed, 8 insertions(+), 29 deletions(-)
diff --git a/configure.ac b/configure.ac
index 900e1e7..a9a88c5 100644
--- a/configure.ac
+++ b/configure.ac
This fixes lxc-sshd still referring to '${libdir}'.
Signed-off-by: Diego Elio Pettenò
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index a9a88c5..cf653ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -
This fixes lxc-sshd still referring to '${libdir}'.
Signed-off-by: Diego Elio Pettenò
---
configure.ac |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0c8aa69..edb73ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61
I don't think I'll have time to
come down there :|
--
Diego Elio Pettenò — Flameeyes
flamee...@flameeyes.eu — http://blog.flameeyes.eu/
--
Live Security Virtual Conference
Exclusive live event will cover all t
rkaround requirement to use the realname of the block device;
- get __NR_setns from asm/unistd.h rather than kernel source
The last one is by Kevin Pyle, but as far as I can tell these have all
been sent to the list. If you want I can resend.
Please?
--
Diego Elio Pettenò — Flameeye
ake the library build happening with
libtool rather than manually, and that would also be a good idea if you
want to make it a library that is actually exposed as public.
--
Diego Elio Pettenò — Flameeyes
flamee...@flameeyes.eu — htt
to manage.
Signed-off-by: Diego Elio Pettenò
---
configure.ac|6 +-
src/lxc/Makefile.am | 31 +++
2 files changed, 8 insertions(+), 29 deletions(-)
diff --git a/configure.ac b/configure.ac
index e8f0cb5..8c0864a 100644
--- a/configure.ac
+++ b/configure.ac
Signed-off-by: Diego Elio Pettenò
---
.gitignore | 19 ++-
1 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/.gitignore b/.gitignore
index 8c84a23..725b9e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,22 +24,30 @@ libtool
lxc.spec
lxc.pc
+templates/lxc
This allows to stop keeping 0-sized files around just for the sake of
automake not complaining about them missing.
Signed-off-by: Diego Elio Pettenò
---
Makefile.am |5 +
configure.ac |2 +-
2 files changed, 2 insertions(+), 5 deletions(-)
delete mode 100644 NEWS
delete mode
11 matches
Mail list logo