summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-02-22 07:20:41 +0000
committerrillig <rillig@pkgsrc.org>2007-02-22 07:20:41 +0000
commit322b451e1163aebd193c26b285a6093eb2bc7d0e (patch)
treea346a656fde89be0bdcf1478a64d7711899f6ac0 /mk/defaults
parent6699eeb63aa2963db80fbedc28dac5d4f59825c7 (diff)
downloadpkgsrc-322b451e1163aebd193c26b285a6093eb2bc7d0e.tar.gz
Finished the split of PKGSRC_LOCKTYPE into LOCALBASE_LOCKTYPE and
WRKDIR_LOCKTYPE. Added more documentation.
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 9a56e277460..4bf05427531 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.149 2007/02/22 07:05:57 rillig Exp $
+# $NetBSD: mk.conf,v 1.150 2007/02/22 07:20:42 rillig Exp $
#
# This file provides default values for variables that may be overridden
@@ -84,7 +84,7 @@ PKGSRC_LOCKTYPE?= none
# process, the current process will sleep for PKGSRC_SLEEPSECS
# seconds and then try again.
#
-# Note: Locking requires that OBJHOSTNAME is set.
+# See also: LOCALBASE_LOCKTYPE, WRKDIR_LOCKTYPE.
#
# Keywords: lock locking parallel
#