diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-19 15:37:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-19 15:37:47 +0000 |
commit | b90053eadaf302d8a04d892f99f268ff10bd4f1b (patch) | |
tree | b945fa9d477f5aa47f9d61fa8f578f7d54b99d23 /package/base-files/files/etc | |
parent | a69a79c0bc96c7ce1d4195ecb15d26205e52fac3 (diff) | |
download | upstream-b90053eadaf302d8a04d892f99f268ff10bd4f1b.tar.gz upstream-b90053eadaf302d8a04d892f99f268ff10bd4f1b.tar.bz2 upstream-b90053eadaf302d8a04d892f99f268ff10bd4f1b.zip |
[package] base-files: do not pass --set-worker /lib/hotplug2/worker_fork.so to hotplug2 anymore, its statically linked - patch by Viktar Palstsiuk <viktar.palstsiuk@promwad.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29806 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc')
-rwxr-xr-x | package/base-files/files/etc/init.d/boot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index 7eb4541ce2..53c16be879 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/package/base-files/files/etc/init.d/boot @@ -83,7 +83,6 @@ start() { killall -q hotplug2 [ -x /sbin/hotplug2 ] && /sbin/hotplug2 --override --persistent \ - --set-worker /lib/hotplug2/worker_fork.so \ --set-rules-file /etc/hotplug2.rules \ --max-children 1 >/dev/null 2>&1 & |