diff -up initscripts-9.03.31/init/rc.conf.runlevel7 initscripts-9.03.31/init/rc.conf --- initscripts-9.03.31/init/rc.conf.runlevel7 2012-04-27 03:48:34.000000000 -0600 +++ initscripts-9.03.31/init/rc.conf 2013-02-12 16:29:08.235855507 -0700 @@ -14,4 +14,8 @@ task export RUNLEVEL console output -exec /etc/rc.d/rc $RUNLEVEL +script + runlvl=$RUNLEVEL + [ "$RUNLEVEL" = "4" ] && runlvl=7 + exec /etc/rc.d/rc $runlvl +end script