aboutsummaryrefslogtreecommitdiff
path: root/security/ssh2
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1997-06-02 04:28:48 +0000
committerJohn Polstra <jdp@FreeBSD.org>1997-06-02 04:28:48 +0000
commitc7621bb9afb63c63a5b9f5520ce8dcfda3cf9aae (patch)
treec953e3de8c79c77091d2859859d44c788ca0b88f /security/ssh2
parent25e4db03b742c1dcfb121672e83d98d4f76949ec (diff)
downloadports-c7621bb9afb63c63a5b9f5520ce8dcfda3cf9aae.tar.gz
ports-c7621bb9afb63c63a5b9f5520ce8dcfda3cf9aae.zip
Notes
Diffstat (limited to 'security/ssh2')
-rw-r--r--security/ssh2/pkg-plist1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/ssh2/pkg-plist b/security/ssh2/pkg-plist
index 29cc5a46d340..c632301bd8c8 100644
--- a/security/ssh2/pkg-plist
+++ b/security/ssh2/pkg-plist
@@ -21,4 +21,3 @@ man/man1/ssh.1.gz
man/man8/sshd.8.gz
sbin/sshd
@exec if [ ! -f %D/etc/ssh_host_key ]; then echo "Generating a secret host key.." ; %D/bin/ssh-keygen -N "" -f %D/etc/ssh_host_key; fi
-@unexec rm -f %D/etc/ssh_host_key