From 813f207652caf55483463f3a819e9fb85de522f8 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 4 Nov 2004 05:26:42 +0000 Subject: fix firmware uploading on boot (#137263) --- initscripts.spec | 5 ++++- rc.d/init.d/network | 2 +- 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 7.93.5-1 +- fix firmware uploading on boot (#137263) + * Mon Nov 1 2004 Bill Nottingham 7.93.4-1 - fix some of the rhgb fsck code () - 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="" -- cgit