keepalived: remove file sync handling for ucitrack 23879/head
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 11 Apr 2024 14:18:51 +0000 (16:18 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Tue, 16 Apr 2024 06:44:55 +0000 (08:44 +0200)
The ucitrack file hanlding was converted to json. Therefore this is not
needed anymore.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
net/keepalived/Makefile
net/keepalived/files/etc/hotplug.d/keepalived/509-ucitrack [deleted file]

index da44823c57a03c869e74dc08b483e396d2717c09..b04e45e9355e0bfd640019304461921c5ac922d7 100644 (file)
@@ -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 (file)
index bacbf25..0000000
+++ /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