diff options
author | jmmv <jmmv> | 2005-01-12 12:54:45 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-01-12 12:54:45 +0000 |
commit | 9dcc577d60d6da70ed231d80421f2006864885ad (patch) | |
tree | 173cff9e729e9b68c4d8c1c9c9b6f2a58ffbedad /mk | |
parent | 3a7417770b08fbbfe3dc97a39dc7ac81c3d31120 (diff) | |
download | pkgsrc-9dcc577d60d6da70ed231d80421f2006864885ad.tar.gz |
Add MONOTONE_GROUP and MONOTONE_USER, used by the monotone-server package.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/mk.conf | 14 |
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. |