diff options
author | sbd <sbd@pkgsrc.org> | 2012-07-30 06:54:45 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-07-30 06:54:45 +0000 |
commit | 649d69e9e920b7be5103e90e0fedec8189498acd (patch) | |
tree | d19e1318af2b40d5cbb82d1de281333b326c498e /sysutils | |
parent | 9c4e56e33e4ffd27d6d8969ec952652bef80d3b2 (diff) | |
download | pkgsrc-649d69e9e920b7be5103e90e0fedec8189498acd.tar.gz |
Make amanda-fqdn a suggested options.
Also remove a old comment.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/amanda-common/options.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/amanda-common/options.mk b/sysutils/amanda-common/options.mk index 6046cdcf213..32e31189421 100644 --- a/sysutils/amanda-common/options.mk +++ b/sysutils/amanda-common/options.mk @@ -1,11 +1,9 @@ -# $NetBSD: options.mk,v 1.7 2012/07/16 00:33:44 sbd Exp $ - -# Since amanda's ipv6 usage is broken, turn it off by default. +# $NetBSD: options.mk,v 1.8 2012/07/30 06:54:45 sbd Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.amanda # Common options. PKG_SUPPORTED_OPTIONS+= inet6 amanda-fqdn amanda-ssh -PKG_SUGGESTED_OPTIONS+= inet6 amanda-ssh +PKG_SUGGESTED_OPTIONS+= inet6 amanda-fqdn amanda-ssh # Client options. PKG_SUPPORTED_OPTIONS+= amanda-smb amanda-dump-snap PKG_SUGGESTED_OPTIONS+= amanda-dump-snap |