Make sure we list all config files in rc help output.

This commit is contained in:
Mike Frysinger 2007-08-25 18:17:05 +00:00
parent 9cf4628aaa
commit 4a23e42be8
2 changed files with 9 additions and 3 deletions

View File

@ -1,9 +1,13 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
25 Aug 2007; Mike Frysinger <vapier@gentoo.org>:
Make sure we list all config files in rc help output.
22 Aug 2007; Roy Marples <uberlord@gentoo.org>:
Only open /proc/cmdline if it exists, #189686 thanks to Christian Affolter
Only open /proc/cmdline if it exists, #189686 thanks to Christian Affolter.
21 Aug 2007; Roy Marples <uberlord@gentoo.org>:

View File

@ -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 "