view src/package @ 17:b6a4b72bb96e

add scanning for bare hostnames
author carl
date Thu, 29 Apr 2004 22:05:03 -0700
parents 443aa0e8c6fa
children 19f11ae628df
line wrap: on
line source

#!/bin/bash

VER=dnsbl-2.1
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 *cpp         $VER
    cp *rc          $VER
    cp install.bash $VER
    cp LICENSE      $VER
    tar cfvz $target1 $VER

    cp sample.conf $target2
    cp dnsbl.html  $target3

    scp $target1 ns1:$target1
    scp $target2 ns1:$target2
    scp $target3 ns1:$target3
rm -rf $VER