zabbix: change spaces to tabs in Config.in
authorDaniel F. Dickinson <redacted>
Mon, 16 Mar 2026 06:34:27 +0000 (02:34 -0400)
committerFlorian Eckert <redacted>
Sun, 22 Mar 2026 08:16:50 +0000 (09:16 +0100)
This seems to be more standard for Config.in.

Signed-off-by: Daniel F. Dickinson <redacted>
admin/zabbix/Config.in

index d38494ff7ec953ff2ec7775068241467cf08468c..b48b5b00a756e0c04d15cf47e294f81890cf4475 100644 (file)
@@ -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_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_NETSNMP
-                bool "NetSNMP support (OpenSSL)"
-                depends on ZABBIX_OPENSSL
-                default y
+       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_LDAP
+               bool "LDAP support"
+               depends on ZABBIX_OPENSSL
+               default y
+
+       config ZABBIX_NETSNMP
+               bool "NetSNMP support (OpenSSL)"
+               depends on ZABBIX_OPENSSL
+               default y
 endmenu
git clone https://git.99rst.org/PROJECT