tools/firmware-utils: allow to create buffalo tags w/o hw version
[openwrt.git] / package / base-files / files / etc / rc.common
index 2b7bf5a..6ec88ae 100755 (executable)
@@ -30,7 +30,7 @@ boot() {
 }
 
 shutdown() {
-       return 0
+       stop
 }
 
 disable() {
@@ -74,5 +74,5 @@ EOF
 
 ALL_COMMANDS="start stop reload restart boot shutdown enable disable enabled depends ${EXTRA_COMMANDS}"
 list_contains ALL_COMMANDS "$action" || action=help
-[ "$action" == reload ] && action='eval reload "$@" || restart "$@" && :'
+[ "$action" = "reload" ] && action='eval reload "$@" || restart "$@" && :'
 $action "$@"
This page took 0.025208 seconds and 4 git commands to generate.