]> git.pld-linux.org Git - packages/util-vserver.git/blobdiff - vservers-legacy.init
- fix sysctl location
[packages/util-vserver.git] / vservers-legacy.init
old mode 100644 (file)
new mode 100755 (executable)
index 6724107..4015d53
@@ -2,14 +2,12 @@
 # chkconfig: 345 98 02
 # description: The vservers service is used to start and stop all
 #              the virtual servers.
-#
-# $Id$
 
 . /etc/init.d/functions
 
 . /etc/sysconfig/vservers-legacy
 
-[ -n "$UTIL_VSERVER_VARS" ] || UTIL_VSERVER_VARS=/usr/lib/util-vserver/util-vserver-vars
+[ -n "$UTIL_VSERVER_VARS" ] || UTIL_VSERVER_VARS=/usr/share/util-vserver/util-vserver-vars
 if [ ! -e "$UTIL_VSERVER_VARS" ] ; then
        echo "Can not find util-vserver installation (the file '$UTIL_VSERVER_VARS' would be expected); aborting..." >&2
        exit 1
This page took 0.150498 seconds and 4 git commands to generate.