bind: update wording in Config.in

And make it less imperative to match the tone of the rest of the configuration
directives. Also, fix a typo.

Signed-off-by: David Härdeman <david@hardeman.nu>
This commit is contained in:
David Härdeman
2025-07-27 00:44:15 +02:00
committed by Noah Meyerhans
parent 3150242347
commit 8b473c82aa

View File

@@ -36,10 +36,10 @@ config BIND_ENABLE_DOH
config BIND_ENABLE_GSSAPI
bool
default n
prompt "Include GSSPAI support in bind"
prompt "Include GSSAPI support in bind"
help
BIND 9 supports GSSAPI. This depends on libcomerr and krb5-libs.
Disable it by default as krb5-libs is rather large.
Disabled by default as krb5-libs is rather large.
endif