diff install.bash @ 57:419e00901570

changes to handle 5iantlavalamp.com
author carl
date Thu, 28 Oct 2004 22:48:52 -0700
parents 66c66a6ee65f
children 81f1e400e8ab
line wrap: on
line diff
--- a/install.bash	Wed Sep 08 14:46:45 2004 -0700
+++ b/install.bash	Thu Oct 28 22:48:52 2004 -0700
@@ -38,6 +38,9 @@
 if [ ! -f $DST/dnsbl.conf ]; then
     cp dnsbl.conf $DST
 fi
+if [ ! -f $DST/hosts-ignore.conf ]; then
+    cp hosts-ignore.conf $DST
+fi
 if [ ! -f $DST/html-tags.conf ]; then
     cp html-tags.conf $DST
 fi