keepalived: fix name of globals section in default config
authorMartin Schiller <ms@dev.tdt.de>
Tue, 3 Dec 2024 10:56:52 +0000 (11:56 +0100)
committerFlorian Eckert <Eckert.Florian@googlemail.com>
Tue, 3 Dec 2024 14:35:33 +0000 (15:35 +0100)
This section was renamed some time ago. Although this would be fixed by
the uci-default migration script, we should set this correctly in the
example config file right away.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
net/keepalived/Makefile
net/keepalived/files/keepalived.config

index 06c6b128a172d6f54685eb2b4e355a86cd0be6de..dc77262c7a9c41cedf7ef6e8a0bac3438940bbfb 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=keepalived
 PKG_VERSION:=2.3.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.keepalived.org/software
index 3fc714f5904317f4ef2475ace10f206fe08da535..3182518bdb99038c425a934a25aba58352499d38 100644 (file)
@@ -1,4 +1,4 @@
-config global_defs
+config globals 'globals'
 #      option alt_config_file          "/etc/keepalived/keepalived.conf"
 #      list notification_email         "acassen@firewall.loc"
 #      list notification_email         "failover@firewall.loc"