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:
ece1718
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6146
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/dropbear/files/dropbear.init
patch
|
blob
|
history
diff --git
a/package/dropbear/files/dropbear.init
b/package/dropbear/files/dropbear.init
index
58b0bc2
..
b629c1e
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
}