aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--initscripts.spec3
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f5f7f6a..767188c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-02-01 Nalin Dahyabhai <nalin@redhat.com>
+ * src/shvar.c:
+ make svNewFile actually fail if file doesn't exist, add svCreateFile
+ that ignores this error
+
+ * sysconfig/network-scripts/network-functions
+ fix wrong default route ip in network-functions
+
2000-01-31 Nalin Dahyabhai <nalin@redhat.com>
* sysconfig/network-scripts/ifdown-post:
attempt to reset the default route in case we dropped it for PPP
diff --git a/initscripts.spec b/initscripts.spec
index c15a818d..126497d9 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.87
+%define version 4.88
Version: %{version}
Copyright: GPL
Group: System Environment/Base
@@ -229,6 +229,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Feb 1 2000 Nalin Dahyabhai <nalin@redhat.com>
- shvar cleaning
+- fix wrong default route ip in network-functions
* Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com>
- attempt to restore default route if PPP takes it over