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.4 (requested by jwis...
details: https://anonhg.NetBSD.org/src/rev/b621297a8519
branches: netbsd-3
changeset: 575342:b621297a8519
user: tron <tron%NetBSD.org@localhost>
date: Wed Apr 13 16:15:24 2005 +0000
description:
Pull up revision 1.4 (requested by jwise in ticket #138):
Pass in a value for SPAMD_CHROOT in CPPFLAGS, to specify the path to the
chroot dir spamd will use.
diffstat:
usr.sbin/pf/spamd/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r b332bccdecc3 -r b621297a8519 usr.sbin/pf/spamd/Makefile
--- a/usr.sbin/pf/spamd/Makefile Wed Apr 13 16:13:37 2005 +0000
+++ b/usr.sbin/pf/spamd/Makefile Wed Apr 13 16:15:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2.2.1 2005/04/13 16:06:32 tron Exp $
+# $NetBSD: Makefile,v 1.2.2.2 2005/04/13 16:15:24 tron Exp $
# $OpenBSD: Makefile,v 1.7 2004/02/26 07:28:55 beck Exp $
PROG= pfspamd
@@ -7,6 +7,8 @@
BINDIR= /usr/libexec
+CPPFLAGS+= -DSPAMD_CHROOT=\"/var/chroot/spamd\"
+
pfspamd.8: spamd.8
cp $> $@
Home |
Main Index |
Thread Index |
Old Index