Mercurial > dnsbl
comparison package.bash @ 41:d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
author | carl |
---|---|
date | Mon, 05 Jul 2004 10:52:02 -0700 |
parents | |
children | 4f9e3dc55d38 |
comparison
equal
deleted
inserted
replaced
40:dc3d8d1aa2d2 | 41:d95af8129dfa |
---|---|
1 #!/bin/bash | |
2 | |
3 VER=dnsbl-3.2 | |
4 mkdir $VER | |
5 target1=/home/httpd/html/510sg/util/dnsbl.tar.gz | |
6 target2=/home/httpd/html/510sg/dnsbl.conf | |
7 target3=/home/httpd/html/510sg/dnsbl.html | |
8 | |
9 cp sample1.conf $VER/dnsbl.conf | |
10 cp sample.conf $VER | |
11 cp html-tags.conf $VER | |
12 cp tld.conf $VER | |
13 cp *cpp $VER | |
14 cp *rc $VER | |
15 cp install.bash $VER | |
16 cp *spec $VER | |
17 cp LICENSE $VER | |
18 cp RELEASE_NOTES $VER | |
19 tar cfvz $target1 $VER | |
20 | |
21 cp sample.conf $target2 | |
22 cp dnsbl.html $target3 | |
23 | |
24 scp $target1 ns1:$target1 | |
25 scp $target2 ns1:$target2 | |
26 scp $target3 ns1:$target3 | |
27 rm -rf $VER |