aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-06-27 18:59:09 +0000
committerBill Nottingham <notting@redhat.com>2002-06-27 18:59:09 +0000
commitc44cfd615d465846cf25c5b41e790fa56b234094 (patch)
treebc09acc57b41616aaec8835804fdd4145aab2cff
parentc317c6e37648aa5eaaed6f82c462f3a08ff752aa (diff)
downloadinitscripts-r6-81.tar
initscripts-r6-81.tar.gz
initscripts-r6-81.tar.bz2
initscripts-r6-81.tar.xz
initscripts-r6-81.zip
6.81-1r6-81
-rw-r--r--ChangeLog28
-rw-r--r--initscripts.spec3
2 files changed, 17 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 5009500a..cff8da62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,27 @@
+2002-06-27 Bill Nottingham <notting@redhat.com>
+
+ * ChangeLog, initscripts.spec: 6.81-1
+
+ * rc.d/rc.sysinit:
+ move /proc/bus/usb mount elsewhere, in case USB is in the initrd
+
2002-06-27 Preston Brown <pbrown@redhat.com>
+ * sysconfig/network-scripts/ifup:
+ make sure we don't match default as anything but a route (instead of, say, someone's device name
+
+2002-06-27 Preston Brown <pbrown@redhat.com>
+
+ * ChangeLog: update changelog.
+
* sysconfig/network-scripts/ifup, sysconfig/network-scripts/network-functions:
handle duplicate default routes better.
- * sysconfig/network-scripts/ifdown:
- move device down checking higher up, and clarify.
-
* sysconfig/network-scripts/ifup-wireless:
essid setup fix
* initscripts.spec: bump ver.
- * sysconfig/network-scripts/network-functions:
- fix check_device_down logic
-
* sysconfig/network-scripts/ifup:
avoid ifconfig/route, try to avoid duplicate default routes
@@ -89,14 +97,6 @@
2002-06-12 Bill Nottingham <notting@redhat.com>
- * ChangeLog, initscripts.spec:
- 6.78-1
-
- * lang.csh, lang.sh, setsysfont:
- fix UTF-8 checks
-
-2002-06-12 Bill Nottingham <notting@redhat.com>
-
* initscripts.spec, ChangeLog:
6.78-1
diff --git a/initscripts.spec b/initscripts.spec
index 0f1c0355..94f48ec8 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -244,6 +244,9 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/locale/*/LC_MESSAGES
%changelog
+* Wed Jun 26 2002 Bill Nottingham <notting@redhat.com>
+- move /proc/bus/usb mount, in case USB is in the initrd
+
* Wed Jun 26 2002 Preston Brown <pbrown@redhat.com>
- don't try to set wireless freq/channel when in Managed mode