wireless config gets regenerated not only when it does not exist, buit also if it...
[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.04003 seconds and 5 git commands to generate.