projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Corrected missing dependency
[openwrt.git]
/
package
/
openssh
/
files
/
S50sshd
diff --git
a/package/openssh/files/S50sshd
b/package/openssh/files/S50sshd
index
bb23691
..
f1bc833
100755
(executable)
--- a/
package/openssh/files/S50sshd
+++ b/
package/openssh/files/S50sshd
@@
-2,7
+2,7
@@
for type in rsa dsa; do {
# check for keys
- key=/etc/ssh/ssh_
${type}_host
_key
+ key=/etc/ssh/ssh_
host_${type}
_key
[ ! -f $key ] && {
# generate missing keys
[ -x /usr/bin/ssh-keygen ] && {
@@
-11,5
+11,5
@@
for type in rsa dsa; do {
exit 0
}
}; done
-
+mkdir -p /var/emtpy
/usr/sbin/sshd
This page took
0.024533 seconds
and
4
git commands to generate.