pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Add QMAIL_AUTOCONFIG, QMAIL_QUEUE_DIR, and QMAIL_QU...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0a8cc99e998
branches:  trunk
changeset: 478318:e0a8cc99e998
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Jul 21 22:32:24 2004 +0000

description:
Add QMAIL_AUTOCONFIG, QMAIL_QUEUE_DIR, and QMAIL_QUEUE_EXTRA, which
will control some aspects of the about-to-be-imported qmail package,
and note that you probably don't need to change QMAILDIR anymore.

diffstat:

 mk/bsd.pkg.defaults.mk |  26 ++++++++++++++++++++++----
 1 files changed, 22 insertions(+), 4 deletions(-)

diffs (41 lines):

diff -r bda42daf9713 -r e0a8cc99e998 mk/bsd.pkg.defaults.mk
--- a/mk/bsd.pkg.defaults.mk    Wed Jul 21 22:27:35 2004 +0000
+++ b/mk/bsd.pkg.defaults.mk    Wed Jul 21 22:32:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.262 2004/07/20 22:04:44 salo Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.263 2004/07/21 22:32:24 schmonz Exp $
 #
 
 # A file providing defaults for pkgsrc and the packages collection.
@@ -1831,10 +1831,28 @@
 # Possible:  Any rsh/ssh program.
 # Default:   /usr/bin/ssh if it exists, otherwise ${LOCALBASE}/bin/ssh
 
-QMAILDIR?=     ${VARBASE}/qmail
-# Specify the directory for qmail installation
+QMAILDIR?= /var/qmail
+# The directory for qmail installation. You probably don't need to
+# change this.
 # Possible: any valid location
-# Default: ${VARBASE}/qmail
+# Default: /var/qmail (intentionally not ${VARBASE}/qmail)
+
+QMAIL_AUTOCONFIG?= YES
+# Whether the package should automatically create basic config files.
+# Possible: YES, NO
+# Default: YES
+
+QMAIL_QUEUE_DIR?= ${VARBASE}/spool/qmail
+# The directory for qmail's queue.
+# Possible: any location on an appropriate filesystem, except that it
+# must be outside ${QMAILDIR}.
+# Default: ${VARBASE}/spool/qmail
+
+QMAIL_QUEUE_EXTRA?=
+# An additional recipient that will be added to every qmail delivery.
+# This is used primarily for logging.
+# Possible: empty, any valid local address
+# Default: empty
 
 QPOPPER_FAC?= LOCAL1
 # Used by qpopper package as the default syslog facility.



Home | Main Index | Thread Index | Old Index