summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorkim <kim>2004-11-20 23:09:48 +0000
committerkim <kim>2004-11-20 23:09:48 +0000
commita2ab1ca475a3d6f6ecbbbd164944d5282cad301e (patch)
tree9e708058489f7c434bab5ffcfe13d105c84a6958 /mk/defaults
parent9db79ac4dd74a3dd7d0b126e6466f857f4b0d709 (diff)
downloadpkgsrc-a2ab1ca475a3d6f6ecbbbd164944d5282cad301e.tar.gz
Add AMANDA_TMP
Diffstat (limited to 'mk/defaults')
-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.