aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
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 /rc.d
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
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/init.d/network2
1 files changed, 1 insertions, 1 deletions
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=""