Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/usr.sbin/pf/spamd-setup Pull up revision 1.3 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/68ab51fd83fe
branches:  netbsd-3
changeset: 575347:68ab51fd83fe
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 13 16:21:19 2005 +0000

description:
Pull up revision 1.3 (requested by jwise in ticket #138):
Pass in path to /etc/spamd.conf in CPPFLAGS.

diffstat:

 usr.sbin/pf/spamd-setup/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9403c320ebf1 -r 68ab51fd83fe usr.sbin/pf/spamd-setup/Makefile
--- a/usr.sbin/pf/spamd-setup/Makefile  Wed Apr 13 16:19:31 2005 +0000
+++ b/usr.sbin/pf/spamd-setup/Makefile  Wed Apr 13 16:21:19 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1.2.1 2005/04/13 16:05:49 tron Exp $
+#      $NetBSD: Makefile,v 1.1.2.2 2005/04/13 16:21:19 tron Exp $
 #      $OpenBSD: Makefile,v 1.3 2004/01/21 08:07:41 deraadt Exp $
 
 PROG=  pfspamd-setup
@@ -8,6 +8,8 @@
 LDADD= -lz
 DPADD= ${LIBZ}
 
+CPPFLAGS+=     -DPATH_SPAMD_CONF=\"/etc/spamd.conf\"
+
 BINDIR=        /usr/libexec
 
 pfspamd-setup.8: spamd-setup.8



Home | Main Index | Thread Index | Old Index