aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-09-20 10:19:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-09-20 10:19:24 +0000
commitca32501abe739fcb00bab62a48fe02a0dabba8a5 (patch)
tree842ee8f55a4626898daa93e07962af54e4e02b34 /package/base-files
parentbbde4161d56a495c61cde7d48aee131ffb806482 (diff)
downloadupstream-ca32501abe739fcb00bab62a48fe02a0dabba8a5.tar.gz
upstream-ca32501abe739fcb00bab62a48fe02a0dabba8a5.tar.bz2
upstream-ca32501abe739fcb00bab62a48fe02a0dabba8a5.zip
add --no-coldplug to the hotplug2 process started by /etc/init.d/boot - should prevent duplicate ifup actions. thx, ffrrrr.
SVN-Revision: 8864
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 aff47cfc74..c0b61928c1 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 -sf /tmp/resolv.conf.auto /tmp/resolv.conf
[ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe
- /sbin/hotplug2 --override --persistent --max-children 1 &
+ /sbin/hotplug2 --override --persistent --max-children 1 --no-coldplug &
# 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