summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2005-11-05 06:31:33 +0000
committerChristian Heim <phreak@gentoo.org>2005-11-05 06:31:33 +0000
commitc19e259b2b3334adde61c3db89774b9db41b8704 (patch)
treed6aa04fd4bd07e9bb83abae6d63f7cb9c7b82c2f /ChangeLog
parentMerging changes from baselayout 1583 (diff)
downloadbaselayout-vserver-c19e259b2b3334adde61c3db89774b9db41b8704.tar.gz
baselayout-vserver-c19e259b2b3334adde61c3db89774b9db41b8704.tar.bz2
baselayout-vserver-c19e259b2b3334adde61c3db89774b9db41b8704.zip
Merging changes between baselayout r1583 and r1596.
svn path=/baselayout-vserver/trunk/; revision=64
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog57
1 files changed, 57 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b94acbb..3c53d01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,63 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPLv2
+ 04 Nov 2005; Roy Marples <uberlord@gentoo.org>:
+
+ udhcpc now checks the dhcp lease file for a valid IP address.
+
+ We prefer iproute2 when stopping an interface by default.
+
+ 03 Nov 2005; Roy Marples <uberlord@gentoo.org>:
+
+ iwconfig now detects an unencrypted AP and doesn't apply any configured
+ WEP settings.
+
+ baselayout now caters for systems without /bin/hostname (from net-tools)
+ and uses sysctl instead.
+
+ 02 Nov 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ Grab updates from IANA for /etc/services including OpenVPN #111194.
+
+ 31 Oct 2005; Roy Marples <uberlord@gentoo.org>:
+
+ Replace the bubble-esq sort routine with a tsort based one for
+ loading modules. This means that we are much faster than before :)
+
+ Fix ifconfig with multiple IP addresses, #110956
+
+ 28 Oct 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ Fix typo in rc-status error message #110685 by Eduardo Tongson.
+
+ 27 Oct 2005; Roy Marples <uberlord@gentoo.org>:
+
+ New net scripts depend calls - functions, variables and provide.
+ This saves having to create 3 seperate functions in each module which means
+ a saving of around 600-800 bytes per module.
+
+ Split apipa out of arping module due to user demand for seperate
+ functionality.
+
+ arping module now works correctly.
+
+ runscript sets RC_KILL_CHILDREN="no" when restarting a service, otherwise
+ things like your ssh session get killed.
+
+ adsl module supports new rp-pppoe-3.6 ebuild, #102820
+
+ Config profile is now changed correctly when doing "rc foo" and you're in
+ the default runlevel, #101105
+
+ 26 Oct 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ Tweak runscript error output to only show the invalid arg once rather than
+ twice #110558 by Toralf Förster.
+
+ 24 Oct 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ Fix remove_net_fs space handling in netmount script #110313 DominikBuerkle.
+
19 Oct 2005; Roy Marples <uberlord@gentoo.org>:
rc-daemon.sh now kills children correctly.