diff options
author | Christian Heim <phreak@gentoo.org> | 2006-01-15 10:42:17 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2006-01-15 10:42:17 +0000 |
commit | 5ad71a399280f9210b1076099b7ee64ed36ff0b8 (patch) | |
tree | 9aa9725a755b67b0c86a718ba8cecc42f6ac6f20 /ChangeLog | |
parent | Merging r1802 (diff) | |
download | baselayout-vserver-5ad71a399280f9210b1076099b7ee64ed36ff0b8.tar.gz baselayout-vserver-5ad71a399280f9210b1076099b7ee64ed36ff0b8.tar.bz2 baselayout-vserver-5ad71a399280f9210b1076099b7ee64ed36ff0b8.zip |
Merging r1822 from trunk
svn path=/baselayout-vserver/trunk/; revision=208
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1,6 +1,33 @@ # ChangeLog for Gentoo System Intialization ("rc") scripts # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPLv2 + 14 Jan 2006; Roy Marples <uberlord@gentoo.org>: + + Changed runscript.sh to store it's services to restart like rc. + +* baselayout-1.12.0_pre14 (13 Jan 2006) + + 13 Jan 2006; Mike Frysinger <vapier@gentoo.org>: + + Filter all of fuse as network based since there's no way for us to know + if the thing is local or not #118552 by Pete Ezzo.' + + 13 Jan 2006; Roy Marples <uberlord@gentoo.org>: + + Added warning to modules.autoload.d files stating that it's a bad idea + to put modules there that trigger hotplug events which in turn start + services, #118419. + + Services that need a service which is inactive at boot are now scheduled + to start when the inactive service starts, #118801. + + 12 Jan 2006; Roy Marples <uberlord@gentoo.org>: + + Interactive start is now controllable by RC_INTERACTIVE="yes" and will + probe to see if we can go interactive. + + Interactive start should now work on Sparc, #104067. + 11 Jan 2006; Roy Marples <uberlord@gentoo.org>: runscript.sh now traps interrupt signals and rolls back its status to what @@ -11,6 +38,8 @@ start-stop-daemon now waits for upto 1 second if it returns 0 and we don't have a valid process. + A more user friendly message is reported when an interface does not exist. + 10 Jan 2006; Roy Marples <uberlord@gentoo.org>: Removed runlevel dependancies from runscript.sh as they're now in rc. |