projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove /etc/firewall.* from being kept as they no longer are used in trunk
[openwrt.git]
/
package
/
dropbear
/
files
/
dropbear.init
diff --git
a/package/dropbear/files/dropbear.init
b/package/dropbear/files/dropbear.init
index
58b0bc2
..
f671df7
100755
(executable)
--- a/
package/dropbear/files/dropbear.init
+++ b/
package/dropbear/files/dropbear.init
@@
-1,5
+1,6
@@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
+START=50
# Copyright (C) 2006 Carlos Sobrinho
config_cb() {
# Copyright (C) 2006 Carlos Sobrinho
config_cb() {
@@
-16,7
+17,7
@@
config_cb() {
case "$passauth" in
no|off|disabled|0) nopasswd=1;;
esac
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
}
;;
esac
}
This page took
0.019826 seconds
and
4
git commands to generate.