aboutsummaryrefslogtreecommitdiff
path: root/sh/rc-help.sh
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-08-25 18:17:05 +0000
committerMike Frysinger <vapier@gentoo.org>2007-08-25 18:17:05 +0000
commit4a23e42be85333dccc39cca6555b96a065ff3855 (patch)
treeeecae582e6dc55f13b56f537b777befc2ed6d1ae /sh/rc-help.sh
parent9cf4628aaa780eb8173c7184d5ccf4f0f3b1abb1 (diff)
Make sure we list all config files in rc help output.
Diffstat (limited to 'sh/rc-help.sh')
-rwxr-xr-xsh/rc-help.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/sh/rc-help.sh b/sh/rc-help.sh
index a4b8ce13..789537cf 100755
--- a/sh/rc-help.sh
+++ b/sh/rc-help.sh
@@ -230,11 +230,13 @@ ${CYAN}Configuration files:${OFF}
if [ "${BE_VERBOSE}" = "yes" ] ; then
printf "
There are two files which will be sourced for possible configuration by
- the rc-scripts. They are (sourced from top to bottom):
+ the rc-scripts. They are (sourced from left to right, top to bottom):
"
fi
-printf " /etc/conf.d/${SERVICE}${NL} /etc/rc.conf"
+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"
if [ "${BE_VERBOSE}" = "yes" ] ; then
printf "