From ea3d71b1fc11fca4e5583db6c98ec01b10f3445d Mon Sep 17 00:00:00 2001 From: legoater Date: Wed, 19 Nov 2008 11:08:06 +0000 Subject: [PATCH] changed /var location From: Cedric Le Goater changed /var location Signed-off-by: Cedric Le Goater --- src/lxc/lxc-ls.in | 2 +- src/lxc/lxc-ps.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2