diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-25 17:39:38 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-25 17:39:38 +0000 |
commit | 8ab1f53d63cb63af930fd40ed138832f936c8237 (patch) | |
tree | ffb2a59927ba6c8347419209206cc70a38058e20 /package/base-files/files/etc/init.d | |
parent | 6576676c3a775b7eae83e7d1277fc77a33778254 (diff) |
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
Diffstat (limited to 'package/base-files/files/etc/init.d')
-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 ( |