From 808834b96993dff6ee536a0e31586bfffa8ccddf Mon Sep 17 00:00:00 2001 From: Martin Schiller Date: Tue, 3 Dec 2024 11:56:52 +0100 Subject: [PATCH] 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 --- net/keepalived/Makefile | 2 +- net/keepalived/files/keepalived.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index 06c6b128a1..dc77262c7a 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 3fc714f590..3182518bdb 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" -- 2.30.2