unbound: bring back the service to the startup menu
authorDirk Brenken <[email protected]>
Sun, 1 Jun 2025 06:01:34 +0000 (08:01 +0200)
committerHannu Nyman <[email protected]>
Sun, 8 Jun 2025 09:35:21 +0000 (12:35 +0300)
* trivial fix for #25963 to workaround the current "10 line parsing limit"

Signed-off-by: Dirk Brenken <[email protected]>
net/unbound/Makefile
net/unbound/files/unbound.init

index a40abf508dbcc026e88840c964c1f251e3fd23c7..5de7dde0c4fc6505af0383910ed5ea44648c46eb 100644 (file)
@@ -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
index 8231e6931524b7812a0449988cedcfd79bbf38de..319062c1067d599bc1f09e74759b903f236b95b6 100755 (executable)
@@ -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