aboutsummaryrefslogtreecommitdiffstats
path: root/security/ssh2
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-06-12 19:38:41 +0800
committerache <ache@FreeBSD.org>1998-06-12 19:38:41 +0800
commit7ac0138fdc4679e8d7af78a1cdec33bfab8df228 (patch)
treeacf64d90622a573396e2bfe232dbdf2856548e7a /security/ssh2
parent5f0f807101a0ef3c58552baeb48fdf0964995e6e (diff)
downloadfreebsd-ports-gnome-7ac0138fdc4679e8d7af78a1cdec33bfab8df228.tar.gz
freebsd-ports-gnome-7ac0138fdc4679e8d7af78a1cdec33bfab8df228.tar.zst
freebsd-ports-gnome-7ac0138fdc4679e8d7af78a1cdec33bfab8df228.zip
Fix all *1 links
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