mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:32:49 +02:00
use syslogd -C16 instead of syslogd -C 16 (busybox 1.4 compatibility)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6202 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6576676c3a
commit
8ab1f53d63
@ -7,7 +7,7 @@ ${FAILSAFE:+exit}
|
||||
#[ -f /etc/config/network ] && . /etc/config/network
|
||||
#eval $(ipcalc "$log_ipaddr")
|
||||
#[ "$log_ipaddr" = "$IP" ] || log_ipaddr=""
|
||||
syslogd -C 16 #${log_ipaddr:+-L -R $log_ipaddr}
|
||||
syslogd -C16 #${log_ipaddr:+-L -R $log_ipaddr}
|
||||
klogd
|
||||
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user