summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2005-03-17 18:39:06 +0000
committertron <tron@pkgsrc.org>2005-03-17 18:39:06 +0000
commit81a0a96a76b0844b91aee9080bd7999dc9d504b4 (patch)
tree8076256d36b7fddfa91fb80ffecc3c36b7539805 /mk
parentf910afbee8534d9968ebcadeb7fdacb4968a9b82 (diff)
downloadpkgsrc-81a0a96a76b0844b91aee9080bd7999dc9d504b4.tar.gz
Move definitions for "mldonkey" and "monotine" accounts to correct place.
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf48
1 files changed, 24 insertions, 24 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 2c5b8c8c3e1..5da0544f9b1 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.31 2005/03/17 17:32:42 jschauma Exp $
+# $NetBSD: mk.conf,v 1.32 2005/03/17 18:39:06 tron Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -212,29 +212,6 @@ MLDONKEY_GROUP?= mldonkey
# 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
-
-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.
@@ -1533,6 +1510,29 @@ MAJORDOMO_USER?= majordom
# makeinfo version, also various machine_archs arguments may be set in
# mk/platform/${OPSYS}.mk with the _OPSYS_MAKEINFO_ARGS variable.
+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
+
+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
+
#MOZILLA_USE_LINUX=
# Used by mozilla binary packages to prefer the use of Linux
# compatibility instead of native builds.