diff options
author | Christian Heim <phreak@gentoo.org> | 2006-04-07 11:56:04 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2006-04-07 11:56:04 +0000 |
commit | 7978075fa644e5de43d6ea3433b40549a31fe342 (patch) | |
tree | dec7584dbf162325a6a0b0f6903bad30a1dc0753 /ChangeLog | |
parent | Merging r1948 (diff) | |
download | baselayout-vserver-7978075fa644e5de43d6ea3433b40549a31fe342.tar.gz baselayout-vserver-7978075fa644e5de43d6ea3433b40549a31fe342.tar.bz2 baselayout-vserver-7978075fa644e5de43d6ea3433b40549a31fe342.zip |
Merging r1959
svn path=/baselayout-vserver/trunk/; revision=313
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 50 |
1 files changed, 50 insertions, 0 deletions
@@ -5,6 +5,56 @@ Give a better error message when no valid DHCP client is installed. + 05 Apr 2006; Roy Marples <uberlord@gentoo.org>: + + runscript.sh now stores the fact that it failed to to /dev/.rcsysinit + existing in the directory /dev/.rcafterinit. rc adds services in + /dev/.rcafterinit to the boot list and then rm -f's that directory. This + solves the issue of udev-089 forcing coldplug removal. + + 03 Apr 2006; Roy Marples <uberlord@gentoo.org>: + + rc-status doesn't report broken symlinks when querying all levels, + #113755 again. + + All net modules how have a .sh suffix to indicate that they are shell + scripts as not everyone uses vim. + + runscript.sh now has a --nodeps option so that no depends are checked + when starting and stopping a service. + + net.lo and system modules now support resolvconf instead of using our + own internal system. + + DHCP and PPP clients no longer have helper scripts. As such they don't + change service status at all. Moved helpers.d/functions back into net.lo + + Moved {get,save}_options from functions.sh to rc-services.sh + + Removed whole load of crud from hostname init script, fixes #38172 again + and #122794. Also, it's no longer a critical service as defined by rc. + + Added net modules for ccwgroup (s390 qeth ethernet) and br2684ctl + (speedtouch usb). + + Removed xargs and find from all net scripts as /usr maybe net mounted, + #107260. + + Punted the domainname script. Functionality has been in conf.d/net so you + can do this. + dns_domain_lo="foo" + nis_domain_lo="bar" + + ppd module now checks to see if link exists if prefixed with /, #126916. + + 28 Mar 2006; Mike Frysinger <vapier@gentoo.org>: + + Make sure rc-status exit status is 0 #127733 by Timo Boettcher. + + 23 Mar 2006; Mike Frysinger <vapier@gentoo.org>: + + Disable hwclock script on s390 hosts. + 14 Mar 2006; Roy Marples <uberlord@gentoo.org>: Allow services that depend on net to be stopped/started in post |