summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-02-27 13:15:18 +0000
committerChristian Heim <phreak@gentoo.org>2006-02-27 13:15:18 +0000
commit8eb30724c1a19a754fe444da5e4fa990d953b49a (patch)
tree42141954490bb973cfc7d47ea1599fe33e16360b /ChangeLog
parentMerging baselayout r1924 (diff)
downloadbaselayout-vserver-8eb30724c1a19a754fe444da5e4fa990d953b49a.tar.gz
baselayout-vserver-8eb30724c1a19a754fe444da5e4fa990d953b49a.tar.bz2
baselayout-vserver-8eb30724c1a19a754fe444da5e4fa990d953b49a.zip
Merging r1928
svn path=/baselayout-vserver/trunk/; revision=265
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6caaadb..16e6f78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,22 @@
Give a better error message when no valid DHCP client is installed.
+ 24 Feb 2006; Roy Marples <uberlord@gentoo.org>:
+
+ Misc STYLE and quoting issues fixes in net scripts.
+
+ dhclient and udhcpc now work with RFC violating space separated
+ domain names in /etc/resolv.conf - they get appended to the search
+ option if it's not specified.
+
+ punted clean_pidfile and process_finished functions and as
+ start-stop-daemon as provided by rc-daemon.sh now provides
+ the same thing, just better.
+
+ We now send extra configuration to dhclient via stdin.
+ This means we don't have to edit /etc/dhcp/dhclient.conf anymore
+ or warn users about script settings. Requires net-misc/dhcp-3.0.3-r5.
+
22 Feb 2006; Mike Frysinger <vapier@gentoo.org>:
Overhaul rc-update and make it more user friendly.