pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/defaults Provide defaults for UCSPI_SSL_{USER, GROUP}.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d346d04f3944
branches:  trunk
changeset: 309478:d346d04f3944
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jun 18 10:59:55 2018 +0000

description:
Provide defaults for UCSPI_SSL_{USER,GROUP}.

diffstat:

 mk/defaults/mk.conf |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 942126aa086d -r d346d04f3944 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Mon Jun 18 10:54:52 2018 +0000
+++ b/mk/defaults/mk.conf       Mon Jun 18 10:59:55 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.294 2018/04/21 13:38:05 wiz Exp $
+# $NetBSD: mk.conf,v 1.295 2018/06/18 10:59:55 schmonz Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -1723,6 +1723,16 @@
 # Possible: see "facility codes" in /usr/include/syslog.h
 # Default: LOG_DAEMON
 
+UCSPI_SSL_USER?= ucspissl
+# The unprivileged user for ucspi-ssl with privilege separation.
+# Possible: any user name
+# Default: ucspissl
+
+UCSPI_SSL_GROUP?= ucspissl
+# The group of the UCSPI_SSL_USER for ucspi-ssl with privilege separation.
+# Possible: any group name
+# Default: ucspissl
+
 UNPRIVILEGED?= NO
 # Set this to YES to enable unprivileged support (see mk/unprivileged.mk).
 # Possible: YES, NO



Home | Main Index | Thread Index | Old Index