Skip to content
Snippets Groups Projects
Verified Commit f63237c7 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

Merge branch 'hotfix/start-before-indicator' into develop

parents c2695e37 d5d5ef63
Branches
Tags
1 merge request!982Turris OS 6.0 (HBK) (turrispackages)
......@@ -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)/
......
#!/bin/sh /etc/rc.common
USE_PROCD=1
START=99
START=96
STOP=10
DEFAULT_LOCAL_PORT=2525
......
......@@ -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
......
#!/bin/sh /etc/rc.common
USE_PROCD=1
START=99
START=96
STOP=10
......
......@@ -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
......
#!/bin/sh /etc/rc.common
USE_PROCD=1
START=99
START=96
STOP=10
......
......@@ -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
......
#!/bin/sh /etc/rc.common
START=99
START=98
STOP=00
USE_PROCD=1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment