summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2007-01-16 23:27:51 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2007-01-16 23:27:51 +0000
commit3581eb2081ab759c2cd59f90c35688d76ce8dcdc (patch)
tree99e06d3ba8fa7a99fa51a0307f6b4169c4b660a4 /mk
parentb48fbfb6760668e55356c679f03c096832ed0c8e (diff)
downloadpkgsrc-3581eb2081ab759c2cd59f90c35688d76ce8dcdc.tar.gz
change the default user/group for dbus to something <=8 chars since some systems (eg solaris) need that. Addresses PR/34127
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 5c69bcf71c7..654cbdc323d 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.146 2007/01/11 00:39:35 rillig Exp $
+# $NetBSD: mk.conf,v 1.147 2007/01/16 23:27:51 dmcmahill Exp $
#
# This file provides default values for variables that may be overridden
@@ -720,15 +720,15 @@ CYRUS_USER?= cyrus
# Possible: any user name
# Default: cyrus
-DBUS_GROUP?= messagebus
+DBUS_GROUP?= dbus
# Used in the dbus package to specify the group to run dbus as
# Possible: any group name
-# Default: messagebus
+# Default: dbus
-DBUS_USER?= messagebus
+DBUS_USER?= dbus
# Used in the dbus package to specify the user to run dbus as
# Possible: any user name
-# Default: messagebus
+# Default: dbus
DEFANG_GROUP?= defang
# Used in the mimedefang package to specify the group to run commands as