aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--initscripts.spec5
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ec1a7f8a..a0102199 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-09-04 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec:
+ 6.95-1
+
+ * sysconfig/network-scripts/ifup:
+ fix syntax error
+
2002-09-04 Nalin Dahyabhai <nalin@redhat.com>
* ChangeLog, initscripts.spec: 6.94-1
diff --git a/initscripts.spec b/initscripts.spec
index 8878c21b..d2ebc773 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.94
+Version: 6.95
License: GPL
Group: System Environment/Base
Release: 1
@@ -244,6 +244,9 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/locale/*/LC_MESSAGES
%changelog
+* Wed Sep 4 2002 Bill Nottingham <notting@redhat.com> 6.95-1
+- fix syntax error in duplicate route removal section of ifup
+
* Wed Sep 4 2002 Nalin Dahyabhai <nalin@redhat.com> 6.94-1
- fix syntax error calling unicode_start when SYSFONTACM isn't set