diff options
author | Bill Nottingham <notting@redhat.com> | 2001-06-25 17:51:50 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-06-25 17:51:50 +0000 |
commit | b5b072cd53e8d61034be0ffbbda9aec3b4a14105 (patch) | |
tree | 2b8d2c79f03e8608bc14943f6f978432ed5759cf | |
parent | cbc9e8719f8992821c3eeea84361b142bcc58745 (diff) | |
download | initscripts-b5b072cd53e8d61034be0ffbbda9aec3b4a14105.tar initscripts-b5b072cd53e8d61034be0ffbbda9aec3b4a14105.tar.gz initscripts-b5b072cd53e8d61034be0ffbbda9aec3b4a14105.tar.bz2 initscripts-b5b072cd53e8d61034be0ffbbda9aec3b4a14105.tar.xz initscripts-b5b072cd53e8d61034be0ffbbda9aec3b4a14105.zip |
5.93-1
-rw-r--r-- | ChangeLog | 18 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 21 insertions, 2 deletions
@@ -1,3 +1,20 @@ +2001-06-22 Bill Nottingham <notting@redhat.com> + + * initscripts.spec: 5.93-1 + + * sysconfig/network-scripts/ifup: + fix setting of MTU and other random variables + + * initscripts.spec: + add ifup-wireless to the file list + + * sysconfig/network-scripts/ifup: + remove broadcast unreachable route; breaks DHCP clients + +2001-06-22 Harald Hoyer <harald@redhat.com> + + * sysconfig.txt: added ISDN items + 2001-06-22 Than Ngo <than@redhat.com> * initscripts.spec: 5.92-1 @@ -20,7 +37,6 @@ use /boot/initrd, and flush the buffers when done 2001-06-21 Than Ngo <than@redhat.com> - * initscripts.spec: 5.91-1 * add sysconfig/network-scripts/ifup-ippp sysconfig/network-scripts/ifdown-ippp * rc.d/init.d/network diff --git a/initscripts.spec b/initscripts.spec index a324f776..e3e249e9 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 5.92 +Version: 5.93 License: GPL Group: System Environment/Base Release: 1 @@ -222,6 +222,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Jun 25 2001 Bill Nottingham <notting@redhat.com> +- add ifup-wireless + * Fri Jun 22 2001 Than Ngo <than@redhat.com> - add support xDSL |