fix libipq install if staging dir doesn't contain usr/lib and usr/include yet
[openwrt.git] / openwrt / target / default / target_skeleton / etc / init.d / rcS
1 #!/bin/sh
2 syslogd -C 16
3 klogd
4 for i in /etc/init.d/S* ;do
5 $i start 2>&1 | logger -s -p 6 -t ''
6 done
This page took 0.043407 seconds and 5 git commands to generate.