aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--initscripts.spec4
2 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6388fe42..deef58c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)