projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
742ee4e
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15323
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
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