projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bc7cf5
)
fix dropbear config (#960)
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 17 Jan 2007 20:24:36 +0000
(20:24 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 17 Jan 2007 20:24:36 +0000
(20:24 +0000)
SVN-Revision: 6117
package/dropbear/files/dropbear.init
patch
|
blob
|
history
diff --git
a/package/dropbear/files/dropbear.init
b/package/dropbear/files/dropbear.init
index ef69e9017603105f9a5d7c56e42d05b2c2fe7ba5..58b0bc2fabe99b032663c97b0f5ffc305ef42f4a 100755
(executable)
--- a/
package/dropbear/files/dropbear.init
+++ b/
package/dropbear/files/dropbear.init
@@
-5,10
+5,10
@@
config_cb() {
local cfg="$CONFIG_SECTION"
local nopasswd
- local
type
- config_get cfgt
ype
"$cfg" TYPE
+ local
cfgt
+ config_get cfgt "$cfg" TYPE
- case "$cfgt
ype
" in
+ case "$cfgt" in
dropbear)
config_get passauth $cfg PasswordAuth
config_get port $cfg Port