projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add an explicit 'sysinit' tag for logging initscripts output, instead of '' that...
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
init.d
/
rcS
diff --git
a/package/base-files/files/etc/init.d/rcS
b/package/base-files/files/etc/init.d/rcS
index
4090aba
..
8c9114d
100755
(executable)
--- a/
package/base-files/files/etc/init.d/rcS
+++ b/
package/base-files/files/etc/init.d/rcS
@@
-2,7
+2,7
@@
# Copyright (C) 2006 OpenWrt.org
LOGGER="cat"
-[ -x /usr/bin/logger ] && LOGGER="logger -s -p 6 -t
''
"
+[ -x /usr/bin/logger ] && LOGGER="logger -s -p 6 -t
sysinit
"
{
for i in /etc/rc.d/$1*; do
This page took
0.020556 seconds
and
4
git commands to generate.