summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-11-29 10:11:53 +0000
committerghen <ghen@pkgsrc.org>2006-11-29 10:11:53 +0000
commit6cbd8da26a169c5f600a93b48bbf226be9772228 (patch)
tree05c75e8f8a07c027990af12e9000b128d5de97a9 /mk/defaults
parentcd4a5ae64f3176b4e23c9fdab6948bcf54208046 (diff)
downloadpkgsrc-6cbd8da26a169c5f600a93b48bbf226be9772228.tar.gz
Make the dbus user and group configurable, because (at least on NetBSD) the
defaults messagebus:messagebus trigger daily security warnings (more than 8 characters). The default values are set in mk/defaults/mk.conf but kept the same for backwards compatibility, so no PKGREVISION bump.
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 0a5514eb9d1..3fde9f460a3 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.136 2006/11/18 08:13:26 rillig Exp $
+# $NetBSD: mk.conf,v 1.137 2006/11/29 10:11:53 ghen Exp $
#
# This file provides default values for variables that may be overridden
@@ -696,6 +696,16 @@ CYRUS_USER?= cyrus
# Possible: any user name
# Default: cyrus
+DBUS_GROUP?= messagebus
+# Used in the dbus package to specify the group to run dbus as
+# Possible: any group name
+# Default: messagebus
+
+DBUS_USER?= messagebus
+# Used in the dbus package to specify the user to run dbus as
+# Possible: any user name
+# Default: messagebus
+
DEFANG_GROUP?= defang
# Used in the mimedefang package to specify the group to run commands as
# Possible: any group name