瀏覽代碼

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

SVN-Revision: 15323
Nicolas Thill 16 年之前
父節點
當前提交
2fdeecdb47
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/base-files/files/etc/init.d/rcS

+ 1 - 1
package/base-files/files/etc/init.d/rcS

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