From: nbd Date: Thu, 25 Jan 2007 17:39:38 +0000 (+0000) Subject: use syslogd -C16 instead of syslogd -C 16 (busybox 1.4 compatibility) X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=8ab1f53d63cb63af930fd40ed138832f936c8237 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 --- diff --git a/package/base-files/files/etc/init.d/rcS b/package/base-files/files/etc/init.d/rcS index fe21d0398c..4e72bd905d 100755 --- a/package/base-files/files/etc/init.d/rcS +++ b/package/base-files/files/etc/init.d/rcS @@ -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 (