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: Fri Jan 15 19:47:33 UTC 2021
Modified Files:
pkgsrc/mk/defaults: mk.conf
Log Message:
Provide defaults for BINCIMAP_{USER,GROUP}. Note that s6-networking also
makes use of UCSPI_SSL_USER.
To generate a diff of this commit:
cvs rdiff -u -r1.316 -r1.317 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.316 pkgsrc/mk/defaults/mk.conf:1.317
--- pkgsrc/mk/defaults/mk.conf:1.316 Thu Nov 5 09:16:00 2020
+++ pkgsrc/mk/defaults/mk.conf Fri Jan 15 19:47:33 2021
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.316 2020/11/05 09:16:00 nia Exp $
+# $NetBSD: mk.conf,v 1.317 2021/01/15 19:47:33 schmonz Exp $
#
# This file provides default values for variables that may be overridden
@@ -763,6 +763,16 @@ ARLA_CACHE?= ${LOCALBASE}/cache
# be on a local disk.
# Default: ${LOCALBASE}/cache
+BINCIMAP_USER?= bincimap
+# The unprivileged user for Binc IMAP.
+# Possible: any user name
+# Default: bincimap
+
+BINCIMAP_GROUP?= bincimap
+# The group of the BINCIMAP_USER for Binc IMAP.
+# Possible: any group name
+# Default: bincimap
+
BIND_DIR?= ${VARBASE}/chroot/named
# The directory for BIND system user.
# Possible: any valid location
@@ -1775,12 +1785,12 @@ TINYDYN_USER?= tinydyn
# Default: tinydyn
UCSPI_SSL_USER?= ucspissl
-# The unprivileged user for ucspi-ssl with privilege separation.
+# The unprivileged user for privilege-separated ucspi-ssl or s6-networking.
# Possible: any user name
# Default: ucspissl
UCSPI_SSL_GROUP?= ucspissl
-# The group of the UCSPI_SSL_USER for ucspi-ssl with privilege separation.
+# The group of the UCSPI_SSL_USER for privilege-separated TLS processing.
# Possible: any group name
# Default: ucspissl
Home |
Main Index |
Thread Index |
Old Index