From 0dd33aff3f1a5dbf4343bea94e69f8ba06225cb9 Mon Sep 17 00:00:00 2001 From: "Daniel F. Dickinson" Date: Mon, 16 Mar 2026 02:34:27 -0400 Subject: [PATCH] zabbix: change spaces to tabs in Config.in This seems to be more standard for Config.in. Signed-off-by: Daniel F. Dickinson (cherry picked from commit 32abd6408f892d790ad0cb3a117512e40c4a2eaf) --- admin/zabbix/Config.in | 48 +++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/admin/zabbix/Config.in b/admin/zabbix/Config.in index d38494ff7e..b48b5b00a7 100644 --- a/admin/zabbix/Config.in +++ b/admin/zabbix/Config.in @@ -1,37 +1,37 @@ choice - prompt "Select SSL Library" + prompt "Select SSL Library" - default ZABBIX_OPENSSL + default ZABBIX_OPENSSL - config ZABBIX_GNUTLS - bool "GnuTLS" + config ZABBIX_GNUTLS + bool "GnuTLS" - config ZABBIX_NOSSL - bool "NoSSL" + config ZABBIX_NOSSL + bool "NoSSL" - config ZABBIX_OPENSSL - bool "OpenSSL" + config ZABBIX_OPENSSL + bool "OpenSSL" endchoice menu "Modify features for non-core variants" - config ZABBIX_CURL - bool "cURL support (default SSL)" - default y - depends on !ZABBIX_GNUTLS && !ZABBIX_NOSSL + config ZABBIX_CURL + bool "cURL support (default SSL)" + default y + depends on !ZABBIX_GNUTLS && !ZABBIX_NOSSL - config ZABBIX_CURL_GNUTLS - bool "cURL support (GnuTLS)" - default n - depends on !ZABBIX_CURL + config ZABBIX_CURL_GNUTLS + bool "cURL support (GnuTLS)" + default n + depends on !ZABBIX_CURL - config ZABBIX_LDAP - bool "LDAP support" - depends on ZABBIX_OPENSSL - default y + config ZABBIX_LDAP + bool "LDAP support" + depends on ZABBIX_OPENSSL + default y - config ZABBIX_NETSNMP - bool "NetSNMP support (OpenSSL)" - depends on ZABBIX_OPENSSL - default y + config ZABBIX_NETSNMP + bool "NetSNMP support (OpenSSL)" + depends on ZABBIX_OPENSSL + default y endmenu