From 54368c39044d0bf888a55c84acb2adffbe9e3296 Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 25 Dec 2004 19:16:29 +0000 Subject: Set default values for MLDONKEY_{GROUP,HOME,USER} and document them. --- mk/defaults/mk.conf | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'mk/defaults') diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 56289ba0ead..f4c17d8ee58 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.20 2004/12/22 21:46:25 jlam Exp $ +# $NetBSD: mk.conf,v 1.21 2004/12/25 19:16:29 jmmv Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -196,6 +196,22 @@ X11BASE?= ${LOCALBASE}/${X11ROOT_PREFIX} # Possible: any path # Default: /usr/X11R6, /usr/openwin for Solaris +MLDONKEY_GROUP?= mldonkey +# System group to run mldonkey's core as. +# Possible: any group name +# Default: mldonkey + +MLDONKEY_HOME?= ${VARBASE}/mldonkey +# Directory where mldonkey will keep all configuration files and downloads +# when started with the rc.d script provided in the mldonkey package. +# Possible: any path +# Default: ${VARBASE}/mldonkey + +MLDONKEY_USER?= mldonkey +# System user to run mldonkey's core as. +# Possible: any user name +# Default: mldonkey + #MOTIFBASE?= /usr/X11R6 # Where Motif-2.0-compatible headers and libraries are installed # on the system. -- cgit v1.2.3