Add MIREDO_{USER,GROUP} defaults.

This commit is contained in:
schmonz 2019-01-06 00:07:48 +00:00
parent d3f4529f8e
commit b0841837b2

View file

@ -1,4 +1,4 @@
# $NetBSD: mk.conf,v 1.297 2018/11/12 14:22:58 jperkin Exp $
# $NetBSD: mk.conf,v 1.298 2019/01/06 00:07:48 schmonz Exp $
#
# This file provides default values for variables that may be overridden
@ -1332,6 +1332,16 @@ MEDIATOMB_USER?= mediatomb
# Possible: any user name
# Default: mediatomb
MIREDO_USER?= miredo
# The unprivileged user for miredo with privilege separation.
# Possible: any user name
# Default: miredo
MIREDO_GROUP?= miredo
# The group of the MIREDO_USER for miredo with privilege separation.
# Possible: any group name
# Default: miredo
MLDONKEY_GROUP?= mldonkey
# System group to run mldonkey's core as.
# Possible: any group name