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.4 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/2b083027590f
branches:  netbsd-3
changeset: 575349:2b083027590f
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 13 16:25:42 2005 +0000

description:
Pull up revision 1.4 (requested by jwise in ticket #138):
Now that we can override the name of /etc/spamd.conf, make it /etc/pfspamd.conf.

diffstat:

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

diffs (18 lines):

diff -r 4c1c7cee5f8f -r 2b083027590f usr.sbin/pf/spamd-setup/Makefile
--- a/usr.sbin/pf/spamd-setup/Makefile  Wed Apr 13 16:22:29 2005 +0000
+++ b/usr.sbin/pf/spamd-setup/Makefile  Wed Apr 13 16:25:42 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1.2.2 2005/04/13 16:21:19 tron Exp $
+#      $NetBSD: Makefile,v 1.1.2.3 2005/04/13 16:25:42 tron Exp $
 #      $OpenBSD: Makefile,v 1.3 2004/01/21 08:07:41 deraadt Exp $
 
 PROG=  pfspamd-setup
@@ -8,7 +8,7 @@
 LDADD= -lz
 DPADD= ${LIBZ}
 
-CPPFLAGS+=     -DPATH_SPAMD_CONF=\"/etc/spamd.conf\"
+CPPFLAGS+=     -DPATH_SPAMD_CONF=\"/etc/pfspamd.conf\"
 
 BINDIR=        /usr/libexec
 



Home | Main Index | Thread Index | Old Index