Fix rc-help regarding per runlevel config files
This commit is contained in:
parent
53176d12ad
commit
24e0790e38
@ -234,9 +234,12 @@ printf "
|
|||||||
"
|
"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
printf " /etc/conf.d/rc${NL:- } /etc/conf.d/rc.${SOFTLEVEL}"
|
printf " /etc/conf.d/rc
|
||||||
printf " /etc/conf.d/${SERVICE}${NL} /etc/conf.d/${SERVICE}.${SOFTLEVEL}"
|
/etc/conf.d/rc.\${RC_SOFTLEVEL}
|
||||||
printf " /etc/rc.conf"
|
/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
|
if [ "${BE_VERBOSE}" = "yes" ] ; then
|
||||||
printf "
|
printf "
|
||||||
|
Loading…
Reference in New Issue
Block a user