Mercurial > dnsbl
diff install.bash @ 28:33e1e3910506
add configurable list of tlds
author | carl |
---|---|
date | Thu, 27 May 2004 10:08:51 -0700 |
parents | 2e23b7184d2b |
children | ccf2c2651c1d |
line wrap: on
line diff
--- a/install.bash Sat May 22 22:30:45 2004 -0700 +++ b/install.bash Thu May 27 10:08:51 2004 -0700 @@ -33,6 +33,9 @@ if [ ! -f $DST/html-tags.conf ]; then cp html-tags.conf $DST fi +if [ ! -f $DST/tld.conf ]; then + cp tld.conf $DST +fi mv -f dnsbl $DST cp dnsbl.rc /etc/rc.d/init.d/dnsbl chmod 755 /etc/rc.d/init.d/dnsbl