summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-25 17:39:38 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-25 17:39:38 +0000
commit8ab1f53d63cb63af930fd40ed138832f936c8237 (patch)
treeffb2a59927ba6c8347419209206cc70a38058e20 /package
parent6576676c3a775b7eae83e7d1277fc77a33778254 (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')
-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 fe21d0398..4e72bd905 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
(