annotate package.bash @ 66:14f0b04e2e15 stable-4-4

need to cleanup zombie children
author carl
date Tue, 18 Jan 2005 08:39:07 -0800
parents 7ad7d8b100bf
children 0e387cd3784b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
41
d95af8129dfa updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff changeset
1 #!/bin/bash
d95af8129dfa updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff changeset
2
66
14f0b04e2e15 need to cleanup zombie children
carl
parents: 62
diff changeset
3 VER=dnsbl-4.4
41
d95af8129dfa updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff changeset
4 mkdir $VER
d95af8129dfa updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff changeset
5 target1=/home/httpd/html/510sg/util/dnsbl.tar.gz
d95af8129dfa updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff changeset
6 target2=/home/httpd/html/510sg/dnsbl.conf
d95af8129dfa updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff changeset
7 target3=/home/httpd/html/510sg/dnsbl.html
d95af8129dfa updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff changeset
8
57
419e00901570 changes to handle 5iantlavalamp.com
carl
parents: 54
diff changeset
9 cp sample1.conf $VER/dnsbl.conf
419e00901570 changes to handle 5iantlavalamp.com
carl
parents: 54
diff changeset
10 cp sample.conf $VER
419e00901570 changes to handle 5iantlavalamp.com
carl
parents: 54
diff changeset
11 cp html-tags.conf $VER
419e00901570 changes to handle 5iantlavalamp.com
carl
parents: 54
diff changeset
12 cp hosts-ignore.conf $VER
419e00901570 changes to handle 5iantlavalamp.com
carl
parents: 54
diff changeset
13 cp tld.conf $VER
419e00901570 changes to handle 5iantlavalamp.com
carl
parents: 54
diff changeset
14 cp *cpp $VER
419e00901570 changes to handle 5iantlavalamp.com
carl
parents: 54
diff changeset
15 cp *rc $VER
419e00901570 changes to handle 5iantlavalamp.com
carl
parents: 54
diff changeset
16 cp install.bash $VER
419e00901570 changes to handle 5iantlavalamp.com
carl
parents: 54
diff changeset
17 cp *spec $VER
419e00901570 changes to handle 5iantlavalamp.com
carl
parents: 54
diff changeset
18 cp LICENSE $VER
419e00901570 changes to handle 5iantlavalamp.com
carl
parents: 54
diff changeset
19 cp RELEASE_NOTES $VER
419e00901570 changes to handle 5iantlavalamp.com
carl
parents: 54
diff changeset
20 tar cfvz $target1 $VER
41
d95af8129dfa updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff changeset
21
d95af8129dfa updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff changeset
22 cp sample.conf $target2
d95af8129dfa updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff changeset
23 cp dnsbl.html $target3
d95af8129dfa updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff changeset
24
d95af8129dfa updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff changeset
25 scp $target1 ns1:$target1
d95af8129dfa updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff changeset
26 scp $target2 ns1:$target2
d95af8129dfa updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff changeset
27 scp $target3 ns1:$target3
d95af8129dfa updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff changeset
28 rm -rf $VER