summaryrefslogtreecommitdiff
path: root/security/ssh/pkg-plist
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-07-16 06:09:43 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-07-16 06:09:43 +0000
commitfc3bcccc53ed93ddf8bf5235cd3af20ca7f5a09b (patch)
tree1f8ff866aa35e32da6f86289091ccf4c56083229 /security/ssh/pkg-plist
parentUpdate to 2.1.1 and install as 'gindent' instead of 'indent' (diff)
Remove manpages from PLIST and use MLINKS instead of a bunch of ${LN} calls.
Notes
Notes: svn path=/head/; revision=20226
Diffstat (limited to 'security/ssh/pkg-plist')
-rw-r--r--security/ssh/pkg-plist8
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