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:           Sat Oct 28 04:46:35 UTC 2017

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

Log Message:
Move mail/nullmailer defaults to mk/defaults/mk.conf.


To generate a diff of this commit:
cvs rdiff -u -r1.283 -r1.284 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.283 pkgsrc/mk/defaults/mk.conf:1.284
--- pkgsrc/mk/defaults/mk.conf:1.283    Fri Sep 29 12:40:28 2017
+++ pkgsrc/mk/defaults/mk.conf  Sat Oct 28 04:46:35 2017
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.283 2017/09/29 12:40:28 wiz Exp $
+# $NetBSD: mk.conf,v 1.284 2017/10/28 04:46:35 schmonz Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -1438,6 +1438,16 @@ NMH_PAGER?= more
 # Possible: not defined, communicator, navigator, mozilla
 # Default: not defined, which implies communicator
 
+NULLMAILER_USER?=      nullmail
+# System user for nullmailer.
+# Possible: any user name
+# Default: nullmail
+
+NULLMAILER_GROUP?=     nullmail
+# System group for nullmailer.
+# Possible: any group name
+# Default: nullmail
+
 OPENSSH_CHROOT?=       ${VARBASE}/chroot/sshd
 # The chroot directory for OpenSSH with privilege separation. This directory
 # will be created and MUST be only readable by root.



Home | Main Index | Thread Index | Old Index