@comment PKG_FORMAT_REVISION:1.1
@name openssh-portable-3.7.1p2
@comment ORIGIN:security/openssh-portable
@cwd /usr
share/man/man1/sftp.1.gz
@comment MD5:05a15b93bf2553617466c60ee838a336
share/man/man1/ssh-add.1.gz
@comment MD5:39c04ae08988c9f03cb466e88cdb3e0c
share/man/man1/ssh-agent.1.gz
@comment MD5:e736cba8282594674e1f075ead5e1410
share/man/man1/ssh-keygen.1.gz
@comment MD5:bc3ac7b1a6bc591a959fd56eba0d5b4d
share/man/man1/ssh-keyscan.1.gz
@comment MD5:056fba4c89e35c34b67e761d4b0a1f62
share/man/man1/scp.1.gz
@comment MD5:bc430420e033026329218625c0e089b0
share/man/man1/ssh.1.gz
@comment MD5:88226aa5c684af94ee57b929ca8baa1b
share/man/man8/sftp-server.8.gz
@comment MD5:7477eb3e32ae97578a4d3070ba6d419d
share/man/man8/sshd.8.gz
@comment MD5:c0410b03a6a8a09f007914526a3b1ffc
share/man//man1/slogin.1.gz
@comment MD5:ae1a60bde3eb5f0693faa994ce425987
@unexec rm -f %D/share/man/man1/sftp.1 %D/share/man/man1/sftp.1.gz
@unexec rm -f %D/share/man/man1/ssh-add.1 %D/share/man/man1/ssh-add.1.gz
@unexec rm -f %D/share/man/man1/ssh-agent.1 %D/share/man/man1/ssh-agent.1.gz
@unexec rm -f %D/share/man/man1/ssh-keygen.1 %D/share/man/man1/ssh-keygen.1.gz
@unexec rm -f %D/share/man/man1/ssh-keyscan.1 %D/share/man/man1/ssh-keyscan.1.gz
@unexec rm -f %D/share/man/man1/scp.1 %D/share/man/man1/scp.1.gz
@unexec rm -f %D/share/man/man1/ssh.1 %D/share/man/man1/ssh.1.gz
@unexec rm -f %D/share/man/man5/ssh_config.5 %D/share/man/man5/ssh_config.5.gz
@unexec rm -f %D/share/man/man5/sshd_config.5 %D/share/man/man5/sshd_config.5.gz
@unexec rm -f %D/share/man/man8/sftp-server.8 %D/share/man/man8/sftp-server.8.gz
@unexec rm -f %D/share/man/man8/sshd.8 %D/share/man/man8/sshd.8.gz
@unexec rm -f %D/share/man/man8/ssh-keysign.8 %D/share/man/man8/ssh-keysign.8.gz
@unexec rm -f %D/share/man//man1/slogin.1 %D/share/man//man1/slogin.1.gz
@comment slogin must be deleted first
bin/slogin
@comment MD5:366d9819eebbbfd213d10800521eb4a7
bin/scp
@comment MD5:7772efe5d8460bb09a0295bfd78e4ddd
bin/sftp
@comment MD5:fc0c07f7f3db7a9818e23738ad6edb1a
bin/ssh
@comment MD5:32bb8207787d53490207cc7b4710ec85
bin/ssh-add
@comment MD5:bb6ccc8319625d1b4c61d3ed5b35d0e6
bin/ssh-agent
@comment MD5:b9d2b18abdb84ff5e6b5f47c70a3b537
bin/ssh-keygen
@comment MD5:dbe8d6780e59754f2a21714be5e47920
bin/ssh-keyscan
@comment MD5:589a74a67b4558f4032f2a6f7b294413
@exec [ -f %D/etc/ssh_config ] && [ ! -f %D/etc/ssh/ssh_config ] && ln %D/etc/ssh_config %D/etc/ssh/ssh_config
@exec [ -f %D/etc/sshd_config ] && [ ! -f %D/etc/ssh/sshd_config ] && ln %D/etc/sshd_config %D/etc/ssh/sshd_config
@exec [ -f %D/etc/ssh_host_key ] && [ ! -f %D/etc/ssh/ssh_host_key ] && ln %D/etc/ssh_host_key %D/etc/ssh/ssh_host_key
@exec [ -f %D/etc/ssh_host_key.pub ] && [ ! -f %D/etc/ssh/ssh_host_key.pub ] && ln %D/etc/ssh_host_key.pub %D/etc/ssh/ssh_host_key.pub
@exec [ -f %D/etc/ssh_host_rsa_key ] && [ ! -f %D/etc/ssh/ssh_host_rsa_key ] && ln %D/etc/ssh_host_rsa_key %D/etc/ssh/ssh_host_rsa_key
@exec [ -f %D/etc/ssh_host_rsa_key.pub ] && [ ! -f %D/etc/ssh/ssh_host_rsa_key.pub ] && ln %D/etc/ssh_host_rsa_key.pub %D/etc/ssh/ssh_host_rsa_key.pub
@exec [ -f %D/etc/ssh_host_dsa_key ] && [ ! -f %D/etc/ssh/ssh_host_dsa_key ] && ln %D/etc/ssh_host_dsa_key %D/etc/ssh/ssh_host_dsa_key
@exec [ -f %D/etc/ssh_host_dsa_key.pub ] && [ ! -f %D/etc/ssh/ssh_host_dsa_key.pub ] && ln %D/etc/ssh_host_dsa_key.pub %D/etc/ssh/ssh_host_dsa_key.pub
@dirrm etc/ssh
sbin/sshd
@comment MD5:3a5e396e7ccada76b675ce5642035f89
share/Ssh.bin
@comment MD5:9770b444596be9ba496d21f1adbd45b7
libexec/sftp-server
@comment MD5:a70aed18a31e88f1a715872944e8f580
libexec/ssh-keysign
@comment MD5:7fb6e4ce48c65989e898c21a2549fdb6
@exec if [ ! -f %D/etc/ssh/ssh_host_key ]; then echo ">> Generating a secret RSA1 host key."; %D/bin/ssh-keygen -t rsa1 -N "" -f %D/etc/ssh/ssh_host_key; fi
@exec if [ ! -f %D/etc/ssh/ssh_host_rsa_key ]; then echo ">> Generating a secret RSA host key."; %D/bin/ssh-keygen -t rsa -N "" -f %D/etc/ssh/ssh_host_rsa_key; fi
@exec if [ ! -f %D/etc/ssh/ssh_host_dsa_key ]; then echo ">> Generating a secret DSA host key."; %D/bin/ssh-keygen -t dsa -N "" -f %D/etc/ssh/ssh_host_dsa_key; fi
@exec mkdir -p %D/empty
@dirrm empty
@comment @exec mkdir -p /var/empty
@cwd .
@ignore
+COMMENT
@ignore
+DESC
