diff options
author | Bill Nottingham <notting@redhat.com> | 2000-02-02 16:47:18 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-02-02 16:47:18 +0000 |
commit | 59738ff15a894ae877b1a8f98cc48ae9710112a7 (patch) | |
tree | 712ac653754d6be3dcb8b5bb1964ece7ae2fad11 | |
parent | 200bf4ec5eeef89505954132b2ba8275a4e8b2ae (diff) | |
download | initscripts-59738ff15a894ae877b1a8f98cc48ae9710112a7.tar initscripts-59738ff15a894ae877b1a8f98cc48ae9710112a7.tar.gz initscripts-59738ff15a894ae877b1a8f98cc48ae9710112a7.tar.bz2 initscripts-59738ff15a894ae877b1a8f98cc48ae9710112a7.tar.xz initscripts-59738ff15a894ae877b1a8f98cc48ae9710112a7.zip |
*** empty log message ***
-rw-r--r-- | ChangeLog | 22 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 26 insertions, 1 deletions
@@ -1,3 +1,25 @@ +2000-02-02 Bill Nottingham <notting@redhat.com> + + * rc.d/init.d/network, sysconfig/network-scripts/ifup-routes: + fix handling of bizarro linuxconf routes + + * ChangeLog, initscripts.spec: + obsolete sapinit (a SAP sysctl package) + +2000-02-01 Nalin Dahyabhai <nalin@redhat.com> + + * ChangeLog, sysconfig/network-scripts/network-functions: + don't change DEVICE when bringing up default route + + * sysconfig/network-scripts/network-functions: + AAAACK! wrong IP for default route! + + * src/shvar.c, src/shvar.h: + non-critical changes to shvar to sync with rp3's copy + + * initscripts.spec, src/shvar.c: + shvar cleanup + 2000-02-01 Nalin Dahyabhai <nalin@redhat.com> * src/shvar.c: diff --git a/initscripts.spec b/initscripts.spec index dc8f67f7..f01f6fc3 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.88 +%define version 4.89 Version: %{version} Copyright: GPL Group: System Environment/Base @@ -227,6 +227,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Wed Feb 2 2000 Bill Nottingham <notting@redhat.com> +- fix problems with linuxconf static routes + * Tue Feb 1 2000 Nalin Dahyabhai <nalin@redhat.com> - shvar cleaning - fix wrong default route ip in network-functions |