@name OpenSSH-2.5.2_2
@cwd /usr
@pkgdep perl-5.005
@pkgdep openssl-0.9.5a_1
bin/scp
@comment MD5:95052fe1011ccb3155f7ec9f578e8593
bin/ssh
@comment MD5:c821ca923a5c13aa14161d183fb7c0b1
bin/ssh-add
@comment MD5:aac30087596f84c774faca5dc5cb8edb
bin/ssh-agent
@comment MD5:60a99c9e42533d72825668884226cd98
bin/ssh-keygen
@comment MD5:2ee250723c45303490abf22b7f002ff5
etc/ssh_config
@comment MD5:12c8294a6a08a3a67d73220d2c00bd18
etc/ssh_prng_cmds
@comment MD5:5c71d8ef66f2ea315c5e712d0d811f29
etc/sshd_config
@comment MD5:40353edf87340176724932e5f750219a
man/man1/scp.1.gz
@comment MD5:23563f5c06f6086ce5e4fd0d903fa5ec
man/man1/slogin.1.gz
@comment MD5:4f2d604a87eb409b8b13cbf751919e31
man/man1/ssh-add.1.gz
@comment MD5:5723e6ffa6a7e6224a68e0a34c5c92f8
man/man1/ssh-agent.1.gz
@comment MD5:c2028c7947ec540df152f584aaf134aa
man/man1/ssh-keygen.1.gz
@comment MD5:b4749b97ff32b4c1d37a1e23bdbc3410
man/man1/ssh.1.gz
@comment MD5:c92b9c2206924478a65dfbb9ebfdf55f
man/man8/sshd.8.gz
@comment MD5:c735d55e712721427b6b581c8ae419a2
sbin/sshd
@comment MD5:72ea547d65779e1fdd3250b416ccb766
@exec ln -s /usr/bin/ssh /usr/bin/slogin
@exec if [ ! -f /etc/ssh_prng_cmds ]; then echo ">> Copying ssh_prng_cmds to /etc."; cp /usr/etc/ssh_prng_cmds /etc/ssh_prng_cmds; fi
@exec if [ ! -f %D/etc/ssh_host_key ]; then echo ">> Generating a secret RSA host key."; %D/bin/ssh-keygen -N "" -f %D/etc/ssh_host_key; fi
@exec if [ ! -f %D/etc/ssh_host_dsa_key ]; then echo ">> Generating a secret DSA host key."; %D/bin/ssh-keygen -d -N "" -f %D/etc/ssh_host_dsa_key; fi
@exec if [ ! -x %D/etc/rc.d/sshd.sh ]; then echo "#!/bin/sh" > %D/etc/rc.d/sshd.sh && exec echo "[ -x %D/sbin/sshd ] && %D/sbin/sshd && echo -n ' sshd'" >> %D/etc/rc.d/sshd.sh && exec chmod 0555 %D/etc/rc.d/sshd.sh; fi
@unexec if [ -f %D/info/dir ]; then if sed -e '1,/Menu:/d' %D/info/dir | grep -q '^[*] '; then true; else rm %D/info/dir; fi; fi
@cwd .
@ignore
+COMMENT
@ignore
+DESC
@ignore
+MTREE_DIRS
@mtree +MTREE_DIRS
