On 4/30/07, Allie Daneman <[EMAIL PROTECTED]> wrote:
Can someone help out with how to properly build and install spamd as per patch 
003 ? Usually the application instructions are a bit more informative,Thanks  ;)

Apply by doing:
        cd /usr/src
        patch -p0 < 003_spamd.patch

Then build and install spamd.


cd /usr/src/libexec/spamd
make obj
make depend
make
make install


is one way to do it. or

cd /usr/src/libexec/spamd
make obj depend all install


would also work. another would be to check out OPENBSD_4_1 and build a
release as described in the release(8) manpage. but one of the first
two methods would be faster.

CK


--
GDB has a 'break' feature; why doesn't it have 'fix' too?

Reply via email to