diff options
author | kim <kim@pkgsrc.org> | 2004-11-20 23:09:48 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2004-11-20 23:09:48 +0000 |
commit | f22d973c2f76aaf1a9b0e60b8961a188c7598261 (patch) | |
tree | 9e708058489f7c434bab5ffcfe13d105c84a6958 /mk | |
parent | 72ba6b087156d1e5a5c5bb0ac1ffb010cfb95b20 (diff) | |
download | pkgsrc-f22d973c2f76aaf1a9b0e60b8961a188c7598261.tar.gz |
Add AMANDA_TMP
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/mk.conf | 7 |
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. |