projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add missing copyright
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
init.d
/
rcS
diff --git
a/package/base-files/default/etc/init.d/rcS
b/package/base-files/default/etc/init.d/rcS
index
e6daddc
..
dad989f
100755
(executable)
--- a/
package/base-files/default/etc/init.d/rcS
+++ b/
package/base-files/default/etc/init.d/rcS
@@
-1,8
+1,14
@@
#!/bin/sh
#!/bin/sh
-syslogd -C 16
-klogd
-${FAILSAFE:+
telnetd -l /bin/login; ifup lan;
exit}
+# Copyright (C) 2006 OpenWrt.org
+
+${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}
+klogd
+#${FAILSAFE:+telnetd -l /bin/login; ifup lan; exit}
for i in /etc/init.d/S*; do
$i start 2>&1
done | logger -s -p 6 -t '' &
for i in /etc/init.d/S*; do
$i start 2>&1
done | logger -s -p 6 -t '' &
This page took
0.023572 seconds
and
4
git commands to generate.