#!/bin/sh
# script to fetch current dnsbl.ins.pl and whois.ins.pl
#

LIBDIR=/usr/local/lib/hinfo
if test -x /usr/bin/wget -a -d $LIBDIR
then
	/usr/bin/wget -r -N -nd -P $LIBDIR http://www.blars.org/hinfo/dnsbl.ins.pl http://www.blars.org/hinfo/whois.ins.pl
fi
