From d4bb14fbb0f62bfaf9c1231ab19441916d39bfdb Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 4 Nov 2004 05:24:41 +0000 Subject: fix firmware uploading on boot (#137263) --- rc.d/init.d/network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d') 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 v1.2.1