diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-02-05 11:06:08 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-02-05 11:06:08 +0800 |
commit | b7b6d6bbe37a125367a6037b50371eb16761fd33 (patch) | |
tree | 005eb220a51e025a2397fcf128c99eff8db3c71a /security | |
parent | a1d84fb4075c4d84df52704fa8600d5c15dd2743 (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | security/openssh-portable/files/openssh.in | 2 |
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 |