summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwennmach <wennmach>2000-06-08 16:00:44 +0000
committerwennmach <wennmach>2000-06-08 16:00:44 +0000
commit4c21b6656f1d7540801372b3a68fd86c6ef0221a (patch)
tree9d6a9c0af5f90eebcbbe4a4f35694d132c27dc65 /mk
parent59a2057ca05607cf9fd2ebba8f700960d06bc0ac (diff)
downloadpkgsrc-4c21b6656f1d7540801372b3a68fd86c6ef0221a.tar.gz
Added an entry for ARLA_CACHE, the location where arla looks for it's
local cache.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 6f3be184a30..1acd1721346 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.141 2000/05/21 19:19:33 kim Exp $
+# $NetBSD: mk.conf.example,v 1.142 2000/06/08 16:00:44 wennmach Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -253,6 +253,10 @@
# Possible: not defined, YES
# Default: not defined
+#ARLA_CACHE= /var/cache
+# Specifies the location of the cache used by arla. Should be on a local disk.
+# Default: ${LOCALBASE}/cache
+
#BASH_STATIC= YES
# Used in bash2 package to link it statically (for use as a root shell)
# Possible: not defined, YES