move the hotplug2 kill command from preinit to /etc/init.d/boot, so that it works...
[openwrt.git] / package / base-files / files / etc / preinit
index 3b2ab74..810558c 100755 (executable)
@@ -87,6 +87,5 @@ if [ -z "$INITRAMFS" ]; then
 
        echo "- init -"
        
-       killall hotplug2
        exec /sbin/init
 fi