projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add new config option for the hostname in /etc/config/system (fixes #1302, #1438)
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
init.d
/
rcS
diff --git
a/package/base-files/files/etc/init.d/rcS
b/package/base-files/files/etc/init.d/rcS
index
fe21d03
..
4e72bd9
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
(
This page took
0.025047 seconds
and
4
git commands to generate.