summaryrefslogtreecommitdiff
path: root/security/ssh2
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-06-12 11:38:41 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-06-12 11:38:41 +0000
commit9f6ee499771f3c29e7a9c9270b2097064bb81c3d (patch)
treea09b4277e2ee762e63ff841983ed52e4d284782c /security/ssh2
parentHAS_CONFIGURE + --prefix=${PREFIX} = GNU_CONFIGURE (diff)
Fix all *1 links
Notes
Notes: svn path=/head/; revision=11408
Diffstat (limited to 'security/ssh2')
-rw-r--r--security/ssh2/pkg-plist46
1 files changed, 30 insertions, 16 deletions
diff --git a/security/ssh2/pkg-plist b/security/ssh2/pkg-plist
index ff4c33783eb0..47cf444de5dd 100644
--- a/security/ssh2/pkg-plist
+++ b/security/ssh2/pkg-plist
@@ -1,39 +1,53 @@
etc/rc.d/sshd.sh
-bin/scp
bin/scp1
-bin/ssh
+@exec ln -fs %f %B/scp
+@unexec rm -f %B/scp
bin/ssh1
+@exec ln -fs %f %B/ssh
+@unexec rm -f %B/ssh
@exec ln -fs %f %B/slogin
@unexec rm -f %B/slogin
-bin/ssh-add
bin/ssh-add1
-bin/ssh-agent
+@exec ln -fs %f %B/ssh-add
+@unexec rm -f %B/ssh-add
bin/ssh-agent1
-bin/ssh-askpass
+@exec ln -fs %f %B/ssh-agent
+@unexec rm -f %B/ssh-agent
bin/ssh-askpass1
-bin/ssh-keygen
+@exec ln -fs %f %B/ssh-askpass
+@unexec rm -f %B/ssh-askpass
bin/ssh-keygen1
-bin/make-ssh-known-hosts
+@exec ln -fs %f %B/ssh-keygen
+@unexec rm -f %B/ssh-keygen
bin/make-ssh-known-hosts1
+@exec ln -fs %f %B/make-ssh-known-hosts
+@unexec rm -f %B/make-ssh-known-hosts
etc/ssh_config
etc/sshd_config
-man/man1/make-ssh-known-hosts.1.gz
man/man1/make-ssh-known-hosts1.1.gz
-man/man1/scp.1.gz
+@exec ln -fs %f %B/make-ssh-known-hosts.1.gz
+@unexec rm -f %B/make-ssh-known-hosts.1.gz
man/man1/scp1.1.gz
-man/man1/ssh-add.1.gz
+@exec ln -fs %f %B/scp.1.gz
+@unexec rm -f %B/scp.1.gz
man/man1/ssh-add1.1.gz
-man/man1/ssh-agent.1.gz
+@exec ln -fs %f %B/ssh-add.1.gz
+@unexec rm -f %B/ssh-add.1.gz
man/man1/ssh-agent1.1.gz
-man/man1/ssh-keygen.1.gz
+@exec ln -fs %f %B/ssh-agent.1.gz
+@unexec rm -f %B/ssh-agent.1.gz
man/man1/ssh-keygen1.1.gz
-man/man1/ssh.1.gz
+@exec ln -fs %f %B/ssh-keygen.1.gz
+@unexec rm -f %B/ssh-keygen.1.gz
man/man1/ssh1.1.gz
+@exec ln -fs %f %B/ssh.1.gz
+@unexec rm -f %B/ssh.1.gz
@exec ln -fs %f %B/slogin.1.gz
@unexec rm -f %B/slogin.1.gz
-@unexec rm -f %B/slogin1.1.gz
-man/man8/sshd.8.gz
man/man8/sshd1.8.gz
-sbin/sshd
+@exec ln -fs %f %B/sshd.8.gz
+@unexec rm -f %B/sshd.8.gz
sbin/sshd1
+@exec ln -fs %f %B/sshd
+@unexec rm -f %B/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