diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-07-16 06:09:43 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-07-16 06:09:43 +0000 |
commit | fc3bcccc53ed93ddf8bf5235cd3af20ca7f5a09b (patch) | |
tree | 1f8ff866aa35e32da6f86289091ccf4c56083229 /security/ssh/pkg-plist | |
parent | d39fec368f068b0783b9e2f1561e0feb398917f0 (diff) | |
download | ports-fc3bcccc53ed93ddf8bf5235cd3af20ca7f5a09b.tar.gz ports-fc3bcccc53ed93ddf8bf5235cd3af20ca7f5a09b.zip |
Notes
Diffstat (limited to 'security/ssh/pkg-plist')
-rw-r--r-- | security/ssh/pkg-plist | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/security/ssh/pkg-plist b/security/ssh/pkg-plist index c99dd209976f..64badc208448 100644 --- a/security/ssh/pkg-plist +++ b/security/ssh/pkg-plist @@ -16,14 +16,6 @@ bin/make-ssh-known-hosts1 bin/make-ssh-known-hosts etc/ssh_config etc/sshd_config -man/man1/make-ssh-known-hosts.1.gz -man/man1/scp.1.gz -man/man1/ssh-add.1.gz -man/man1/ssh-agent.1.gz -man/man1/ssh-keygen.1.gz -man/man1/ssh.1.gz -man/man1/slogin.1.gz -man/man8/sshd.8.gz sbin/sshd1 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 |