projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove an obsolete function
[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
7fae7f5
..
27bc34b
100755
(executable)
--- a/
package/base-files/default/etc/init.d/rcS
+++ b/
package/base-files/default/etc/init.d/rcS
@@
-11,8
+11,8
@@
syslogd -C 16 #${log_ipaddr:+-L -R $log_ipaddr}
klogd
(
- for i in /etc/
init
.d/S*; do
- $i
star
t 2>&1
+ for i in /etc/
rc
.d/S*; do
+ $i
boo
t 2>&1
done
sysctl -p >&-
This page took
0.022469 seconds
and
4
git commands to generate.