pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/defaults Add MONOTONE_GROUP and MONOTONE_USER, used...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e9dc48407e76
branches: trunk
changeset: 487289:e9dc48407e76
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Wed Jan 12 12:54:45 2005 +0000
description:
Add MONOTONE_GROUP and MONOTONE_USER, used by the monotone-server package.
diffstat:
mk/defaults/mk.conf | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r e7c3461b81f5 -r e9dc48407e76 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf Wed Jan 12 12:54:01 2005 +0000
+++ b/mk/defaults/mk.conf Wed Jan 12 12:54:45 2005 +0000
@@ -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 @@
# 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.
Home |
Main Index |
Thread Index |
Old Index