Provide defaults for "HOWL_GROUP" and "HOWL_USER" which will be used by

future version of the "howl" package.
This commit is contained in:
tron 2006-01-01 18:25:07 +00:00
parent 5922f27089
commit 6596c8826a

View file

@ -1,4 +1,4 @@
# $NetBSD: mk.conf,v 1.106 2006/01/01 17:06:12 tron Exp $
# $NetBSD: mk.conf,v 1.107 2006/01/01 18:25:07 tron Exp $
#
# This file provides default values for variables that may be overridden
@ -849,6 +849,16 @@ GNU_PROGRAM_PREFIX?= g
# card at I/O offset 0x300.
# Default: not defined
HOWL_GROUP?= howl
# System group to run howl's mDNS responder as.
# Possible: any group name
# Default: howl
HOWL_USER?= howl
# System user to run howl's mDNS responder as.
# Possible: any user name
# Default: howl
ICECAST_CHROOTDIR?= ${VARBASE}/chroot/icecast
# Used in icecast2 to specify the chroot directory in which icecast
# will be allowed to work.