]> git.pld-linux.org Git - packages/util-vserver.git/blobdiff - rebootmgr.init
- up to pre3126
[packages/util-vserver.git] / rebootmgr.init
old mode 100644 (file)
new mode 100755 (executable)
index 5a7ae5e..65eb453
@@ -5,12 +5,10 @@
 #              the /sbin/vreboot command to talk with the reboot manager
 # processname: rebootmgr
 # config: /etc/vservers
-#
-# $Id$
 
 . /etc/init.d/functions
 
-[ -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.05086 seconds and 4 git commands to generate.