@name OpenSSH-2.3.0p1
@cwd /usr/local
@pkgdep perl-5.00502
@pkgdep openssl-0.9.5a_1
bin/scp
@comment MD5:8ec69b6f31460d6e4e3aa0b69c234776
bin/slogin
@comment MD5:bdb7867813844e0ff4f51873719e5a7d
bin/ssh
@comment MD5:bdb7867813844e0ff4f51873719e5a7d
bin/ssh-add
@comment MD5:4210bbcb15cfcd6075cbb9a314183234
bin/ssh-agent
@comment MD5:9580515fc7717da2b5c9e823471d494d
bin/ssh-keygen
@comment MD5:05bdea467f80df8487648d6cd9aecd69
etc/ssh_config
@comment MD5:cdc71f8d87c92854c61504b486be7dab
etc/sshd_config
@comment MD5:8cc389e2f7559300b57887682329f511
sbin/sshd
@comment MD5:f1a564bcc7426e42795c558d6824f535
@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
