aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-08-08 22:43:21 +0000
committerBill Nottingham <notting@redhat.com>2001-08-08 22:43:21 +0000
commitae0f713b19cce1f749b2d3e4011c6561e4854654 (patch)
treee075edf59c7e7e52347865b054401ce40f171f2f
parent0b279cb8d87880d4d6f88b7934aa273a51016c45 (diff)
downloadinitscripts-ae0f713b19cce1f749b2d3e4011c6561e4854654.tar
initscripts-ae0f713b19cce1f749b2d3e4011c6561e4854654.tar.gz
initscripts-ae0f713b19cce1f749b2d3e4011c6561e4854654.tar.bz2
initscripts-ae0f713b19cce1f749b2d3e4011c6561e4854654.tar.xz
initscripts-ae0f713b19cce1f749b2d3e4011c6561e4854654.zip
6.12-1r6-12
-rw-r--r--ChangeLog2
-rw-r--r--initscripts.spec17
2 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d83e77ec..95066603 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2001-08-08 Bill Nottingham <notting@redhat.com>
+ * ChangeLog, initscripts.spec: 6.12-1
+
* rc.d/rc.sysinit:
tweak raidtab grep slightly (#51231)
diff --git a/initscripts.spec b/initscripts.spec
index 5fdd601c..99ec126f 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 6.11
+Version: 6.12
License: GPL
Group: System Environment/Base
Release: 1
@@ -238,6 +238,21 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/locale/*/LC_MESSAGES
%changelog
+* Wed Aug 8 2001 Bill Nottingham <notting@redhat.com>
+- tweak raittab grep slightly (#51231)
+
+* Mon Aug 6 2001 Bill Nottingham <notting@redhat.com>
+- honor HOTPLUG=no if running under hotplug (#47483)
+- use awk, not grep, for modprobe -c checks (#49616)
+- don't print ugly messages for the case where the device doesn't exist,
+ and there is no alias (i.e., PCMCIA ONBOOT=yes (#various))
+- run kbdconfig in /.unconfigured mode (#43941)
+- use a bigger buffer size argument to dmesg (#44024)
+- detach loopback devices on shutdown (#43919, #45826)
+
+* Thu Aug 2 2001 Bill Nottingham <notting@redhat.com>
+- fix halt_get_remaining() (#50720)
+
* Tue Jul 31 2001 Bill Nottingham <notting@redhat.com>
- mount all FS types r/o at halt (#50461)
- don't use mii-tool at all (#various)