comparison README @ 42:d9ae11033b4b stable-1-9

Add default config to firewall systems that send bounces to non-existant accounts. Switch to Mercurial source control. Update spec file for fedora packaging.
author Carl Byington <carl@five-ten-sg.com>
date Fri, 21 Mar 2008 14:02:32 -0700
parents 1134c6a1d692
children
comparison
equal deleted inserted replaced
41:738d1f059183 42:d9ae11033b4b
1 $Id$
2
3 Try this: 1 Try this:
4 2
5 ./configure 3 ./configure
6 make 4 make
7 su 5 su
8 make install 6 make install
9 make chkconfig 7 make chkconfig
10 8
11 The last step sets up the linux runlevels for this package and starts 9 The last step sets up the linux runlevels for this package and starts
12 the daemon. 10 the daemon.
11
12
13 Starting with a mercurial working directory, try this:
14
15 make -f *cvs
16 ./configure >/dev/null
17 (cd xml; make; make distclean)
18 make distcheck
19