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 Pull up revision 1.5 (requested by jwis...



details:   https://anonhg.NetBSD.org/src/rev/c82cfa1f1c0b
branches:  netbsd-3
changeset: 575344:c82cfa1f1c0b
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 13 16:17:59 2005 +0000

description:
Pull up revision 1.5 (requested by jwise in ticket #138):
Now that we can specify the chroot location, make it /var/chroot/pfspamd.

diffstat:

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

diffs (18 lines):

diff -r 7e3f49391ff0 -r c82cfa1f1c0b usr.sbin/pf/spamd/Makefile
--- a/usr.sbin/pf/spamd/Makefile        Wed Apr 13 16:16:14 2005 +0000
+++ b/usr.sbin/pf/spamd/Makefile        Wed Apr 13 16:17:59 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2.2.2 2005/04/13 16:15:24 tron Exp $
+#      $NetBSD: Makefile,v 1.2.2.3 2005/04/13 16:17:59 tron Exp $
 #      $OpenBSD: Makefile,v 1.7 2004/02/26 07:28:55 beck Exp $
 
 PROG=  pfspamd
@@ -7,7 +7,7 @@
 
 BINDIR=        /usr/libexec
 
-CPPFLAGS+=     -DSPAMD_CHROOT=\"/var/chroot/spamd\"
+CPPFLAGS+=     -DSPAMD_CHROOT=\"/var/chroot/pfspamd\"
 
 pfspamd.8:     spamd.8
        cp $> $@



Home | Main Index | Thread Index | Old Index