pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/defaults Move definitions for "mldonkey" and "monot...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2fb813bc62d7
branches:  trunk
changeset: 490679:2fb813bc62d7
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Mar 17 18:39:06 2005 +0000

description:
Move definitions for "mldonkey" and "monotine" accounts to correct place.

diffstat:

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

diffs (69 lines):

diff -r fd0dcaee3e23 -r 2fb813bc62d7 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Thu Mar 17 18:33:07 2005 +0000
+++ b/mk/defaults/mk.conf       Thu Mar 17 18:39:06 2005 +0000
@@ -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 @@
 # 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 @@
 # 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.



Home | Main Index | Thread Index | Old Index