aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--initscripts.spec8
2 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 464107f9..748815c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
+2002-12-09 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 6.98-1
+
+ * rc.d/rc.sysinit: fix netprofile (#72903)
+
+ * inittab: remove call to bdflush stuff
+
2002-12-02 Bill Nottingham <notting@redhat.com>
- * ChangeLog, initscripts.spec: 6.97-1
* ppp/ip-up.ipv6to4, sysconfig/network-scripts/ifup-ipv6, sysconfig/network-scripts/network-functions-ipv6, sysconfig.txt:
IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>)
diff --git a/initscripts.spec b/initscripts.spec
index dde14a41..8fda16ea 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 6.97
+Version: 6.98
License: GPL
Group: System Environment/Base
Release: 1
@@ -15,7 +15,7 @@ Requires: modutils >= 2.3.11-5
Requires: util-linux >= 2.10s-11, mount >= 2.11l
Requires: bash >= 2.0, SysVinit
Requires: /sbin/ip, /sbin/arping, net-tools
-Requires: /sbin/update, /etc/redhat-release
+Requires: /etc/redhat-release
Conflicts: kernel <= 2.4.11, timeconfig < 3.0, pppd < 2.3.9, wvdial < 1.40-3
Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14
Obsoletes: rhsound sapinit
@@ -256,6 +256,10 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/locale/*/LC_MESSAGES
%changelog
+* Wed Dec 11 2002 Bill Nottingham <notting@redhat.com> 6.98-1
+- remove call to /sbin/update
+- fix netprofile
+
* Mon Dec 2 2002 Bill Nottingham <notting@redhat.com> 6.97-1
- IPv6 update (<pekkas@netcore.fi>, <pb@bieringer.de>)
- devlabel support (<Gary_Lerhaupt@Dell.com>)