move target/default/target_skeleton into package/base-files, put all the default...
[openwrt.git] / openwrt / package / base-files / default / etc / init.d / rcS
1 #!/bin/sh
2 syslogd -C 16
3 klogd
4 ${FAILSAFE:+telnetd -l /bin/login; ifup lan; exit}
5
6 for i in /etc/init.d/S*; do
7 $i start 2>&1
8 done | logger -s -p 6 -t '' &
This page took 0.053388 seconds and 5 git commands to generate.