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