From 53f7e4a36b5e41a95f87d4a4a026e244b6087fa4 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 1 Aug 2008 03:01:42 +0000 Subject: move the hotplug2 kill command from preinit to /etc/init.d/boot, so that it works for initramfs as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12058 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/etc/init.d/boot | 1 + 1 file changed, 1 insertion(+) (limited to 'package/base-files/files/etc/init.d/boot') diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index 57c034eb4..88dded646 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/package/base-files/files/etc/init.d/boot @@ -48,6 +48,7 @@ start() { ln -sf /tmp/resolv.conf.auto /tmp/resolv.conf [ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe + killall -q hotplug2 [ -x /sbin/hotplug2 ] && /sbin/hotplug2 --override --persistent \ --max-children 1 --no-coldplug & -- cgit v1.2.3