aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog32
-rw-r--r--initscripts.spec5
2 files changed, 36 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 536c81cd..f4851ffc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+1999-09-30 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.local:
+ wow, that was broken. I wonder how it worked before.
+
+1999-09-29 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/init.d/halt:
+ add an extra awk check to make sure we omit root fs.
+
+ * initscripts.spec: req. e2fsprogs >= 1.15
+
+1999-09-29 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/init.d/halt:
+ add an extra awk check to make sure we omit root fs.
+
+ * initscripts.spec: req. e2fsprogs >= 1.15
+
+1999-09-28 Michael K. Johnson <johnsonm@redhat.com>
+
+ * src/ppp-watch.c:
+ recover if dead daemon left pidfile
+
+ * src/ppp-watch.c:
+ exit after deleting pidfile...
+
+ * src/ppp-watch.c:
+ really fix pidfile locking...
+
+ * src/ppp-watch.c: proper file locking
+
1999-09-26 Bill Nottingham <notting@redhat.com>
* lang.csh: typo
diff --git a/initscripts.spec b/initscripts.spec
index 83bf1ecf..c40ca0db 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/rc.d scripts.
Name: initscripts
-%define version 4.48
+%define version 4.49
Version: %{version}
Copyright: GPL
Group: System Environment/Base
@@ -195,6 +195,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Thu Sep 30 1999 Bill Nottingham <notting@redhat.com>
+- req. e2fsprogs >= 1.15
+
* Fri Sep 24 1999 Bill Nottingham <notting@redhat.com>
- munge C locale definitions to en_US
- use fsck's completion bar