comparison install.bash @ 92:505e77188317

optimize verification step, cleanup documentation
author carl
date Wed, 21 Sep 2005 08:00:08 -0700
parents 8487650c98ee
children
comparison
equal deleted inserted replaced
91:ca46fafc6621 92:505e77188317
60 cp hosts-ignore.conf $DST 60 cp hosts-ignore.conf $DST
61 fi 61 fi
62 if [ ! -f $DST/html-tags.conf ]; then 62 if [ ! -f $DST/html-tags.conf ]; then
63 cp html-tags.conf $DST 63 cp html-tags.conf $DST
64 fi 64 fi
65 rm -f $DST/tld.conf # new tld list
65 if [ ! -f $DST/tld.conf ]; then 66 if [ ! -f $DST/tld.conf ]; then
66 cp tld.conf $DST 67 cp tld.conf $DST
67 fi 68 fi
68 69
69 # make the directory for the socket 70 # make the directory for the socket