diff options
author | Bill Nottingham <notting@redhat.com> | 2001-08-08 22:43:21 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-08-08 22:43:21 +0000 |
commit | ae0f713b19cce1f749b2d3e4011c6561e4854654 (patch) | |
tree | e075edf59c7e7e52347865b054401ce40f171f2f /initscripts.spec | |
parent | 0b279cb8d87880d4d6f88b7934aa273a51016c45 (diff) | |
download | initscripts-ae0f713b19cce1f749b2d3e4011c6561e4854654.tar initscripts-ae0f713b19cce1f749b2d3e4011c6561e4854654.tar.gz initscripts-ae0f713b19cce1f749b2d3e4011c6561e4854654.tar.bz2 initscripts-ae0f713b19cce1f749b2d3e4011c6561e4854654.tar.xz initscripts-ae0f713b19cce1f749b2d3e4011c6561e4854654.zip |
6.12-1r6-12
Diffstat (limited to 'initscripts.spec')
-rw-r--r-- | initscripts.spec | 17 |
1 files changed, 16 insertions, 1 deletions
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) |