This website requires JavaScript.
Explore
Help
Register
Sign in
KumiSystems
/
openwrtv4
Watch
1
Star
0
Fork
You've already forked openwrtv4
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
cd94ce2d10
openwrtv4
/
openwrt
/
target
/
default
/
target_skeleton
/
etc
/
init.d
/
rcS
7 lines
102 B
Text
Raw
Normal View
History
Unescape
Escape
Initial revision SVN-Revision: 197
2005-01-16 11:43:02 +00:00
#!/bin/sh
fix startup logging SVN-Revision: 863
2005-05-13 00:37:19 +00:00
syslogd -C 16
klogd
hide some non-critical error messages; prevent newbie bug reports SVN-Revision: 1028
2005-05-23 21:44:17 +00:00
for i in /etc/init.d/S*; do
$i start 2>&1
done | logger -s -p 6 -t ''
Reference in a new issue
Copy permalink