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