1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

misc init.d cleanups

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1123 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm
2005-05-30 23:46:18 +00:00
parent b45649226c
commit 6b885ae37f
7 changed files with 60 additions and 69 deletions

View File

@@ -1,6 +1,8 @@
#!/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 ''