summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2006-01-01 18:25:07 +0000
committertron <tron@pkgsrc.org>2006-01-01 18:25:07 +0000
commit6596c8826a0632b3949905aed24d483e78ccb70c (patch)
tree4261a93a529231182d12d1c8784325fc302fe598 /mk/defaults
parent5922f27089190fe1f4e9125ec508c1f1cd439f2b (diff)
downloadpkgsrc-6596c8826a0632b3949905aed24d483e78ccb70c.tar.gz
Provide defaults for "HOWL_GROUP" and "HOWL_USER" which will be used by
future version of the "howl" package.
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 403a8b9cc1b..31bcd39bdfa 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -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.