diff options
author | wennmach <wennmach@pkgsrc.org> | 2000-06-08 16:00:44 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2000-06-08 16:00:44 +0000 |
commit | 79ea678a064379bffc4777a579cfe3a610b55472 (patch) | |
tree | 9d6a9c0af5f90eebcbbe4a4f35694d132c27dc65 /mk | |
parent | 2560f7c587ad18b11dd3b8fb0824c1635a94d240 (diff) | |
download | pkgsrc-79ea678a064379bffc4777a579cfe3a610b55472.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.example | 6 |
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 |