projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f8ac16
)
add an explicit 'sysinit' tag for logging initscripts output, instead of '' that...
author
Nicolas Thill
<nico@openwrt.org>
Tue, 21 Apr 2009 12:02:34 +0000
(12:02 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 21 Apr 2009 12:02:34 +0000
(12:02 +0000)
SVN-Revision: 15323
package/base-files/files/etc/init.d/rcS
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/init.d/rcS
b/package/base-files/files/etc/init.d/rcS
index 4090aba8018fbf79e5158d3197a750de05f267e4..8c9114d3368f36fa64154aeaac11f9cb94f622f6 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