As discussed on the -dev ml, RC_DEPEND_STRICT now defaults to yes.
This commit is contained in:
parent
9ea8afb200
commit
4a8feebc1b
@ -1,6 +1,10 @@
|
|||||||
# ChangeLog for Gentoo System Intialization ("rc") scripts
|
# ChangeLog for Gentoo System Intialization ("rc") scripts
|
||||||
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
|
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
|
||||||
|
|
||||||
|
20 Aug 2007; Roy Marples <uberlord@gentoo.org>:
|
||||||
|
|
||||||
|
As discussed on the -dev ml, RC_DEPEND_STRICT now defaults to yes.
|
||||||
|
|
||||||
17 Aug 2007; Roy Marples <uberlord@gentoo.org>:
|
17 Aug 2007; Roy Marples <uberlord@gentoo.org>:
|
||||||
|
|
||||||
Stop un-needed services when changing runlevels, #189050.
|
Stop un-needed services when changing runlevels, #189050.
|
||||||
|
@ -26,7 +26,7 @@ RC_QUIET="no"
|
|||||||
# both will be started, but services that depend on 'net' will work if either
|
# both will be started, but services that depend on 'net' will work if either
|
||||||
# one comes up. With RC_DEPEND_STRICT="yes" we would require them both to
|
# one comes up. With RC_DEPEND_STRICT="yes" we would require them both to
|
||||||
# come up.
|
# come up.
|
||||||
RC_DEPEND_STRICT="no"
|
RC_DEPEND_STRICT="yes"
|
||||||
|
|
||||||
# Do we allow services to be hotplugged? If not, set to RC_HOTPLUG="no"
|
# Do we allow services to be hotplugged? If not, set to RC_HOTPLUG="no"
|
||||||
# NOTE: This does not affect anything hotplug/udev/devd related, just the
|
# NOTE: This does not affect anything hotplug/udev/devd related, just the
|
||||||
|
Loading…
Reference in New Issue
Block a user