summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-01-12 12:54:45 +0000
committerjmmv <jmmv@pkgsrc.org>2005-01-12 12:54:45 +0000
commit7edd3407479ca636cb5ef3c107efd183bda79a44 (patch)
tree173cff9e729e9b68c4d8c1c9c9b6f2a58ffbedad /mk/defaults
parentefc09e1c3f68bc05f38132564ee9d332fbe05520 (diff)
downloadpkgsrc-7edd3407479ca636cb5ef3c107efd183bda79a44.tar.gz
Add MONOTONE_GROUP and MONOTONE_USER, used by the monotone-server package.
Diffstat (limited to 'mk/defaults')
-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 fd95e6dab80..2dd70c371a6 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.22 2005/01/03 13:20:28 seb Exp $
+# $NetBSD: mk.conf,v 1.23 2005/01/12 12:54:45 jmmv Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -212,6 +212,18 @@ MLDONKEY_USER?= mldonkey
# Possible: any user name
# Default: mldonkey
+MONOTONE_GROUP?= monotone
+# System group to run the dedicated Monotone server as. Used by the
+# monotone-server package.
+# Possible: any group name
+# Default: monotone
+
+MONOTONE_USER?= monotone
+# System user to run the dedicated Monotone server as. Used by the
+# monotone-server package.
+# Possible: any user name
+# Default: monotone
+
#MOTIFBASE?= /usr/X11R6
# Where Motif-2.0-compatible headers and libraries are installed
# on the system.