diff options
author | bouyer <bouyer@pkgsrc.org> | 1999-02-23 17:10:53 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 1999-02-23 17:10:53 +0000 |
commit | f742be3bf55c636f6678921d5115c51d4e91b5e0 (patch) | |
tree | 186dc07d0b2aee3b1e0a9c93700d9ae2759804c0 /mk | |
parent | 952ce7e49c2c8e70cc2ad7ebe4d6262f5407c2dc (diff) | |
download | pkgsrc-f742be3bf55c636f6678921d5115c51d4e91b5e0.tar.gz |
A new variable, AMANDA_SMB, to control support of backup with smbclient.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 217c6d6a63c..38bd4a8305e 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.42 1999/02/21 21:25:03 agc Exp $ +# $NetBSD: mk.conf.example,v 1.43 1999/02/23 17:10:53 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. @@ -124,11 +124,16 @@ # Definitions used only in the packages collection # -#AMANDA_USER= backup # Used in the amanda package to specify the +#AMANDA_USER= backup # Used in the amanda packages to specify the # 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 + #BOOTSTRAP_EGCS= # Used in egcs-current package to set # bootstrap compile (two-stage) mode. # Possible: defined, not defined |