diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -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. |