diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | initscripts.spec | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,5 @@ 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 @@ -7,7 +8,6 @@ fix wrong default route ip in network-functions remove DEVICE=GATEWAYDEV weirdness -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 @@ -22,6 +22,9 @@ 2000-01-31 Bill Nottingham <notting@redhat.com> + * sysconfig/network-scripts/ifup, sysconfig/network-scripts/ifup-post: + set hostname only on boot + * rc.d/init.d/network: bring down *all* interfaces on network stop diff --git a/initscripts.spec b/initscripts.spec index 126497d9..dc8f67f7 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -15,7 +15,7 @@ Requires: util-linux >= 2.9w-26 %endif Conflicts: kernel <= 2.2, timeconfig < 3.0, pppd < 2.3.9, wvdial < 1.40-3 Conflicts: initscripts < 1.22.1-5 -Obsoletes: rhsound +Obsoletes: rhsound sapinit Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk %description |