summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16e6f78..f7bf2b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,35 @@
Give a better error message when no valid DHCP client is installed.
+ 07 Mar 2006; Roy Marples <uberlord@gentoo.org>:
+
+ Set essid to "" instead of -- off as it appears not all drivers work
+ as they should. Hopefully fixes #125067 and maybe #120822.
+
+ 06 Mar 2006; Mike Frysinger <vapier@gentoo.org>:
+
+ Touchup fuser options in netmount so we don't pipe output to /dev/null.
+
+ 03 Mar 2006; Mike Frysinger <vapier@gentoo.org>:
+
+ Pass '-O no_netdev' to `mount -a` in localmount init.d.
+
+ Add note to sysctl.conf about needing nfsd for fs.nfs.* to work #66575.
+
+ 02 Mar 2006; Roy Marples <uberlord@gentoo.org>:
+
+ $myservice is now deprecated for init scripts.
+ $SVCNAME should be used instead and is read-only so it cannot be
+ clobbered.
+
+ Several variables in global scope that provided functions rely on,
+ such as BOOTLEVEL, SOFTLEVEL and svcdir are now read only for init
+ scripts.
+
+ depscan.sh now accepts the --svcdir option so that svcdir can now be
+ specified as the variable is marked readonly in functions.sh. Splash
+ programs will have to be updated.
+
24 Feb 2006; Roy Marples <uberlord@gentoo.org>:
Misc STYLE and quoting issues fixes in net scripts.