projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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
diff --git
a/openwrt/target/default/target_skeleton/etc/init.d/rcS
b/openwrt/target/default/target_skeleton/etc/init.d/rcS
index
262907a
..
d52152c
100755
(executable)
--- a/
openwrt/target/default/target_skeleton/etc/init.d/rcS
+++ b/
openwrt/target/default/target_skeleton/etc/init.d/rcS
@@
-1,7
+1,6
@@
#!/bin/sh
-# Start all init scripts in /etc/init.d
-# executing them in numerical order.
-#
+syslogd -C 16
+klogd
for i in /etc/init.d/S* ;do
- [ -f "$i" ] && $i start
+ $i start 2>&1 | logger -s -p 6 -t ''
done
This page took
0.027254 seconds
and
4
git commands to generate.