mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:09:42 +02:00
7b28f49534
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1125 3c298f89-4303-0410-b956-a3cf2f4a3e73
9 lines
156 B
Bash
Executable File
9 lines
156 B
Bash
Executable File
#!/bin/sh
|
|
syslogd -C 16
|
|
klogd
|
|
${FAILSAFE:+telnetd -l /bin/login; ifup lan; exit}
|
|
|
|
for i in /etc/init.d/S*; do
|
|
$i start 2>&1
|
|
done | logger -s -p 6 -t '' &
|