keep track of the network interface states (stored in uci format in /var/state/networ...
[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.042853 seconds and 5 git commands to generate.