diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-06-12 11:38:41 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-06-12 11:38:41 +0000 |
commit | 9f6ee499771f3c29e7a9c9270b2097064bb81c3d (patch) | |
tree | a09b4277e2ee762e63ff841983ed52e4d284782c /security/ssh2/pkg-plist | |
parent | 24aa112327c7bb74daef589ea27e4f924c8f376b (diff) | |
download | ports-9f6ee499771f3c29e7a9c9270b2097064bb81c3d.tar.gz ports-9f6ee499771f3c29e7a9c9270b2097064bb81c3d.zip |
Notes
Diffstat (limited to 'security/ssh2/pkg-plist')
-rw-r--r-- | security/ssh2/pkg-plist | 46 |
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 |