projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec3a840
)
add --no-coldplug to the hotplug2 process started by /etc/init.d/boot - should preven...
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 20 Sep 2007 10:19:24 +0000
(10:19 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 20 Sep 2007 10:19:24 +0000
(10:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8864
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/etc/init.d/boot
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/init.d/boot
b/package/base-files/files/etc/init.d/boot
index
aff47cf
..
c0b6192
100755
(executable)
--- 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