aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-01-25 17:39:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-01-25 17:39:38 +0000
commit2488cd4e0a0f13c9baacfbdf5a0b15da2db74ef1 (patch)
treeffb2a59927ba6c8347419209206cc70a38058e20 /package
parentea0ecf688c88a9d3f1dbf68909129f5dcedfdf4c (diff)
downloadupstream-2488cd4e0a0f13c9baacfbdf5a0b15da2db74ef1.tar.gz
upstream-2488cd4e0a0f13c9baacfbdf5a0b15da2db74ef1.tar.bz2
upstream-2488cd4e0a0f13c9baacfbdf5a0b15da2db74ef1.zip
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')
-rwxr-xr-xpackage/base-files/files/etc/init.d/rcS2
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
(