mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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:
parent
742ee4ef0c
commit
bb2408fafc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user