pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/defaults Move entry for "MLDONKEY_GROUP" to correct...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56fd3fc79c0f
branches:  trunk
changeset: 505232:56fd3fc79c0f
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Jan 01 17:06:12 2006 +0000

description:
Move entry for "MLDONKEY_GROUP" to correct location.

diffstat:

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

diffs (33 lines):

diff -r 712a7f18c134 -r 56fd3fc79c0f mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Sun Jan 01 17:02:21 2006 +0000
+++ b/mk/defaults/mk.conf       Sun Jan 01 17:06:12 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.105 2006/01/01 16:11:54 wiz Exp $
+# $NetBSD: mk.conf,v 1.106 2006/01/01 17:06:12 tron Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -200,11 +200,6 @@
 # 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
-
 #MOTIFBASE?=   /usr/X11R6
 # Where Motif-2.0-compatible headers and libraries are installed
 # on the system.
@@ -1167,6 +1162,11 @@
 # makeinfo version, also various machine_archs arguments may be set in
 # mk/platform/${OPSYS}.mk with the _OPSYS_MAKEINFO_ARGS variable.
 
+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.



Home | Main Index | Thread Index | Old Index