diff options
author | John Polstra <jdp@FreeBSD.org> | 1997-06-02 04:28:48 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1997-06-02 04:28:48 +0000 |
commit | c7621bb9afb63c63a5b9f5520ce8dcfda3cf9aae (patch) | |
tree | c953e3de8c79c77091d2859859d44c788ca0b88f /security/ssh | |
parent | 25e4db03b742c1dcfb121672e83d98d4f76949ec (diff) | |
download | ports-c7621bb9afb63c63a5b9f5520ce8dcfda3cf9aae.tar.gz ports-c7621bb9afb63c63a5b9f5520ce8dcfda3cf9aae.zip |
Don't remove the host key on pkg_delete. It is irreplaceable.
Notes
Notes:
svn path=/head/; revision=6668
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/pkg-plist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/ssh/pkg-plist b/security/ssh/pkg-plist index 29cc5a46d340..c632301bd8c8 100644 --- a/security/ssh/pkg-plist +++ b/security/ssh/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 |