summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2004-11-20 23:09:48 +0000
committerkim <kim@pkgsrc.org>2004-11-20 23:09:48 +0000
commitf22d973c2f76aaf1a9b0e60b8961a188c7598261 (patch)
tree9e708058489f7c434bab5ffcfe13d105c84a6958 /mk
parent72ba6b087156d1e5a5c5bb0ac1ffb010cfb95b20 (diff)
downloadpkgsrc-f22d973c2f76aaf1a9b0e60b8961a188c7598261.tar.gz
Add AMANDA_TMP
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index aa849691d88..d45250f838e 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.13 2004/11/12 22:34:15 jlam Exp $
+# $NetBSD: mk.conf,v 1.14 2004/11/20 23:09:48 kim Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -640,6 +640,11 @@ AMANDA_USER?= backup
# Possible: any user name
# Default: backup
+AMANDA_TMP?= /tmp/amanda
+# Specifies the directory in which amanda puts its debug and temporary
+# files.
+# Default: /tmp/amanda
+
AMANDA_VAR?= ${VARBASE}/amanda
# Specifies the directory in which amanda puts its logs and status
# files.