summaryrefslogtreecommitdiff
path: root/security/ssh2/pkg-plist
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/pkg-plist
parentAdd missing startup script to PLIST (diff)
Don't remove the host key on pkg_delete. It is irreplaceable.
Notes
Notes: svn path=/head/; revision=6668
Diffstat (limited to '')
-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