an easy and consistent way of installing software ported to FreeBSD
BlockSSHD protects computers from SSH brute force attacks by
dynamically blocking IP addresses by adding iptables rules.
WWW: http://sourceforge.net/projects/blocksshd/
@comment $FreeBSD: ports/security/blocksshd/pkg-plist,v 1.2 2007/04/07 06:51:07 sem Exp $
bin/blocksshd
@unexec if cmp -s %D/etc/blocksshd.conf %D/etc/blocksshd.conf.sample; then rm -f %D/etc/blocksshd.conf; fi
etc/blocksshd.conf.sample
@exec if [ ! -f %D/etc/blocksshd.conf ]; then cp -p %D/%F %D/etc/blocksshd.conf; fi