projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ebc144
)
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 b44f441c14c49234e0fc49a359972aa943e00174..4983db7d73b5bb4b3046d899359756430d9aa7cd 100755
(executable)
--- a/
package/base-files/files/etc/init.d/rcS
+++ b/
package/base-files/files/etc/init.d/rcS
@@
-5,4
+5,4
@@
for i in /etc/rc.d/$1*; do
[ -x $i ] && $i $2 2>&1
done
-} | logger -s -p 6 -t
''
&
+} | logger -s -p 6 -t
sysinit
&