diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | initscripts.spec | 6 |
2 files changed, 16 insertions, 1 deletions
@@ -1,5 +1,16 @@ 2002-08-14 Bill Nottingham <notting@redhat.com> + * ChangeLog, initscripts.spec: 6.90-1 + + * sysconfig/network-scripts/network-functions: + sleep 5 seconds, not 2 + + * rc.d/rc.sysinit: DUH + +2002-08-14 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 6.89-1 + * rc.d/init.d/halt: fix tmpfs umounts (#68178, <tjko@iki.fi>) diff --git a/initscripts.spec b/initscripts.spec index f4d08090..3ba8c844 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.89 +Version: 6.90 License: GPL Group: System Environment/Base Release: 1 @@ -244,6 +244,10 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/locale/*/LC_MESSAGES %changelog +* Wed Aug 14 2002 Bill Nottingham <notting@redhat.com> +- fix silly typo in rc.sysinit +- increase timeout for link to 5 seconds (#70545) + * Tue Aug 13 2002 Bill Nottingham <notting@redhat.com> - require /etc/redhat-release (#68903) - fix tty2-tty6 (sort of) |