aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/preinit
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-08-01 03:01:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-08-01 03:01:42 +0000
commit37c7e13a5fb8a81f8765c2798aa5c193e8c1c3e1 (patch)
tree3c0cf166a67d195c1a0974a7aab13e3f5d07a23d /package/base-files/files/etc/preinit
parentd98002bd592032d86894ea2170ed11e269f95c95 (diff)
downloadupstream-37c7e13a5fb8a81f8765c2798aa5c193e8c1c3e1.tar.gz
upstream-37c7e13a5fb8a81f8765c2798aa5c193e8c1c3e1.tar.bz2
upstream-37c7e13a5fb8a81f8765c2798aa5c193e8c1c3e1.zip
move the hotplug2 kill command from preinit to /etc/init.d/boot, so that it works for initramfs as well
SVN-Revision: 12058
Diffstat (limited to 'package/base-files/files/etc/preinit')
-rwxr-xr-xpackage/base-files/files/etc/preinit1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/base-files/files/etc/preinit b/package/base-files/files/etc/preinit
index 3b2ab74728..810558cf38 100755
--- a/package/base-files/files/etc/preinit
+++ b/package/base-files/files/etc/preinit
@@ -87,6 +87,5 @@ if [ -z "$INITRAMFS" ]; then
echo "- init -"
- killall hotplug2
exec /sbin/init
fi