From c02f124229df5290ceb76bd64d23eb68741bdd29 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 29 Apr 2024 10:14:41 +0200 Subject: [PATCH] keepalived: remove not supported notify script handling This is not supported by keepalived uci configuration. If a script should be called by a notify event, then the script must be placed under the directory '/etc/hotplug.d/keepalived'. Reported-by: Stijn Tintel Signed-off-by: Florian Eckert --- net/keepalived/Makefile | 2 +- net/keepalived/files/keepalived.config | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index b04e45e935..f020e11f82 100644 --- a/net/keepalived/Makefile +++ b/net/keepalived/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=keepalived PKG_VERSION:=2.2.8 -PKG_RELEASE:=6 +PKG_RELEASE:=7 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 7c1975ad5a..3fc714f590 100644 --- a/net/keepalived/files/keepalived.config +++ b/net/keepalived/files/keepalived.config @@ -78,10 +78,6 @@ config global_defs # list group "VI_1" # list group "VI_2" # option smtp_alert "1" -# option notify_backup "" -# option notify_master "" -# option notify_fault "" -# option notify "" # option global_tracking 1 #config track_interface @@ -131,11 +127,6 @@ config global_defs # option nopreempt "1" # option preempt_delay "500" # option debug "2" -# option notify_backup "" -# option notify_master "" -# option notify_fault "" -# option notify_stop "" -# option notify "" # option smtp_alert "1" # option accept "1"