aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc
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
commitbb2408fafcf7d80f524133dd59fd298149fd5657 (patch)
tree02a933d30fb280a9654e6831e28426c5a6bdb657 /package/base-files/files/etc
parent742ee4ef0c4dc5f8a0777926237170add2d1d07f (diff)
downloadupstream-bb2408fafcf7d80f524133dd59fd298149fd5657.tar.gz
upstream-bb2408fafcf7d80f524133dd59fd298149fd5657.tar.bz2
upstream-bb2408fafcf7d80f524133dd59fd298149fd5657.zip
add an explicit 'sysinit' tag for logging initscripts output, instead of '' that was logged as is
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15323 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/etc')
-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