projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fbba26
)
use syslogd -C16 instead of syslogd -C 16 (busybox 1.4 compatibility)
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 25 Jan 2007 17:39:38 +0000
(17:39 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 25 Jan 2007 17:39:38 +0000
(17:39 +0000)
SVN-Revision: 6202
package/base-files/files/etc/init.d/rcS
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/init.d/rcS
b/package/base-files/files/etc/init.d/rcS
index fe21d0398c0fdc53ed63dce0a46f95acab3c43a4..4e72bd905d373e37558fe838c8dab4e31c278b92 100755
(executable)
--- 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
(