[lxc-devel] lxc-netstat should use @LXCPATH@ for lxcpath=

Andrian Nord nightnord at gmail.com
Sat Nov 14 21:31:23 UTC 2009


Typo ;)

Signed-off-by: Andrian Nord <NightNord at gmail.com>

diff --git a/src/lxc/lxc-netstat.in b/src/lxc/lxc-netstat.in
index 4ced22d..30700b2 100644
--- a/src/lxc/lxc-netstat.in
+++ b/src/lxc/lxc-netstat.in
@@ -1,7 +1,7 @@
 #!/bin/bash
 # set -ex
 
-lxcpath=/var/lib/lxc
+lxcpath=@LXCPATH@
 exec=""
 
 if [ ! -r $lxcpath ]; then




More information about the lxc-devel mailing list