projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kconfig.pl: throw warnings into stderr instead of stdout
[openwrt.git]
/
package
/
dropbear
/
files
/
dropbear.init
diff --git
a/package/dropbear/files/dropbear.init
b/package/dropbear/files/dropbear.init
index
f671df7
..
aaa4470
100755
(executable)
--- a/
package/dropbear/files/dropbear.init
+++ b/
package/dropbear/files/dropbear.init
@@
-26,7
+26,7
@@
keygen() {
for keytype in rsa dss; do
# check for keys
key=dropbear/dropbear_${keytype}_host_key
for keytype in rsa dss; do
# check for keys
key=dropbear/dropbear_${keytype}_host_key
- [ -f /tmp/$key -o -
f
/etc/$key ] || {
+ [ -f /tmp/$key -o -
s
/etc/$key ] || {
# generate missing keys
mkdir -p /tmp/dropbear
[ -x /usr/bin/dropbearkey ] && {
# generate missing keys
mkdir -p /tmp/dropbear
[ -x /usr/bin/dropbearkey ] && {
@@
-45,8
+45,8
@@
keygen() {
}
start() {
}
start() {
- [ -
f
/etc/dropbear/dropbear_rsa_host_key -a \
- -
f
/etc/dropbear/dropbear_dss_host_key ] || keygen
+ [ -
s
/etc/dropbear/dropbear_rsa_host_key -a \
+ -
s
/etc/dropbear/dropbear_dss_host_key ] || keygen
config_load dropbear
/usr/sbin/dropbear $DROPBEAR_ARGS
config_load dropbear
/usr/sbin/dropbear $DROPBEAR_ARGS
This page took
0.024424 seconds
and
4
git commands to generate.