aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-11-04 05:26:42 +0000
committerBill Nottingham <notting@redhat.com>2004-11-04 05:26:42 +0000
commit813f207652caf55483463f3a819e9fb85de522f8 (patch)
tree4e59d0ebb795c91c2b230347bcaabf8842cbe10f
parenteb7d5381f8eccebd9ae20a6a00a5453ef17475f5 (diff)
downloadinitscripts-813f207652caf55483463f3a819e9fb85de522f8.tar
initscripts-813f207652caf55483463f3a819e9fb85de522f8.tar.gz
initscripts-813f207652caf55483463f3a819e9fb85de522f8.tar.bz2
initscripts-813f207652caf55483463f3a819e9fb85de522f8.tar.xz
initscripts-813f207652caf55483463f3a819e9fb85de522f8.zip
fix firmware uploading on boot (#137263)r7-93-5
-rw-r--r--initscripts.spec5
-rwxr-xr-xrc.d/init.d/network2
2 files changed, 5 insertions, 2 deletions
diff --git a/initscripts.spec b/initscripts.spec
index e0bbf552..ded005cb 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 7.93.4
+Version: 7.93.5
License: GPL
Group: System Environment/Base
Release: 1
@@ -206,6 +206,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Thu Nov 4 2004 Bill Nottingham <notting@redhat.com> 7.93.5-1
+- fix firmware uploading on boot (#137263)
+
* Mon Nov 1 2004 Bill Nottingham <notting@redhat.com> 7.93.4-1
- fix some of the rhgb fsck code (<laroche@redhat.com>)
- fix module blacklisting to not mismatch (#137755)
diff --git a/rc.d/init.d/network b/rc.d/init.d/network
index af5a4b2a..8106ccde 100755
--- a/rc.d/init.d/network
+++ b/rc.d/init.d/network
@@ -86,7 +86,7 @@ case "$1" in
oldhotplug=`sysctl kernel.hotplug 2>/dev/null | \
awk '{ print $3 }' 2>/dev/null`
- sysctl -w kernel.hotplug="/bin/true" > /dev/null 2>&1
+ sysctl -w kernel.hotplug="/etc/hotplug/firmware.agent" > /dev/null 2>&1
vlaninterfaces=""
cipeinterfaces=""