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 b44f441c14c49234e0fc49a359972aa943e00174..4983db7d73b5bb4b3046d899359756430d9aa7cd 100755 (executable)
@@ -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 &