aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--initscripts.spec7
2 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3eb9f23c..4e6d3130 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+1999-06-25 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit:
+ don't create module-info, System.map links - they aren't needed
+
+1999-06-22 Bill Nottingham <notting@redhat.com>
+
+ * initscripts.spec, rc.d/rc.sysinit:
+ always set clock first thing (req. timeconfig 3.0)
+ touch utmpx/wtmpx if needed
+
1999-06-21 Bill Nottingham <notting@redhat.com>
* syssconfig/network-scripts/ifup-aliases:
diff --git a/initscripts.spec b/initscripts.spec
index f1533cce..903962ea 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.22
+%define version 4.23
Version: %{version}
Copyright: GPL
Group: System Environment/Base
@@ -183,6 +183,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri Jun 25 1999 Bill Nottingham <notting@redhat.com>
+- don't make module-info, System.map links
+- handle utmpx/wtmpx
+- fix lots of bugs in 4.21 release :)
+
* Thu Jun 17 1999 Bill Nottingham <notting@redhat.com>
- set clock as soon as possible
- use INITLOG_ARGS everywhere