projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2ec87d
)
[package] base-files: fix shell syntax (prevent error messages when activating initsc...
author
Nicolas Thill
<nico@openwrt.org>
Mon, 29 Mar 2010 03:58:17 +0000
(
03:58
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 29 Mar 2010 03:58:17 +0000
(
03:58
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20571
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/etc/rc.common
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/rc.common
b/package/base-files/files/etc/rc.common
index
2b7bf5a
..
072f143
100755
(executable)
--- a/
package/base-files/files/etc/rc.common
+++ b/
package/base-files/files/etc/rc.common
@@
-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 "$@"