summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog50
1 files changed, 50 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c6a153..261af73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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