From 7889c520b7190a6d4db4d616ed94de417083848d Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Thu, 11 Apr 2024 16:18:51 +0200 Subject: [PATCH] keepalived: remove file sync handling for ucitrack The ucitrack file hanlding was converted to json. Therefore this is not needed anymore. Signed-off-by: Florian Eckert --- net/keepalived/Makefile | 2 +- .../files/etc/hotplug.d/keepalived/509-ucitrack | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 net/keepalived/files/etc/hotplug.d/keepalived/509-ucitrack diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index da44823c57..b04e45e935 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:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.keepalived.org/software diff --git a/net/keepalived/files/etc/hotplug.d/keepalived/509-ucitrack b/net/keepalived/files/etc/hotplug.d/keepalived/509-ucitrack deleted file mode 100644 index bacbf2597f..0000000000 --- a/net/keepalived/files/etc/hotplug.d/keepalived/509-ucitrack +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# shellcheck source=/dev/null -. /lib/functions/keepalived/hotplug.sh - -set_service_name ucitrack - -set_reload_if_sync - -add_sync_file /etc/config/ucitrack - -keepalived_hotplug