From b76f6e1c166d0344f9022d1ca994946414d9d035 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Sun, 30 Jun 2024 19:30:11 +0200 Subject: [PATCH] adblock: update 4.1.5-11 * removed an accidentally commited flag of the upcoming adblock 5.x, this fixes a startup regression without trigger interface Signed-off-by: Dirk Brenken --- net/adblock/Makefile | 2 +- net/adblock/files/adblock.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/adblock/Makefile b/net/adblock/Makefile index e67f873957..43e35b03cf 100644 --- a/net/adblock/Makefile +++ b/net/adblock/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adblock PKG_VERSION:=4.1.5 -PKG_RELEASE:=10 +PKG_RELEASE:=11 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Dirk Brenken diff --git a/net/adblock/files/adblock.init b/net/adblock/files/adblock.init index 06171f33a3..4e538be80d 100755 --- a/net/adblock/files/adblock.init +++ b/net/adblock/files/adblock.init @@ -24,7 +24,7 @@ adb_pidfile="/var/run/adblock.pid" boot() { : >"${adb_pidfile}" - rc_procd start_service "boot" + rc_procd start_service } start_service() {