summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>1999-02-25 15:58:26 +0000
committerbouyer <bouyer@pkgsrc.org>1999-02-25 15:58:26 +0000
commit60a68ce7ffd4c57b132e816a8953d2b1bf0510b7 (patch)
tree7e4da33020ceb8f7a6d34963cba94f207c3a38d8 /mk
parenta60779479660a86f6b20f7217bf7d5459dfe8e87 (diff)
downloadpkgsrc-60a68ce7ffd4c57b132e816a8953d2b1bf0510b7.tar.gz
Document AMANDA_VAR
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example6
1 files changed, 4 insertions, 2 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 871edaa38d7..0164ce7e6e5 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.44 1999/02/24 10:45:42 agc Exp $
+# $NetBSD: mk.conf.example,v 1.45 1999/02/25 15:58:26 bouyer Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
# for building either NetBSD or some of the NetBSD packages collection.
@@ -132,11 +132,13 @@
# login user and group responsible for backups
# Possible: any user name
# Default: backup
-
#AMANDA_SMB= # Used in the amanda-client package to enable
# backup with smbclient
# Possible: defined, not defined
# Default: not defined
+#AMANDA_VAR= /var/amanda # Specifies the directory in which amanda puts
+ # its logs and status files.
+ # Default: /var/amanda
#BOOTSTRAP_EGCS= # Used in egcs-current package to set
# bootstrap compile (two-stage) mode.