From: Dirk Brenken Date: Sun, 1 Jun 2025 06:01:34 +0000 (+0200) Subject: unbound: bring back the service to the startup menu X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=732a8405efd9c89609cb1849f1e6ed9c00c07a87;p=feed%2Fpackages.git unbound: bring back the service to the startup menu * trivial fix for #25963 to workaround the current "10 line parsing limit" Signed-off-by: Dirk Brenken --- diff --git a/net/unbound/Makefile b/net/unbound/Makefile index a40abf508d..5de7dde0c4 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound PKG_VERSION:=1.23.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound diff --git a/net/unbound/files/unbound.init b/net/unbound/files/unbound.init index 8231e69315..319062c106 100755 --- a/net/unbound/files/unbound.init +++ b/net/unbound/files/unbound.init @@ -1,15 +1,7 @@ #!/bin/sh /etc/rc.common -############################################################################## -# # Copyright (C) 2016 Michael Hanselmann, Eric Luehrsen -# -############################################################################## -# # This init script is just the entry point for Unbound UCI. # -############################################################################## - -# while useful (sh)ellcheck is pedantic and noisy # shellcheck disable=1091,2002,2004,2034,2039,2086,2094,2140,2154,2155 START=19