pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/defaults Add defaults for "bind9" package enhanceme...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53a99bd64fc5
branches:  trunk
changeset: 490695:53a99bd64fc5
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Mar 18 01:13:02 2005 +0000

description:
Add defaults for "bind9" package enhancements.

diffstat:

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

diffs (31 lines):

diff -r 16565aa06104 -r 53a99bd64fc5 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Thu Mar 17 23:56:45 2005 +0000
+++ b/mk/defaults/mk.conf       Fri Mar 18 01:13:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.32 2005/03/17 18:39:06 tron Exp $
+# $NetBSD: mk.conf,v 1.33 2005/03/18 01:13:02 tron Exp $
 #
 
 # A file providing defaults for pkgsrc and the packages collection.
@@ -741,6 +741,21 @@
 # Possible: not defined, YES
 # Default: not defined
 
+BIND_DIR?=             ${VARBASE}/chroot/named
+# The directory for BIND system user.
+# Possible: any valid location
+# Default: ${VARBASE}/named
+
+BIND_GROUP?=           named
+# System group to run the BIND name server as. Used by the "bind9" package.
+# Possible: any group name
+# Default: named
+
+BIND_USER?=            named
+# System user to run the BIND name server as. Used by the "bind9" package.
+# Possible: any user name
+# Default: named
+
 #BITCHX_WITH_GTK=
 # Used in bitchx to determine whether to include support for GTK,
 # for a GUI client.



Home | Main Index | Thread Index | Old Index