projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make dnsmasq init script non-blocking
[openwrt.git]
/
openwrt
/
target
/
default
/
target_skeleton
/
etc
/
init.d
/
rcS
diff --git
a/openwrt/target/default/target_skeleton/etc/init.d/rcS
b/openwrt/target/default/target_skeleton/etc/init.d/rcS
index
eeed18b
..
e6daddc
100755
(executable)
--- a/
openwrt/target/default/target_skeleton/etc/init.d/rcS
+++ b/
openwrt/target/default/target_skeleton/etc/init.d/rcS
@@
-1,6
+1,8
@@
#!/bin/sh
syslogd -C 16
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 ''
+done | logger -s -p 6 -t ''
&
This page took
0.030734 seconds
and
4
git commands to generate.