Fix rc-help regarding per runlevel config files

This commit is contained in:
Roy Marples 2007-10-04 14:44:13 +00:00
parent 53176d12ad
commit 24e0790e38

View File

@ -234,9 +234,12 @@ printf "
"
fi
printf " /etc/conf.d/rc${NL:- } /etc/conf.d/rc.${SOFTLEVEL}"
printf " /etc/conf.d/${SERVICE}${NL} /etc/conf.d/${SERVICE}.${SOFTLEVEL}"
printf " /etc/rc.conf"
printf " /etc/conf.d/rc
/etc/conf.d/rc.\${RC_SOFTLEVEL}
/etc/conf.d/${SERVICE}
/etc/conf.d/${SERVICE}.\${RC_SOFTLEVEL}
/etc/rc.conf
\${RC_SOFTLEVEL} denotes the name of the runlevel"
if [ "${BE_VERBOSE}" = "yes" ] ; then
printf "