Mon Oct 19 07:10:30 2020 UTC ()
Belatedly add default TINYDYN_USER.


(schmonz)
diff -r1.314 -r1.315 pkgsrc/mk/defaults/mk.conf

cvs diff -r1.314 -r1.315 pkgsrc/mk/defaults/mk.conf (expand / switch to unified diff)

--- pkgsrc/mk/defaults/mk.conf 2020/10/03 13:02:36 1.314
+++ pkgsrc/mk/defaults/mk.conf 2020/10/19 07:10:30 1.315
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mk.conf,v 1.314 2020/10/03 13:02:36 schmonz Exp $ 1# $NetBSD: mk.conf,v 1.315 2020/10/19 07:10:30 schmonz Exp $
2# 2#
3 3
4# This file provides default values for variables that may be overridden 4# This file provides default values for variables that may be overridden
5# in the MAKECONF file, which is /etc/mk.conf by default. 5# in the MAKECONF file, which is /etc/mk.conf by default.
6# 6#
7# Note: This file is included after the MAKECONF file, so you cannot query 7# Note: This file is included after the MAKECONF file, so you cannot query
8# these default values in the MAKECONF using the ".if" and ".for" 8# these default values in the MAKECONF using the ".if" and ".for"
9# preprocessing directives. 9# preprocessing directives.
10 10
11# ************************************************************************ 11# ************************************************************************
12# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS. 12# NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS.
13# ************************************************************************ 13# ************************************************************************
14 14
@@ -1759,26 +1759,31 @@ SSYNC_PAWD?= pwd @@ -1759,26 +1759,31 @@ SSYNC_PAWD?= pwd
1759# Since teTeX package uses ${PREFIX}/share/texmf directory, TeXfamily 1759# Since teTeX package uses ${PREFIX}/share/texmf directory, TeXfamily
1760# package uses ${PREFIX}/share/texmf.local. Therefore, though you can 1760# package uses ${PREFIX}/share/texmf.local. Therefore, though you can
1761# use /usr/local/share/texmf as TEXMFSITE, it causes a conflict if you 1761# use /usr/local/share/texmf as TEXMFSITE, it causes a conflict if you
1762# set ${PREFIX} to /usr/local. Use another path in such a case. 1762# set ${PREFIX} to /usr/local. Use another path in such a case.
1763# Possible: any valid path 1763# Possible: any valid path
1764# Default: none 1764# Default: none
1765 1765
1766#THTTPD_LOG_FACILITY?= LOG_DAEMON 1766#THTTPD_LOG_FACILITY?= LOG_DAEMON
1767# Used by the thttpd package to choose the log facility used 1767# Used by the thttpd package to choose the log facility used
1768# by thttpd for its syslogd(8) messages. 1768# by thttpd for its syslogd(8) messages.
1769# Possible: see "facility codes" in /usr/include/syslog.h 1769# Possible: see "facility codes" in /usr/include/syslog.h
1770# Default: LOG_DAEMON 1770# Default: LOG_DAEMON
1771 1771
 1772TINYDYN_USER?= tinydyn
 1773# System user for tinydyndns.
 1774# Possible: any user name
 1775# Default: tinydyn
 1776
1772UCSPI_SSL_USER?= ucspissl 1777UCSPI_SSL_USER?= ucspissl
1773# The unprivileged user for ucspi-ssl with privilege separation. 1778# The unprivileged user for ucspi-ssl with privilege separation.
1774# Possible: any user name 1779# Possible: any user name
1775# Default: ucspissl 1780# Default: ucspissl
1776 1781
1777UCSPI_SSL_GROUP?= ucspissl 1782UCSPI_SSL_GROUP?= ucspissl
1778# The group of the UCSPI_SSL_USER for ucspi-ssl with privilege separation. 1783# The group of the UCSPI_SSL_USER for ucspi-ssl with privilege separation.
1779# Possible: any group name 1784# Possible: any group name
1780# Default: ucspissl 1785# Default: ucspissl
1781 1786
1782UNPRIVILEGED?= NO 1787UNPRIVILEGED?= NO
1783# Set this to YES to enable unprivileged support (see mk/unprivileged.mk). 1788# Set this to YES to enable unprivileged support (see mk/unprivileged.mk).
1784# Possible: YES, NO 1789# Possible: YES, NO