X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fsysv%2Frebootmgr;h=8d60dd92804041bd1676c7e589afaf65b4f1d407;hb=faa778968d1a7dfeaebc9fe4b847e691dc62fd15;hp=083cafe43efcd7941939ed472cc85f75716bf563;hpb=dfd7c5abfa53e81582a7ca7e88f6ab82dda39085;p=util-vserver.git diff --git a/util-vserver/sysv/rebootmgr b/util-vserver/sysv/rebootmgr index 083cafe..8d60dd9 100755 --- a/util-vserver/sysv/rebootmgr +++ b/util-vserver/sysv/rebootmgr @@ -18,14 +18,14 @@ PIDFILE=/var/run/rebootmgr.pid case "$1" in start) echo "Starting the reboot manager" - cd $CONFDIR + cd $__CONFDIR VSERVERS= for serv in *.conf do test -f "$serv" || continue serv=`basename $serv .conf` - if [ -d $DEFAULT_VSERVERDIR/$serv ] ; then + if [ -d $__DEFAULT_VSERVERDIR/$serv ] ; then VSERVERS="$VSERVERS $serv" fi done