summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-02-06 10:56:42 +0000
committerChristian Heim <phreak@gentoo.org>2006-02-06 10:56:42 +0000
commit407f1387ef2b70b58fac2da600dbba8d1ba8d8c2 (patch)
tree695aa5cd9aba5181bb004a7bb659a099a3c389fb /ChangeLog
parentMerging r1836 (diff)
downloadbaselayout-vserver-407f1387ef2b70b58fac2da600dbba8d1ba8d8c2.tar.gz
baselayout-vserver-407f1387ef2b70b58fac2da600dbba8d1ba8d8c2.tar.bz2
baselayout-vserver-407f1387ef2b70b58fac2da600dbba8d1ba8d8c2.zip
Merging r1851
svn path=/baselayout-vserver/branches/baselayout-1_12/; revision=227
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99d37fa..9552932 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,23 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPLv2
+ 25 Jan 2006; Roy Marples <uberlord@gentoo.org>:
+
+ New variable RC_ULIMIT applies ulimit commands before starting a service.
+ This should be configured in /etc/conf.d/foo for service foo, but can also
+ be configured in /etc/conf.d/rc on a global basis.
+ RC_DAEMON now works in a similar way, instead of RC_DAEMON_foo.
+ Fixes, #120151.
+
+ 24 Jan 2006; Roy Marples <uberlord@gentoo.org>:
+
+ Dependant services are restarted correctly when the restarted
+ service is started and not inactive, #120154.
+
+ 21 Jan 2006; Roy Marples <uberlord@gentoo.org>:
+
+ Ensure that CRITICAL_SERVICES are in the boot runlevel, #117912.
+
* baselayout-1.12.0_pre15 (20 Jan 2006)
20 Jan 2006; Roy Marples <uberlord@gentoo.org>: