add --no-coldplug to the hotplug2 process started by /etc/init.d/boot - should preven...
[openwrt.git] / package / base-files / files / etc / init.d / rcS
1 #!/bin/sh
2 # Copyright (C) 2006 OpenWrt.org
3
4 {
5 for i in /etc/rc.d/$1*; do
6 $i $2 2>&1
7 done
8 } | logger -s -p 6 -t '' &
This page took 0.039303 seconds and 5 git commands to generate.