diff src/package @ 28:33e1e3910506

add configurable list of tlds
author carl
date Thu, 27 May 2004 10:08:51 -0700
parents 2e23b7184d2b
children 8f43f8fa1ad7
line wrap: on
line diff
--- a/src/package	Sat May 22 22:30:45 2004 -0700
+++ b/src/package	Thu May 27 10:08:51 2004 -0700
@@ -1,13 +1,14 @@
 #!/bin/bash
 
-VER=dnsbl-2.2
+VER=dnsbl-2.4
 mkdir $VER
     target1=/home/httpd/html/510sg/util/dnsbl.tar.gz
     target2=/home/httpd/html/510sg/dnsbl.conf
     target3=/home/httpd/html/510sg/dnsbl.html
 
     cp sample.conf    $VER/dnsbl.conf
-    cp html-tags.conf $VER/html-tags.conf
+    cp html-tags.conf $VER
+    cp tld.conf       $VER
     cp *cpp           $VER
     cp *rc            $VER
     cp install.bash   $VER
@@ -20,4 +21,7 @@
     echo scp $target1 ns1:$target1
     echo scp $target2 ns1:$target2
     echo scp $target3 ns1:$target3
+    scp $target1 ams:/tmp/`basename $target1`
+    scp $target2 ams:/tmp/`basename $target2`
+    scp $target3 ams:/tmp/`basename $target3`
 rm -rf $VER