summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2006-06-22 06:36:41 +0000
committerBenedikt Boehm <hollow@gentoo.org>2006-06-22 06:36:41 +0000
commit210432b9aab1a98312bb31b4c7f9eaba93724e9e (patch)
tree3398b67c3c766b8a51fa12fe8c2e8476d98b6ab7 /ChangeLog
parentRemoving the last .cvsignore (diff)
downloadbaselayout-vserver-210432b9aab1a98312bb31b4c7f9eaba93724e9e.tar.gz
baselayout-vserver-210432b9aab1a98312bb31b4c7f9eaba93724e9e.tar.bz2
baselayout-vserver-210432b9aab1a98312bb31b4c7f9eaba93724e9e.zip
first part of baselayout cleanup
svn path=/baselayout-vserver/branches/baselayout-1_12/; revision=384
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog37
1 files changed, 33 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index a9ceba1..88bbbe0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,18 +1,47 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPLv2
- 12 June 2006; Roy Marples <uberlord@gentoo.org>:
+ 19 Jun 2006; Roy Marples <uberlord@gentoo.org>:
+
+ Preliminary support for dscape ieee80211 stack devices.
+
+ 18 Jun 2006; Roy Marples <uberlord@gentoo.org>:
+
+ vlan id's can now be treated as individual interfaces via init scripts
+ provided they depend on the real interface, #137029
+
+ 15 Jun 2006; Roy Marples <uberlord@gentoo.org>:
+
+ runscript.sh now supports the --verbose flag setting RC_VERBOSE="yes"
+ When RC_VERBOSE="yes" and RC_PARALLEL_STARTUP="yes" and there is no
+ exclusive lock (ie, init script not started via rc) then we don't hide
+ init script output by setting RC_QUIET_STDOUT, #136034.
+
+ 14 Jun 2006; Roy Marples <uberlord@gentoo.org>:
+
+ {start,stop}_volumes moved to rc and halt.sh respectively.
+
+ net services are now depended upon more correctly.
+
+ wireless cards now get their txpower set to auto before starting.
+
+ Fix "before net" dependencies, #135872 thanks to Oldrich Jedlicka.
+
+ pppd.sh now uses passwordfd instead of very nasty regex stuff,
+ thanks to Oldrich Jedlicka, Alin Nastac and me :), #134337
+
+ 12 Jun 2006; Roy Marples <uberlord@gentoo.org>:
We now have a Makefile to install our scripts.
- 06 June 2006; Roy Marples <uberlord@gentoo.org>:
+ 06 Jun 2006; Roy Marples <uberlord@gentoo.org>:
shutdown.sh now uses the INIT_HALT variable correctly, #135740
thanks to Steve Moerk.
* baselayout-1.12.1 (05 Jun 2006)
- 05 June 2006; Roy Marples <uberlord@gentoo.org>:
+ 05 Jun 2006; Roy Marples <uberlord@gentoo.org>:
Restore the man user/group, #113298 thanks to Chris Gianelloni.
@@ -28,7 +57,7 @@
Ensure that an empty NET_FS_LIST doesn't cause localmount to error,
#132928 thanks to Dominik Buerkle.
- 02 June 2006; Roy Marples <uberlord@gentoo.org>:
+ 02 Jun 2006; Roy Marples <uberlord@gentoo.org>:
Allow LC_* and LANG vars through to runscript.sh by default.