summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-11-23 03:04:05 +0000
committerBrian Feldman <green@FreeBSD.org>1999-11-23 03:04:05 +0000
commitf9d23e53ccd755a086193762b8ace7a16c261bfc (patch)
tree07bb7b9dcde403c926d32ee0cf460b24da7d9f0c /security
parentRemove toasted MASTER_SITE (found by distfile survey) (diff)
Correct ssh-keygen usage.
Submitted by: Larry Baird <lab@gta.com>
Notes
Notes: svn path=/head/; revision=23275
Diffstat (limited to 'security')
-rw-r--r--security/openssh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 43468970732f..7d1089a4ab6b 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -119,7 +119,7 @@ post-patch:
post-install:
.if !exists(${PREFIX}/etc/ssh_host_key)
@${ECHO_MSG} ">> Generating a secret host key."
- ${PREFIX}/bin/ssh-keygen -N "" ${PREFIX}/etc/ssh_host_key
+ ${PREFIX}/bin/ssh-keygen -N "" -f ${PREFIX}/etc/ssh_host_key
.endif
.if !exists(${PREFIX}/etc/rc.d/sshd.sh)
@${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/sshd.sh