aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-06-30 11:05:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-06-30 11:05:14 +0000
commitc09dc20f2cadaba86168adbb6df15e17c320d8d0 (patch)
tree7b30c1f0e65973f3648b6915371fa2000f5643e2 /package/base-files
parent8528218ec66258b19fd0ee40a4f6c4151329c17e (diff)
downloadupstream-c09dc20f2cadaba86168adbb6df15e17c320d8d0.tar.gz
upstream-c09dc20f2cadaba86168adbb6df15e17c320d8d0.tar.bz2
upstream-c09dc20f2cadaba86168adbb6df15e17c320d8d0.zip
replace the hotplug2 fork handling hack with a better solution implemented in upstream (thanks, iSteve)
SVN-Revision: 7786
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/files/etc/init.d/boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot
index 9990dc782f..0c31f1ce9e 100755
--- a/package/base-files/files/etc/init.d/boot
+++ b/package/base-files/files/etc/init.d/boot
@@ -41,7 +41,7 @@ start() {
ln -s /tmp/resolv.conf.auto /tmp/resolv.conf
[ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe
- /sbin/hotplug2 --persistent --max-children 1 &
+ /sbin/hotplug2 --override --persistent --max-children 1 &
# the coldplugging of network interfaces needs to happen later, so we do it manually here
for iface in $(awk -F: '/:/ {print $1}' /proc/net/dev); do