From: Martin Schiller Date: Tue, 3 Dec 2024 10:56:52 +0000 (+0100) Subject: keepalived: fix name of globals section in default config X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=808834b96993dff6ee536a0e31586bfffa8ccddf;p=openwrt-packages.git keepalived: fix name of globals section in default config 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 --- diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index 06c6b128a..dc77262c7 100644 --- a/net/keepalived/Makefile +++ b/net/keepalived/Makefile @@ -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 diff --git a/net/keepalived/files/keepalived.config b/net/keepalived/files/keepalived.config index 3fc714f59..3182518bd 100644 --- a/net/keepalived/files/keepalived.config +++ b/net/keepalived/files/keepalived.config @@ -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"