git: d668aa55341f - main - www/tt-rss: make the rc script service jails aware
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jun 2024 06:40:48 UTC
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/ports/commit/?id=d668aa55341f93d4a1c121adb48945865fed455c commit d668aa55341f93d4a1c121adb48945865fed455c Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2024-06-12 06:39:45 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2024-06-12 06:40:41 +0000 www/tt-rss: make the rc script service jails aware PR: 279667 Approved by: maintainer --- www/tt-rss/Makefile | 2 +- www/tt-rss/files/ttrssd.in | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile index f9e56493fbcc..d3e5cc102966 100644 --- a/www/tt-rss/Makefile +++ b/www/tt-rss/Makefile @@ -1,6 +1,6 @@ PORTNAME= tt-rss PORTVERSION= g20240421 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/www/tt-rss/files/ttrssd.in b/www/tt-rss/files/ttrssd.in index 07b7a38e1c8e..a92d4464df53 100644 --- a/www/tt-rss/files/ttrssd.in +++ b/www/tt-rss/files/ttrssd.in @@ -17,6 +17,8 @@ name="ttrssd" rcvar=ttrssd_enable +: ${ttrssd_svcj_options:="net_basic"} + # read settings, set default values load_rc_config "${name}" : ${ttrssd_enable="NO"}