Mercurial > syslog2iptables
annotate README @ 53:d6fb7fca0394 stable-1-0-13
Document multiple contexts
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 25 Jan 2009 08:37:36 -0800 |
parents | d9ae11033b4b |
children |
rev | line source |
---|---|
9 | 1 Try this: |
2 | |
3 ./configure | |
4 make | |
5 su | |
6 make install | |
7 make chkconfig | |
8 | |
13 | 9 The last step sets up the linux runlevels for this package and starts |
10 the daemon. | |
42
d9ae11033b4b
Add default config to firewall systems that send bounces to non-existant accounts.
Carl Byington <carl@five-ten-sg.com>
parents:
13
diff
changeset
|
11 |
d9ae11033b4b
Add default config to firewall systems that send bounces to non-existant accounts.
Carl Byington <carl@five-ten-sg.com>
parents:
13
diff
changeset
|
12 |
d9ae11033b4b
Add default config to firewall systems that send bounces to non-existant accounts.
Carl Byington <carl@five-ten-sg.com>
parents:
13
diff
changeset
|
13 Starting with a mercurial working directory, try this: |
d9ae11033b4b
Add default config to firewall systems that send bounces to non-existant accounts.
Carl Byington <carl@five-ten-sg.com>
parents:
13
diff
changeset
|
14 |
d9ae11033b4b
Add default config to firewall systems that send bounces to non-existant accounts.
Carl Byington <carl@five-ten-sg.com>
parents:
13
diff
changeset
|
15 make -f *cvs |
d9ae11033b4b
Add default config to firewall systems that send bounces to non-existant accounts.
Carl Byington <carl@five-ten-sg.com>
parents:
13
diff
changeset
|
16 ./configure >/dev/null |
d9ae11033b4b
Add default config to firewall systems that send bounces to non-existant accounts.
Carl Byington <carl@five-ten-sg.com>
parents:
13
diff
changeset
|
17 (cd xml; make; make distclean) |
d9ae11033b4b
Add default config to firewall systems that send bounces to non-existant accounts.
Carl Byington <carl@five-ten-sg.com>
parents:
13
diff
changeset
|
18 make distcheck |
d9ae11033b4b
Add default config to firewall systems that send bounces to non-existant accounts.
Carl Byington <carl@five-ten-sg.com>
parents:
13
diff
changeset
|
19 |