Mercurial > dnsbl
comparison package.bash @ 57:419e00901570
changes to handle 5iantlavalamp.com
author | carl |
---|---|
date | Thu, 28 Oct 2004 22:48:52 -0700 |
parents | dca56b2de019 |
children | 510a511ad554 |
comparison
equal
deleted
inserted
replaced
56:57607387263d | 57:419e00901570 |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 | 2 |
3 VER=dnsbl-3.6 | 3 VER=dnsbl-3.7 |
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.conf |
7 target3=/home/httpd/html/510sg/dnsbl.html | 7 target3=/home/httpd/html/510sg/dnsbl.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 tld.conf $VER | 12 cp hosts-ignore.conf $VER |
13 cp *cpp $VER | 13 cp tld.conf $VER |
14 cp *rc $VER | 14 cp *cpp $VER |
15 cp install.bash $VER | 15 cp *rc $VER |
16 cp *spec $VER | 16 cp install.bash $VER |
17 cp LICENSE $VER | 17 cp *spec $VER |
18 cp RELEASE_NOTES $VER | 18 cp LICENSE $VER |
19 tar cfvz $target1 $VER | 19 cp RELEASE_NOTES $VER |
20 tar cfvz $target1 $VER | |
20 | 21 |
21 cp sample.conf $target2 | 22 cp sample.conf $target2 |
22 cp dnsbl.html $target3 | 23 cp dnsbl.html $target3 |
23 | 24 |
24 scp $target1 ns1:$target1 | 25 scp $target1 ns1:$target1 |