comparison package.bash @ 103:5569df6d896e

updated packaging
author carl
date Thu, 08 Dec 2005 13:56:04 -0800
parents d9c64bafbf60
children
comparison
equal deleted inserted replaced
102:d9c64bafbf60 103:5569df6d896e
1 #!/bin/bash 1 #!/bin/bash
2 2
3 VER=dnsbl-5.10 3 VER=dnsbl-5.10
4 mkdir $VER 4 mkdir $VER
5 target1=/home/httpd/html/510sg/util/dnsbl.tar.gz 5 target1=/home/httpd/html/510sg/util/dnsbl.tar.gz
6 target2=/home/httpd/html/510sg/dnsbl.conf 6 target2=/home/httpd/html/510sg/dnsbl/dnsbl.conf
7 target3=/home/httpd/html/510sg/dnsbl.html 7 target3=/home/httpd/html/510sg/dnsbl/index.html
8 8
9 cp sample1.conf $VER/dnsbl.conf 9 cp sample1.conf $VER/dnsbl.conf
10 cp sample.conf $VER 10 cp sample.conf $VER
11 cp html-tags.conf $VER 11 cp html-tags.conf $VER
12 cp hosts-ignore.conf $VER 12 cp hosts-ignore.conf $VER