summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2005-09-26 14:29:47 +0000
committerBenedikt Boehm <hollow@gentoo.org>2005-09-26 14:29:47 +0000
commit04e3d8d8d4d5099d0be47fc3db870bd5f9ffc134 (patch)
tree0a263ff3b2d8bd27d58ed29fc8cf551f2b58c2d4 /ChangeLog
parentfix init timeout (diff)
downloadbaselayout-vserver-04e3d8d8d4d5099d0be47fc3db870bd5f9ffc134.tar.gz
baselayout-vserver-04e3d8d8d4d5099d0be47fc3db870bd5f9ffc134.tar.bz2
baselayout-vserver-04e3d8d8d4d5099d0be47fc3db870bd5f9ffc134.zip
sync with baselayout trunk, rev 1550
svn path=/baselayout-vserver/trunk/; revision=41
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog186
1 files changed, 170 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 849dc2a..295db48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,128 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPLv2
+ 23 Sep 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ Add a note to conf.d/clock for people who dual boot with Windows.
+
+ Touchup comments in conf.d/domainname to help clear confusion.
+
+ Rework how we setup default rc variables in sbin/functions.sh to help
+ keep users from doing stupid things and destroying their system.
+
+ 17 Sep 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ Fix up support for NetBSD #106112 by Damian Florczyk.
+
+ When doing a forced fsck, don't show title at startup (-T).
+
+ 16 Sep 2005; Roy Marples <uberlord@gentoo.org>:
+
+ iwconfig and wpa_supplicant now check to see if /proc/net/wireless exists
+ before checking for extensions, #106036
+
+ 14 Sep 2005; Roy Marples <uberlord@gentoo.org>:
+
+ netplug module renamed to netplugd for consistency
+
+ pppd module added, #53954 thanks to Alin Nastac
+
+ 14 Sep 2005; Martin Schlemmer <azarah@gentoo.org>:
+
+ Need to source init-functions.sh to provid try() for halt.sh.
+
+ 13 Sep 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ Don't mount ${svcdir} with -n since / is writable at that point.
+
+ Clean up udev tarball temp files in halt.sh #105827 by Robert Forsman.
+
+ 13 Sep 2005; Roy Marples <uberlord@gentoo.org>:
+
+ Changed net.lo depend from isdn4linux to isdn, #102846
+
+ 12 Sep 2005; Martin Schlemmer <azarah@gentoo.org>:
+
+ Split /sbin/rc into more modular pieces to allow easy porting to the bsd's.
+ Thanks goes to Mike who did the initial version.
+
+ Split out devfs and udev stuff to addons.
+
+ Lots of syntax and quoting fixes.
+
+ Move noblock_read() back to /sbin/rc, as its used there.
+
+ 12 Sep 2005; Roy Marples <uberlord@gentoo.org>:
+
+ Set essid before mode for ad-hoc/master configurations, #105452
+
+ Fixed force_any associate order option, #99256
+
+ 09 Sep 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ Add PKG_CONFIG_PATH to incremental env var list #105384 by Sven Wegener.
+
+ 08 Sep 2005; Roy Marples <uberlord@gentoo.org>:
+
+ Added ifplugd module, but we prefer netplug by default
+
+ 07 Sep 2005; Roy Marples <uberlord@gentoo.org>:
+
+ replace the apipa module with a generic arping module which can now
+ do gateway detection and apply a configuration for it as well as the
+ apipa stuff
+
+ updated env_whitelist so that nothing is allowed by default
+
+ system module now runs through pre instead of post and is run by
+ lo as well, so dns_ options can be configured for it
+
+ netplug and wpa_supplicant understand negative timeouts to be defined
+ as "return immediately and don't wait for success"
+
+ dns options and sortlist now get merged in resolv.conf too
+
+ bridge error message regarding the kernel module should work with
+ newer versions of bridge-utils
+
+ 06 Sep 2005; Roy Marples <uberlord@gentoo.org>:
+
+ dns_*, nis_* and ntp_* options now work globally too, but are overridden
+ by specific interface/essid/mac ones.
+
+ dhcpcd and pump now support the "options" and "sortlist" directives too,
+ #104870
+
+ 05 Sep 2005; Roy Marples <uberlord@gentoo.org>:
+
+ Added resolv.conf options for "options" and "sortlist" directives, #104870
+
+ dns_search_path_eth0 renamed to dns_search_eth0 so that all the dns_
+ variables match their resolv.conf counterpart.
+
+ 04 Sep 2005; Martin Schlemmer <azarah@gentoo.org>:
+
+ Do not unmount /usr, but rather remount it ro, else we run into issues
+ with systems that have locales enabled, as the fuser call in halt.sh tries
+ to kill bash (due to it using /usr/lib/locale/*).
+
+ 03 Sep 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ Clean up netmount and don't unmount afs filesystems if the user has the
+ afs-client init.d script running.
+
+ Update rc-help.sh to show custom init.d opts #49663 and in general make
+ the output a lot more useful.
+
+ 03 Sep 2005; Martin Schlemmer <azarah@gentoo.org>:
+
+ Add warning about having LANG in env_whitelist, add TERM to system
+ env_whitelist, set argv[0] to '/bin/bash' and not 'runscript'.
+
+ 02 Sep 2005; Roy Marples <uberlord@gentoo.org>:
+
+ Fixed netplug from stopping on the wrong interface
+
* baselayout-1.12.0_pre8 (02 Sep 2005)
02 Sep 2005; Martin Schlemmer <azarah@gentoo.org>:
@@ -54,10 +176,21 @@
fixed IPv6 address problems in ifconfig and iproute2 modules
+ 25 Aug 2005; Martin Schlemmer <azarah@gentoo.org>:
+
+ Fix typo in /sbin/rc - we should check if ${argv1} is in /etc/inittab, and
+ not if 'default' is in there ...
+
+ Add /sbin/evms_activate to populate_udev(), bug #50711.
+
24 Aug 2005; Roy Marples <uberlord@gentoo.org>:
rc-daemon now handles --signal correct - fixes #103182
+ 23 Aug 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ Sync our MAKEDEV with Debian's latest version.
+
19 Aug 2005; Roy Marples <uberlord@gentoo.org>:
dhcpcd now reports the correct needed version
@@ -70,14 +203,26 @@
18 Aug 2005; Roy Marples <uberlord@gentoo.org>:
RC_AUTO_INTERFACE defaults to NO - but we still default to DHCP
-
+
consoletype is now cached. This has the benefit of being very slightly
faster and you now get coloured text for parallel startup
-
+
Parallel startup also does parallel shutdown as well
-
+
You're now warned if you're using a deprecated conf.d/net syntax
-
+
+ 18 Aug 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ Add a note about the 6th field for root filesystems #95846.
+
+ 16 Aug 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ rquotad is supposed to be an alias for port 4003 not 4002.
+
+ 15 Aug 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ Add ocfs2 to the NET_FS_LIST #102659 by Lazar Obradovic.
+
15 Aug 2005; Roy Marples <uberlord@gentoo.org>:
iproute2 now understands the old iface_xxx syntax, but this only works
@@ -111,13 +256,20 @@
Remove tail from depdir() in /sbin/modules-update
-* baselayout-1.12.0_pre5 (11 Aug 2005)
+ 10 Aug 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ Document the boot logging option RC_BOOTLOG with app-admin/showconsole.
08 Aug 2005; Roy Marples <uberlord@gentoo.org>:
Add failup/faildown user functions when an interface fails to come up/go
down. Fixes bug #101087.
+ 06 Aug 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ Add a lot more documentation to /etc/hosts from FreeBSD's standard hosts
+ file #101418 by Mark Cooper.
+
06 Aug 2005; Martin Schlemmer <azarah@gentoo.org>:
Revert 'mtime' changes to depscan.sh, and just make it warn if it detects
@@ -137,8 +289,6 @@
Try a workaround for the "mtime in future" issues we have with depscan.sh.
-* baselayout-1.12.0_pre4 (05 Aug 2005)
-
05 Aug 2005; Roy Marples <uberlord@gentoo.org>:
Rationalise if/then/else login in runscript.sh svc_start() and svc_stop()
@@ -180,6 +330,10 @@
iwconfig no longer downs and ups the interface after a scan - instead we
set essid any just before doing it
+ 01 Aug 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ Only create /dev/core if /proc/kcore exists #100978 by Timo Hirvonen.
+
01 Aug 2005; Roy Marples <uberlord@gentoo.org>:
dhclient now has to be told it can edit dhclient.conf instead of assuming
@@ -201,8 +355,6 @@
Fixed dhclient sending hostname #100745, thanks to Benoit Boissinot.
-* baselayout-1.12.0_pre3 (29 Jul 2005)
-
26 Jul 2005; Martin Schlemmer <azarah@gentoo.org>:
Remove the "parallel" depend stuff from the awk backend.
@@ -239,8 +391,6 @@
Do not restart dependencies on runlevel change if the service that needs
them are in the next runlevel.
-* baselayout-1.12.0_pre2 (22 Jul 2005)
-
22 Jul 2005; Roy Marples <uberlord@gentoo.org>:
When a service is stopped, the IN_BACKGROUND variable is cleared
@@ -280,10 +430,8 @@
19 Jul 2005; Mike Frysinger <vapier@gentoo.org>:
- Punt the cyrus/mysql/slocate/vpopmail users/groups to the
- respective ebuilds.
-
- Removed trailing tab from local.start - fixes #99624
+ Punt the at/bind/cron/cyrus/ftp/games/man/mysql/qmail/slocate/squid/
+ sshd/vpopmail users/groups to the respective ebuilds.
19 Jul 2005; Roy Marples <uberlord@gentoo.org>:
@@ -305,7 +453,13 @@
Do not run depmod in modules-update if System.map is missing, bug #59188.
-* baselayout-1.12.0_pre1 (14 Jul 2005)
+ 14 Jul 2005; Mike Frysinger <vapier@gentoo.org>:
+
+ Remove pointless check of depmod existence in modules init.d since the
+ modules-update script checks for it.
+
+ Run kbd_mode earlier for unicode users so initial loadkeys doesn't
+ trigger a warning #94048 by Eugene Pavlovsky.
13 Jul 2005; Roy Marples <uberlord@gentoo.org>: