projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
857d350
)
cosmetic fix
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 20 Jan 2007 17:09:14 +0000
(17:09 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 20 Jan 2007 17:09:14 +0000
(17:09 +0000)
SVN-Revision: 6146
package/dropbear/files/dropbear.init
patch
|
blob
|
history
diff --git
a/package/dropbear/files/dropbear.init
b/package/dropbear/files/dropbear.init
index 58b0bc2fabe99b032663c97b0f5ffc305ef42f4a..b629c1e48e9dae0e0b39455bedbd5893356196f2 100755
(executable)
--- a/
package/dropbear/files/dropbear.init
+++ b/
package/dropbear/files/dropbear.init
@@
-16,7
+16,7
@@
config_cb() {
case "$passauth" in
no|off|disabled|0) nopasswd=1;;
esac
- DROPBEAR_ARGS="${
port:+-p $port} ${nopasswd:+-s
}"
+ DROPBEAR_ARGS="${
nopasswd:+-s }${port:+-p $port
}"
;;
esac
}