2
0
forked from Ivasoft/openwrt

rcS: wait for init scripts to complete before initiating the shutdown (patch from #5032)

SVN-Revision: 15530
This commit is contained in:
Felix Fietkau
2009-04-30 22:59:18 +00:00
parent 2a48c43b7f
commit cbd52550bd
2 changed files with 12 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ start() {
killall -q hotplug2
[ -x /sbin/hotplug2 ] && /sbin/hotplug2 --override --persistent \
--max-children 1 --no-coldplug &
--max-children 1 --no-coldplug >/dev/null 2>&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