add an explicit 'sysinit' tag for logging initscripts output, instead of '' that was logged as is

SVN-Revision: 15323
lede-17.01
Nicolas Thill 2009-04-21 12:02:34 +00:00
parent 3f8ac1680c
commit 2fdeecdb47
1 changed files with 1 additions and 1 deletions

View File

@ -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