Set default values for MLDONKEY_{GROUP,HOME,USER} and document them.
This commit is contained in:
parent
31de385640
commit
7bfa622ee9
1 changed files with 17 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue