diff options
author | jdp <jdp@FreeBSD.org> | 1997-06-02 04:28:48 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1997-06-02 04:28:48 +0000 |
commit | 1f62c7f71aa743a524f4b53869487137e2b1aef8 (patch) | |
tree | bf9bea5f88cf431642fb6a61e0193c4b8a23d948 /security/ssh2/pkg-plist | |
parent | b79cc8d99f9cfe4d09a85c5589281237f03c3dfb (diff) | |
download | FreeBSD-ports-1f62c7f71aa743a524f4b53869487137e2b1aef8.zip FreeBSD-ports-1f62c7f71aa743a524f4b53869487137e2b1aef8.tar.gz |
Don't remove the host key on pkg_delete. It is irreplaceable.
Diffstat (limited to 'security/ssh2/pkg-plist')
-rw-r--r-- | security/ssh2/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/ssh2/pkg-plist b/security/ssh2/pkg-plist index 29cc5a4..c632301 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 |