aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-02-28 15:08:16 +0000
committerBill Nottingham <notting@redhat.com>2000-02-28 15:08:16 +0000
commit8d9817e828debe42c64012a987adb875221e71ad (patch)
treeae344c1197d9ec2be0d610e2e6a0a8c0c02aa364
parent13bdebd35a34c71ed32779f47dd85bff563c5082 (diff)
downloadinitscripts-8d9817e828debe42c64012a987adb875221e71ad.tar
initscripts-8d9817e828debe42c64012a987adb875221e71ad.tar.gz
initscripts-8d9817e828debe42c64012a987adb875221e71ad.tar.bz2
initscripts-8d9817e828debe42c64012a987adb875221e71ad.tar.xz
initscripts-8d9817e828debe42c64012a987adb875221e71ad.zip
*** empty log message ***r4-97
-rw-r--r--ChangeLog28
-rw-r--r--initscripts.spec5
2 files changed, 32 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4990d12f..5161431d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+
+2000-02-24 Bill Nottingham <notting@redhat.com>
+
+ * sysconfig/network-scripts/ifup-post:
+ allow for spaces in lines that are read
+
+2000-02-23 Bill Nottingham <notting@redhat.com>
+
+ * rc.d/rc.sysinit:
+ don't read commented raiddev entries
+
+2000-02-21 Than Ngo <than@redhat.com>
+
+ * rc.d/init.d/network: ignore ippp devices
+
+ * sysconfig/network-scripts/ifdown-post:
+ PATH is not set -> added PATH=/sbin:/usr/sbin:/bin:/usr/bin
+
+2000-02-21 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec:
+ *** empty log message ***
+
+2000-02-21 Florian La Roche <laroche@redhat.com>
+
+ * sysconfig/network-scripts/ifup-post:
+ Fix typo in ifup-post.
+
2000-02-21 Than Ngo <than@redhat.com>
* rc.d/init.d/network: ignore ippp devices
diff --git a/initscripts.spec b/initscripts.spec
index 3a97124f..5dbb8018 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.96
+%define version 4.97
Version: %{version}
Copyright: GPL
Group: System Environment/Base
@@ -228,6 +228,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Mon Feb 28 2000 Bill Nottingham <notting@redhat.com>
+- don't read commented raid devices
+
* Mon Feb 21 2000 Bill Nottingham <notting@redhat.com>
- fix typo in resolv.conf munging