view src/package @ 24:2e23b7184d2b

start coding for bad html tag detection
author carl
date Wed, 19 May 2004 21:40:50 -0700
parents 19f11ae628df
children 33e1e3910506
line wrap: on
line source

#!/bin/bash

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

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

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