This website requires JavaScript.
Explore
Help
Sign In
EljakimHerrewijnen
/
Openwrt
Watch
1
Star
0
Fork
0
You've already forked Openwrt
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2ab5d1e15c
Openwrt
/
openwrt
/
target
/
default
/
target_skeleton
/
etc
/
init.d
/
rcS
7 lines
102 B
Plaintext
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
log rcS output SVN-Revision: 816
2005-05-08 22:02:59 +00:00
for i in /etc/init.d/S* ;do
fix startup logging SVN-Revision: 863
2005-05-13 00:37:19 +00:00
$i start 2>&1 | logger -s -p 6 -t ''
Initial revision SVN-Revision: 197
2005-01-16 11:43:02 +00:00
done
Reference in New Issue
Copy Permalink