projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
change psk back to key
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
rc.common
diff --git
a/package/base-files/files/etc/rc.common
b/package/base-files/files/etc/rc.common
index
99e2a5d
..
6b3c213
100755
(executable)
--- a/
package/base-files/files/etc/rc.common
+++ b/
package/base-files/files/etc/rc.common
@@
-17,12
+17,12
@@
reload() {
restart() {
trap '' TERM
- stop
- start
+ stop
"$@"
+ start
"$@"
}
boot() {
- start
+ start
"$@"
}
shutdown() {
This page took
0.026353 seconds
and
4
git commands to generate.