pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/maildrop
Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Apr 27 20:08:07 UTC 2017
Modified Files:
        pkgsrc/mail/maildrop: Makefile
Log Message:
Honor custom values of ${QMAIL_DAEMON_USER}.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/mail/maildrop/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/maildrop/Makefile
diff -u pkgsrc/mail/maildrop/Makefile:1.63 pkgsrc/mail/maildrop/Makefile:1.64
--- pkgsrc/mail/maildrop/Makefile:1.63  Sat Jul  9 06:38:29 2016
+++ pkgsrc/mail/maildrop/Makefile       Thu Apr 27 20:08:07 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2016/07/09 06:38:29 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2017/04/27 20:08:07 schmonz Exp $
 
 DISTNAME=      maildrop-2.5.5
 PKGREVISION=   6
@@ -25,7 +25,8 @@ PKG_SUGGESTED_OPTIONS=        authlib
 
 # These are the users that may invoke maildrop with the "-d user"
 # argument (mailbox delivery mode).
-MAILDROP_TRUSTED_USERS?=       ${REAL_ROOT_USER} ${COURIER_USER} qmaild
+MAILDROP_TRUSTED_USERS?=${REAL_ROOT_USER} ${COURIER_USER} ${QMAIL_DAEMON_USER}
+BUILD_DEFS+=           QMAIL_DAEMON_USER
 
 CONFIGURE_ARGS+=       --datadir=${DATADIR}
 CONFIGURE_ARGS+=       --libexecdir=${LIBEXECDIR}
Home |
Main Index |
Thread Index |
Old Index