diff options
author | Bill Nottingham <notting@redhat.com> | 2001-07-26 21:10:21 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-07-26 21:10:21 +0000 |
commit | d52ae28ce5a8cec29cbf9b6018d85920c6cd51a1 (patch) | |
tree | cd07e840baa18a07e6bda49bda15a8d8ccd8ce0a | |
parent | 9a89c6d693c914f6cec6e18b86b4f18edd089829 (diff) | |
download | initscripts-d52ae28ce5a8cec29cbf9b6018d85920c6cd51a1.tar initscripts-d52ae28ce5a8cec29cbf9b6018d85920c6cd51a1.tar.gz initscripts-d52ae28ce5a8cec29cbf9b6018d85920c6cd51a1.tar.bz2 initscripts-d52ae28ce5a8cec29cbf9b6018d85920c6cd51a1.tar.xz initscripts-d52ae28ce5a8cec29cbf9b6018d85920c6cd51a1.zip |
6.10-1r6-10
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | initscripts.spec | 4 |
2 files changed, 11 insertions, 2 deletions
@@ -1,4 +1,11 @@ -2001-07-26 Bill Nottingham <notting@redhat.com> +2001-07-26 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 6.10-1 + + * sysconfig/network-scripts/ifdown, sysconfig/network-scripts/ifup, sysconfig/network-scripts/network-functions: + - only bring link down if check_link_down fails + - add a sleep in check_link_down; some cards take time to negotiate + - only expand_config for the static IP case in ifdown * ChangeLog, initscripts.spec: 6.09-1 diff --git a/initscripts.spec b/initscripts.spec index a0768931..d08fa062 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.09 +Version: 6.10 License: GPL Group: System Environment/Base Release: 1 @@ -241,6 +241,8 @@ rm -rf $RPM_BUILD_ROOT * Thu Jul 26 2001 Bill Nottingham <notting@redhat.com> - don't use kbd commands in setsysfont now that we've switched back to console-tools (#50075) +- sleep in check_link_down; some devices require it +- only bring link down if check_link_down fails * Wed Jul 25 2001 Bill Nottingham <notting@redhat.com> - set link up before checking with mii-tool (#49949) |