comparison install.bash @ 57:419e00901570

changes to handle 5iantlavalamp.com
author carl
date Thu, 28 Oct 2004 22:48:52 -0700
parents 66c66a6ee65f
children 81f1e400e8ab
comparison
equal deleted inserted replaced
56:57607387263d 57:419e00901570
36 rmdir /var/dnsbl 36 rmdir /var/dnsbl
37 fi 37 fi
38 if [ ! -f $DST/dnsbl.conf ]; then 38 if [ ! -f $DST/dnsbl.conf ]; then
39 cp dnsbl.conf $DST 39 cp dnsbl.conf $DST
40 fi 40 fi
41 if [ ! -f $DST/hosts-ignore.conf ]; then
42 cp hosts-ignore.conf $DST
43 fi
41 if [ ! -f $DST/html-tags.conf ]; then 44 if [ ! -f $DST/html-tags.conf ]; then
42 cp html-tags.conf $DST 45 cp html-tags.conf $DST
43 fi 46 fi
44 if [ ! -f $DST/tld.conf ]; then 47 if [ ! -f $DST/tld.conf ]; then
45 cp tld.conf $DST 48 cp tld.conf $DST