summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-04-21 12:02:34 +0000
committerNicolas Thill <nico@openwrt.org>2009-04-21 12:02:34 +0000
commit2fdeecdb4736b41f8ceb01e451abc815712f32ef (patch)
treed411b637a65025f32816ac2cc4352e913d713cb2
parent3f8ac1680c95b1989b11818f12b5cc324f89cbb5 (diff)
downloadmaster-31e0f0ae-2fdeecdb4736b41f8ceb01e451abc815712f32ef.tar.gz
master-31e0f0ae-2fdeecdb4736b41f8ceb01e451abc815712f32ef.tar.bz2
master-31e0f0ae-2fdeecdb4736b41f8ceb01e451abc815712f32ef.zip
add an explicit 'sysinit' tag for logging initscripts output, instead of '' that was logged as is
SVN-Revision: 15323
-rwxr-xr-xpackage/base-files/files/etc/init.d/rcS2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/init.d/rcS b/package/base-files/files/etc/init.d/rcS
index 4090aba801..8c9114d336 100755
--- 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