summaryrefslogtreecommitdiffstats
path: root/security/ssh/pkg-plist
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-10-16 04:56:12 +0000
committerache <ache@FreeBSD.org>1996-10-16 04:56:12 +0000
commitf2362ad99056c88bc96410884ea7c0b9fed906d2 (patch)
tree4d5f125506804f2a0c330a6661e51b5c8ff16743 /security/ssh/pkg-plist
parentbc0544526614a8584478fe09b7dc8b94cb1cbacf (diff)
downloadFreeBSD-ports-f2362ad99056c88bc96410884ea7c0b9fed906d2.zip
FreeBSD-ports-f2362ad99056c88bc96410884ea7c0b9fed906d2.tar.gz
Upgrade to official 1.2.16
Fix PLIST
Diffstat (limited to 'security/ssh/pkg-plist')
-rw-r--r--security/ssh/pkg-plist6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/ssh/pkg-plist b/security/ssh/pkg-plist
index 55844f3..29cc5a4 100644
--- a/security/ssh/pkg-plist
+++ b/security/ssh/pkg-plist
@@ -1,7 +1,8 @@
etc/rc.d/sshd.sh
bin/scp
-bin/slogin
bin/ssh
+@exec ln -fs %f %B/slogin
+@unexec rm -f %B/slogin
bin/ssh-add
bin/ssh-agent
bin/ssh-askpass
@@ -15,6 +16,9 @@ man/man1/ssh-add.1.gz
man/man1/ssh-agent.1.gz
man/man1/ssh-keygen.1.gz
man/man1/ssh.1.gz
+@exec ln -fs %f %B/slogin.1.gz
+@unexec rm -f %B/slogin.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
OpenPOWER on IntegriCloud