add an explicit 'sysinit' tag for logging initscripts output, instead of '' that...
authorNicolas Thill <nico@openwrt.org>
Tue, 21 Apr 2009 12:02:34 +0000 (12:02 +0000)
committerNicolas 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

index 4090aba8018fbf79e5158d3197a750de05f267e4..8c9114d3368f36fa64154aeaac11f9cb94f622f6 100755 (executable)
@@ -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