From 24e0790e388ae76fb2dde5fbd719ba3dc6b0325b Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 4 Oct 2007 14:44:13 +0000 Subject: Fix rc-help regarding per runlevel config files --- sh/rc-help.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'sh') diff --git a/sh/rc-help.sh b/sh/rc-help.sh index 5e2de1c7..6c568f33 100755 --- a/sh/rc-help.sh +++ b/sh/rc-help.sh @@ -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 " -- cgit v1.2.3