*** vserver.orig 2002-11-02 19:27:50.000000000 -0600 --- vserver 2002-11-02 19:30:36.000000000 -0600 *************** *** 354,362 **** FLAGS= CAPS= get_initdefault $1 ! STARTCMD="/etc/rc.d/rc $INITDEFAULT" ! if [ -x /vservers/$1/etc/init.d/rc ] ; then ! STARTCMD="/etc/init.d/rc $INITDEFAULT" fi DISCONNECT= --- 354,366 ---- FLAGS= CAPS= get_initdefault $1 ! if [ -n "$S_START" ] ; then ! STARTCMD="$S_START" ! else ! STARTCMD="/etc/rc.d/rc $INITDEFAULT" ! if [ -x /vservers/$1/etc/init.d/rc ] ; then ! STARTCMD="/etc/init.d/rc $INITDEFAULT" ! fi fi DISCONNECT= *************** *** 462,470 **** # The fakeinit flag tell us how to turn off the server get_initdefault $1 export PREVLEVEL=$INITDEFAULT ! STOPCMD="/etc/rc.d/rc 6" ! if [ -x /vservers/$1/etc/init.d/rc ] ; then ! STOPCMD="/etc/init.d/rc 6" fi for f in $S_FLAGS dummy do --- 466,478 ---- # The fakeinit flag tell us how to turn off the server get_initdefault $1 export PREVLEVEL=$INITDEFAULT ! if [ -n "$S_STOP" ] ; then ! STOPCMD="$S_STOP" ! else ! STOPCMD="/etc/rc.d/rc 6" ! if [ -x /vservers/$1/etc/init.d/rc ] ; then ! STOPCMD="/etc/init.d/rc 6" ! fi fi for f in $S_FLAGS dummy do