pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/defaults



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue Mar 21 13:04:14 UTC 2017

Modified Files:
        pkgsrc/mk/defaults: mk.conf

Log Message:
QMAILDIR used to default to "/var/qmail" out of concern for distributors'
obligations. Default to ${VARBASE}/qmail instead: effectively the same
default, and helps for e.g. UNPRIVILEGED.


To generate a diff of this commit:
cvs rdiff -u -r1.270 -r1.271 pkgsrc/mk/defaults/mk.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/defaults/mk.conf
diff -u pkgsrc/mk/defaults/mk.conf:1.270 pkgsrc/mk/defaults/mk.conf:1.271
--- pkgsrc/mk/defaults/mk.conf:1.270    Sun Jan 15 23:55:30 2017
+++ pkgsrc/mk/defaults/mk.conf  Tue Mar 21 13:04:14 2017
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.270 2017/01/15 23:55:30 rillig Exp $
+# $NetBSD: mk.conf,v 1.271 2017/03/21 13:04:14 schmonz Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -1497,11 +1497,11 @@ PVM_SSH?=       ${LOCALBASE}/bin/ssh
 # Possible:  Any rsh/ssh program.
 # Default:   /usr/bin/ssh if it exists, otherwise ${LOCALBASE}/bin/ssh
 
-QMAILDIR?= /var/qmail
+QMAILDIR?= ${VARBASE}/qmail
 # The directory for qmail installation. You probably don't need to
 # change this.
 # Possible: any valid location
-# Default: /var/qmail (intentionally not ${VARBASE}/qmail)
+# Default: ${VARBASE}/qmail
 
 QMAIL_QFILTER_TMPDIR?= ${VARBASE}/tmp/qmail-qfilter
 # The temporary directory for qmail-qfilter.



Home | Main Index | Thread Index | Old Index