Update of /cvsroot/mahogany/M/lib/dspam
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1244/lib/dspam
Modified Files:
Makefile.M
Log Message:
use dummy --with-delivery-agent argument to dspam configure to shut it down under Mac
OS X
Index: Makefile.M
===================================================================
RCS file: /cvsroot/mahogany/M/lib/dspam/Makefile.M,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -u -2 -r1.1 -r1.2
--- Makefile.M 8 Jul 2004 22:06:46 -0000 1.1
+++ Makefile.M 12 Jul 2004 17:23:14 -0000 1.2
@@ -42,5 +42,7 @@
$(CONFIG): .src/$(CONFIG).in
@cd .src && chmod +x autogen.sh config.guess config.sub configure depcomp
install-sh missing mkinstalldirs
- .src/configure
+ @# dspam can't always detect delivery agent automatically, as we don't
+ @# use it anyhow just choose a dummy one
+ .src/configure --with-delivery-agent=/bin/false -C
$(OBJECTS): $(CONFIG)
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates