summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorbouyer <bouyer>1999-02-25 15:58:26 +0000
committerbouyer <bouyer>1999-02-25 15:58:26 +0000
commit0d5fe507d60d6708d79add8a868873a4c4151abd (patch)
tree7e4da33020ceb8f7a6d34963cba94f207c3a38d8 /mk
parenta7c6adfc204eb0b43b8ad091c1622a723f25fedf (diff)
downloadpkgsrc-0d5fe507d60d6708d79add8a868873a4c4151abd.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.