add an explicit 'sysinit' tag for logging initscripts output, instead of '' that was logged as is
SVN-Revision: 15323
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nicolas Thill
					Nicolas Thill