aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-11-24 20:36:52 +0000
committerBill Nottingham <notting@redhat.com>2004-11-24 20:36:52 +0000
commit79a54dbd48dc71df059a892ec21f2843bad685f1 (patch)
treed477e6786d6413b787044eb182a4bb55ec8dbd01
parent666ccacccbad4de6f3506c52c89ac2df309d71d2 (diff)
downloadinitscripts-79a54dbd48dc71df059a892ec21f2843bad685f1.tar
initscripts-79a54dbd48dc71df059a892ec21f2843bad685f1.tar.gz
initscripts-79a54dbd48dc71df059a892ec21f2843bad685f1.tar.bz2
initscripts-79a54dbd48dc71df059a892ec21f2843bad685f1.tar.xz
initscripts-79a54dbd48dc71df059a892ec21f2843bad685f1.zip
7.99-1r7-99
-rw-r--r--ChangeLog9
-rw-r--r--initscripts.spec6
2 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 085bd7aa..8e61c7f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
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
+
+2004-11-24 Bill Nottingham <notting@redhat.com>
+
* ChangeLog, initscripts.spec: 7.98-1
* rc.d/init.d/netfs: don't mount GFS (#140281)
diff --git a/initscripts.spec b/initscripts.spec
index 8bd8fed4..53c91622 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.98
+Version: 7.99
License: GPL
Group: System Environment/Base
Release: 1
@@ -206,6 +206,10 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* 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
+
* Tue Nov 23 2004 Bill Nottingham <notting@redhat.com> 7.98-1
- various kmodule speedups
- rc.d/init.d/netfs: don't mount GFS (#140281)