diff options
Diffstat (limited to 'security/ssh/pkg-plist')
-rw-r--r-- | security/ssh/pkg-plist | 6 |
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 |