1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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
This commit is contained in:
nico
2009-04-21 12:02:34 +00:00
parent 0738089ffd
commit ebccf413f5

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2006 OpenWrt.org # Copyright (C) 2006 OpenWrt.org
LOGGER="cat" 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 for i in /etc/rc.d/$1*; do