pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/defaults Set default values for MLDONKEY_{GROUP,HOM...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b508f5e4c403
branches:  trunk
changeset: 486243:b508f5e4c403
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Dec 25 19:16:29 2004 +0000

description:
Set default values for MLDONKEY_{GROUP,HOME,USER} and document them.

diffstat:

 mk/defaults/mk.conf |  18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 7b029372570b -r b508f5e4c403 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Sat Dec 25 19:15:35 2004 +0000
+++ b/mk/defaults/mk.conf       Sat Dec 25 19:16:29 2004 +0000
@@ -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 @@
 # 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.



Home | Main Index | Thread Index | Old Index