diff --git a/collect/haas-proxy/Makefile b/collect/haas-proxy/Makefile index f9832b94a7b1b5ac3d4bff0a2b56285ec011a810..4e88a58d8e8225d2d51fea9e64ae72be009aee89 100644 --- a/collect/haas-proxy/Makefile +++ b/collect/haas-proxy/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haas-proxy PKG_VERSION:=2.0.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=proxy-v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://gitlab.nic.cz/haas/proxy/-/archive/v$(PKG_VERSION)/ diff --git a/collect/haas-proxy/files/haas-proxy.init b/collect/haas-proxy/files/haas-proxy.init index 7c8d14b9407355fcf67cd4293f45f649ac74b303..210b9f63a740f26ff5da95757ac8043caef30c64 100644 --- a/collect/haas-proxy/files/haas-proxy.init +++ b/collect/haas-proxy/files/haas-proxy.init @@ -1,7 +1,7 @@ #!/bin/sh /etc/rc.common USE_PROCD=1 -START=99 +START=96 STOP=10 DEFAULT_LOCAL_PORT=2525 diff --git a/collect/sentinel/sentinel-fwlogs/Makefile b/collect/sentinel/sentinel-fwlogs/Makefile index cc124b12593c131a2cfdbfb6069bf88817d1fc1f..b0709f34e6c0666d868668e9bd1cb63c318dc306 100644 --- a/collect/sentinel/sentinel-fwlogs/Makefile +++ b/collect/sentinel/sentinel-fwlogs/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sentinel-fwlogs PKG_VERSION:=0.1.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/sentinel/fwlogs.git diff --git a/collect/sentinel/sentinel-fwlogs/files/init b/collect/sentinel/sentinel-fwlogs/files/init index 955b333fea909744332d2377530b58775b91d30c..e0779005371cc5d86a99415ad12a665b397be039 100755 --- a/collect/sentinel/sentinel-fwlogs/files/init +++ b/collect/sentinel/sentinel-fwlogs/files/init @@ -1,7 +1,7 @@ #!/bin/sh /etc/rc.common USE_PROCD=1 -START=99 +START=96 STOP=10 diff --git a/collect/sentinel/sentinel-minipot/Makefile b/collect/sentinel/sentinel-minipot/Makefile index 9e395938b2cb419178c73388f16827c8becb6e84..08db62906a0e825fe5fbb86458cdfdd11048350d 100644 --- a/collect/sentinel/sentinel-minipot/Makefile +++ b/collect/sentinel/sentinel-minipot/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sentinel-minipot PKG_VERSION:=2.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/sentinel/minipot.git diff --git a/collect/sentinel/sentinel-minipot/files/init b/collect/sentinel/sentinel-minipot/files/init index c243697f96da0dbef0b8393617f21e021c50f007..9aba627288034b94d2bbff2290e012eb5b5a11f4 100755 --- a/collect/sentinel/sentinel-minipot/files/init +++ b/collect/sentinel/sentinel-minipot/files/init @@ -1,7 +1,7 @@ #!/bin/sh /etc/rc.common USE_PROCD=1 -START=99 +START=96 STOP=10 diff --git a/multimedia/tvheadend/Makefile b/multimedia/tvheadend/Makefile index 61c0b02edfded4360b1fba28f3e03bc6fd1e5047..18904fafb81c5c87ac72ee2a2f3d6dd985f8cf90 100644 --- a/multimedia/tvheadend/Makefile +++ b/multimedia/tvheadend/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tvheadend PKG_VERSION:=4.2.8 -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_SOURCE_URL:=https://codeload.github.com/tvheadend/tvheadend/tar.gz/v$(PKG_VERSION)? PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/multimedia/tvheadend/files/tvheadend.init b/multimedia/tvheadend/files/tvheadend.init index 852b1a1a239f1ff5842fd286b21bc6f4c6f63fa3..ab0ccb52271b7089e1ddfb821d3976124e6e78f0 100644 --- a/multimedia/tvheadend/files/tvheadend.init +++ b/multimedia/tvheadend/files/tvheadend.init @@ -1,6 +1,6 @@ #!/bin/sh /etc/rc.common -START=99 +START=98 STOP=00 USE_PROCD=1