diff options
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 21 insertions, 1 deletions
@@ -1,3 +1,20 @@ +2004-11-29 Bill Nottingham <notting@redhat.com> + + * ChaneLog, initscripts.spec: 8.00-1 + + * rc.d/rc.sysinit: fix mtab writing (#139656) + +2004-11-24 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 7.99-1 + + * rc.d/rc.sysinit: + clear and repopulate mtab before mounting other filesystems (#139656) + + * rc.d/init.d/halt, rc.d/rc.sysinit: remove more devfs compat + + * initscripts.spec: bump release + 2004-11-24 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 7.99-1 diff --git a/initscripts.spec b/initscripts.spec index 53c91622..b3ad8caa 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 7.99 +Version: 8.00 License: GPL Group: System Environment/Base Release: 1 @@ -206,6 +206,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Nov 29 2004 Bill Nottingham <notting@redhat.com> 8.00-1 +- fix previous fix (#139656) + * Wed Nov 24 2004 Bill Nottingham <notting@redhat.com> 7.99-1 - clear and repopulate mtab before mounting other filesystems (#139656) - remove more devfs compat |