aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-06-25 21:09:53 +0000
committerBill Nottingham <notting@redhat.com>1999-06-25 21:09:53 +0000
commit83694c0613db2ff6869f61dac6192a61105a1fbb (patch)
treec72a3015e152e450c6effa10da1dad438d006041
parent24bb0521549a35331f25e0046272f134872b7a93 (diff)
downloadinitscripts-83694c0613db2ff6869f61dac6192a61105a1fbb.tar
initscripts-83694c0613db2ff6869f61dac6192a61105a1fbb.tar.gz
initscripts-83694c0613db2ff6869f61dac6192a61105a1fbb.tar.bz2
initscripts-83694c0613db2ff6869f61dac6192a61105a1fbb.tar.xz
initscripts-83694c0613db2ff6869f61dac6192a61105a1fbb.zip
*** empty log message ***r4-23
-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