summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortez <tez@pkgsrc.org>2011-11-22 21:25:04 +0000
committertez <tez@pkgsrc.org>2011-11-22 21:25:04 +0000
commit59706b55c8052084417e1a05ac2b64ef84f5eb91 (patch)
tree4f8231e14d7f74b1720e4c825291fccb1983baa8
parent413ea4af8b79af4f7a86cfa98ccf27b322d791f9 (diff)
downloadpkgsrc-59706b55c8052084417e1a05ac2b64ef84f5eb91.tar.gz
add CACTI_USER & CACTI_GROUP for net/cacti package
-rw-r--r--mk/defaults/mk.conf14
1 files changed, 13 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index e9e4fc9ccac..1de6df2e114 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.202 2011/09/08 21:04:59 abs Exp $
+# $NetBSD: mk.conf,v 1.203 2011/11/22 21:25:04 tez Exp $
#
# This file provides default values for variables that may be overridden
@@ -701,6 +701,18 @@ BIND_USER?= named
# Possible: category/pkg
# Default: not defined
+CACTI_GROUP?= cacti
+# System group to run the cacti collection cron jobs as. Used by the
+# "cacti" package.
+# Possible: any group name
+# Default: cacti
+
+CACTI_USER?= cacti
+# System user to run the cacti collection cron jobs as. Used by the
+# "cacti" package.
+# Possible: any user name
+# Default: cacti
+
CANNA_GROUP?= daemon
# Used in the canna-server-bin package to specify the server group.
# Possible: any group name