From: Daniel Lezcano Date: Thu, 28 May 2009 10:10:51 +0000 (+0200) Subject: Fix lxc-netstat X-Git-Tag: lxc_0_6_3~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8af8e239ed6dc586f6a6b8035f6fab95e55e998;p=thirdparty%2Flxc.git Fix lxc-netstat The lxc-unshare cli has changed, fix the call to lxc-unshare in lxc-netstat. Signed-off-by: Daniel Lezcano --- diff --git a/src/lxc/lxc-netstat.in b/src/lxc/lxc-netstat.in index 901c3230f..6f4b16308 100644 --- a/src/lxc/lxc-netstat.in +++ b/src/lxc/lxc-netstat.in @@ -23,7 +23,7 @@ for i in $*; do done if [ -z "$exec" ]; then - exec @BINDIR@/lxc-unshare -m -- @BINDIR@/lxc-netstat -n $name --exec $* + exec @BINDIR@/lxc-unshare -s MOUNT -- @BINDIR@/lxc-netstat -n $name --exec $* fi if [ -z "$name" ]; then