aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2014-02-05 11:06:08 +0800
committerbdrewery <bdrewery@FreeBSD.org>2014-02-05 11:06:08 +0800
commitb7b6d6bbe37a125367a6037b50371eb16761fd33 (patch)
tree005eb220a51e025a2397fcf128c99eff8db3c71a /security
parenta1d84fb4075c4d84df52704fa8600d5c15dd2743 (diff)
downloadfreebsd-ports-gnome-b7b6d6bbe37a125367a6037b50371eb16761fd33.tar.gz
freebsd-ports-gnome-b7b6d6bbe37a125367a6037b50371eb16761fd33.tar.zst
freebsd-ports-gnome-b7b6d6bbe37a125367a6037b50371eb16761fd33.zip
- Fix RC script
Pointyhat to: bdrewery Reported by: Kenta S. <kentas@hush.com>
Diffstat (limited to 'security')
-rw-r--r--security/openssh-portable/Makefile1
-rw-r--r--security/openssh-portable/files/openssh.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index d0cb8e91cd1a..21a53f119fb1 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -3,6 +3,7 @@
PORTNAME= openssh
DISTVERSION= 6.5p1
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security ipv6
MASTER_SITES= ${MASTER_SITE_OPENBSD}
diff --git a/security/openssh-portable/files/openssh.in b/security/openssh-portable/files/openssh.in
index 22b3801571ba..c05fd1c6a96b 100644
--- a/security/openssh-portable/files/openssh.in
+++ b/security/openssh-portable/files/openssh.in
@@ -38,7 +38,7 @@ openssh_keygen()
if [ -f %%ETCSSH%%/ssh_host_key -a \
-f %%ETCSSH%%/ssh_host_dsa_key -a \
-f %%ETCSSH%%/ssh_host_rsa_key -a \
- -f %%ETCSSH%%/ssh_host_ecdsa_key -a
+ -f %%ETCSSH%%/ssh_host_ecdsa_key -a \
-f %%ETCSSH%%/ssh_host_ed25519_key ]; then
return 0
fi