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 "HOWL_GROUP" and "HOW...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65020ec4141f
branches:  trunk
changeset: 505237:65020ec4141f
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Jan 01 18:25:07 2006 +0000

description:
Provide defaults for "HOWL_GROUP" and "HOWL_USER" which will be used by
future version of the "howl" package.

diffstat:

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

diffs (26 lines):

diff -r 3236d9150bdb -r 65020ec4141f mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Sun Jan 01 18:24:58 2006 +0000
+++ b/mk/defaults/mk.conf       Sun Jan 01 18:25:07 2006 +0000
@@ -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 @@
 # 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.



Home | Main Index | Thread Index | Old Index