Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.sbin/postfix Override a few config variables so post...
details: https://anonhg.NetBSD.org/src/rev/fa840ed10826
branches: trunk
changeset: 567069:fa840ed10826
user: heas <heas%NetBSD.org@localhost>
date: Mon May 31 03:54:20 2004 +0000
description:
Override a few config variables so postconf(1) has them correct.
diffstat:
gnu/usr.sbin/postfix/Makefile.inc | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r ed66d46ea80c -r fa840ed10826 gnu/usr.sbin/postfix/Makefile.inc
--- a/gnu/usr.sbin/postfix/Makefile.inc Mon May 31 03:22:45 2004 +0000
+++ b/gnu/usr.sbin/postfix/Makefile.inc Mon May 31 03:54:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.11 2004/02/07 05:10:44 lukem Exp $
+# $NetBSD: Makefile.inc,v 1.12 2004/05/31 03:54:20 heas Exp $
.include <bsd.own.mk>
@@ -31,6 +31,12 @@
PFIX_HTMLDIR= /usr/share/doc/html/postfix
PFIX_SBINDIR= /usr/sbin
+# override defaults which are otherwise empty and/or so postconf is correct
+CPPFLAGS+= -DDEF_HTML_DIR=\"${PFIX_HTMLDIR}\" \
+ -DDEF_README_DIR=\"${PFIX_EXAMPLEDIR}\" \
+ -DDEF_SAMPLE_DIR=\"${PFIX_EXAMPLEDIR}\" \
+ -DDEF_MANPAGE_DIR=\"${MANDIR}\"
+
# postfix check wants a lot of files to be owned by root
BINOWN= root
Home |
Main Index |
Thread Index |
Old Index