aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-07-21 12:49:51 +0000
committerRoy Marples <roy@marples.name>2007-07-21 12:49:51 +0000
commit6343b488938a9ba4d53252c9021905ead5bf189a (patch)
tree1dc6a840ccc43f406333aaeb2c7ad85309c0f978 /ChangeLog
parent76f2391ecea775b6d84299620bd1ac18d22b2564 (diff)
RC_DEPEND_STRICT now controls dependency strictness.
If yes then we only use services in the boot and default runlevels, regradless of service state. If no then we take into account coldplugged services and the state of currently running services. Fixes #185640.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16f1bc90..9a81b7cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
+ 21 Jul 2007; Roy Marples <uberlord@gentoo.org>:
+
+ RC_DEPEND_STRICT now controls dependency strictness.
+ If yes then we only use services in the boot and default runlevels,
+ regradless of service state.
+ If no then we take into account coldplugged services and the state
+ of currently running services.
+ Fixes #185640.
+
15 Jul 2007; Roy Marples <uberlord@gentoo.org>:
adsl module now finds the correct exe, #185276 thanks to Marcello Laganà.