diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-25 17:39:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-25 17:39:38 +0000 |
commit | ade7e1b7cfa8effda7bce9e68807722e40d11f23 (patch) | |
tree | 4bd6391607c1c03614dd940809d84dff10265440 /package/base-files | |
parent | 6fbba268c3cc7cfa5d967924f0ef148a9d0659fe (diff) | |
download | upstream-ade7e1b7cfa8effda7bce9e68807722e40d11f23.tar.gz upstream-ade7e1b7cfa8effda7bce9e68807722e40d11f23.tar.bz2 upstream-ade7e1b7cfa8effda7bce9e68807722e40d11f23.zip |
use syslogd -C16 instead of syslogd -C 16 (busybox 1.4 compatibility)
SVN-Revision: 6202
Diffstat (limited to 'package/base-files')
-rwxr-xr-x | package/base-files/files/etc/init.d/rcS | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( |