annotate README @ 51:206448c00b55 stable-1-0-12

Allow multiple contexts with independent add/remove commands.
author Carl Byington <carl@five-ten-sg.com>
date Sat, 24 Jan 2009 15:52:20 -0800
parents d9ae11033b4b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
d76f9ff42487 initial coding
carl
parents: 1
diff changeset
1 Try this:
d76f9ff42487 initial coding
carl
parents: 1
diff changeset
2
d76f9ff42487 initial coding
carl
parents: 1
diff changeset
3 ./configure
d76f9ff42487 initial coding
carl
parents: 1
diff changeset
4 make
d76f9ff42487 initial coding
carl
parents: 1
diff changeset
5 su
d76f9ff42487 initial coding
carl
parents: 1
diff changeset
6 make install
d76f9ff42487 initial coding
carl
parents: 1
diff changeset
7 make chkconfig
d76f9ff42487 initial coding
carl
parents: 1
diff changeset
8
13
1134c6a1d692 final documentation, rpm builds properly
carl
parents: 9
diff changeset
9 The last step sets up the linux runlevels for this package and starts
1134c6a1d692 final documentation, rpm builds properly
carl
parents: 9
diff changeset
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