From: legoater Date: Wed, 19 Nov 2008 11:08:06 +0000 (+0000) Subject: changed /var location X-Git-Tag: lxc_0_5_0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea3d71b1fc11fca4e5583db6c98ec01b10f3445d;p=thirdparty%2Flxc.git changed /var location From: Cedric Le Goater changed /var location Signed-off-by: Cedric Le Goater --- diff --git a/src/lxc/lxc-ls.in b/src/lxc/lxc-ls.in index 5809ab31e..aa84887db 100644 --- a/src/lxc/lxc-ls.in +++ b/src/lxc/lxc-ls.in @@ -1,6 +1,6 @@ #!/bin/bash -lxcpath=@prefix@/var/lxc +lxcpath=@localstatedir@/lxc if [ ! -r $lxcpath ]; then exit 0 diff --git a/src/lxc/lxc-ps.in b/src/lxc/lxc-ps.in index f4c197005..9c5bf83f7 100755 --- a/src/lxc/lxc-ps.in +++ b/src/lxc/lxc-ps.in @@ -1,6 +1,6 @@ #!/bin/bash # set -ex -lxcpath=@prefix@/var/lxc +lxcpath=@localstatedir@/lxc if [ ! -r $lxcpath ]; then exit 0