From: Enrico Scholz Date: Tue, 18 Nov 2003 23:22:18 +0000 (+0000) Subject: merged in changes from 0.25 X-Git-Tag: VERSION_0_10~1076 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a943b6052ebfd34cda342f3c36183e2cab5f8f9;p=util-vserver.git merged in changes from 0.25 git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@409 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/sysv/rebootmgr.subst b/util-vserver/sysv/rebootmgr.subst index 84b00e2..f60a5fe 100755 --- a/util-vserver/sysv/rebootmgr.subst +++ b/util-vserver/sysv/rebootmgr.subst @@ -17,6 +17,8 @@ case "$1" in VSERVERS= for serv in *.conf do + test -f "$serv" || continue + serv=`basename $serv .conf` if [ -d $DEFAULT_VSERVERDIR/$serv ] ; then VSERVERS="$VSERVERS $serv" diff --git a/util-vserver/sysv/vservers.subst b/util-vserver/sysv/vservers.subst index 3556651..951309c 100755 --- a/util-vserver/sysv/vservers.subst +++ b/util-vserver/sysv/vservers.subst @@ -12,6 +12,8 @@ sortserver(){ cd /etc/vservers for serv in *.conf do + test -f "$serv" || continue + PRIORITY=100 . $serv test "$ONBOOT" || continue