Mercurial > dnsbl
annotate README @ 373:7361afe0df4f
avoid makedist removing dnsbl-tmpfs.conf
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 08 Feb 2017 10:44:04 -0800 |
parents | 92a5c866bdfa |
children |
rev | line source |
---|---|
203
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
1 Starting with an unpacked tarball, try this: |
109 | 2 |
3 ./configure | |
4 make | |
5 su | |
6 make install | |
7 make chkconfig | |
8 | |
9 The last step sets up the linux runlevels for this package and starts | |
10 the daemon. | |
203
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
11 |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
12 |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
13 Starting with a mercurial working directory, try this: |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
14 |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
15 make -f *cvs |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
16 ./configure >/dev/null |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
17 (cd xml; make; make distclean) |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
18 make distcheck |
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
109
diff
changeset
|
19 |