git: 0ee3d6012f2a - main - dns/yadifa: make the rc script service jails aware
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jun 2024 08:14:41 UTC
The branch main has been updated by netchild:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0ee3d6012f2a1f64f7617f76fb70c695901b914d
commit 0ee3d6012f2a1f64f7617f76fb70c695901b914d
Author: Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2024-06-19 08:08:27 +0000
Commit: Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2024-06-19 08:08:27 +0000
dns/yadifa: make the rc script service jails aware
Pet portlint while I'm here.
PR: 279638
Approved by: maintainer
---
dns/yadifa/Makefile | 3 ++-
dns/yadifa/files/yadifad.in | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/dns/yadifa/Makefile b/dns/yadifa/Makefile
index 76193786622c..535fd490097f 100644
--- a/dns/yadifa/Makefile
+++ b/dns/yadifa/Makefile
@@ -1,6 +1,7 @@
PORTNAME= yadifa
DISTVERSION= 2.6.6
-DISTVERSIONSUFFIX= -11255
+DISTVERSIONSUFFIX= -11255
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= https://www.yadifa.eu/sites/default/files/releases/ \
https://dns.company/downloads/yadifa/
diff --git a/dns/yadifa/files/yadifad.in b/dns/yadifa/files/yadifad.in
index 0d4c818ec09f..9e40c7c23c23 100644
--- a/dns/yadifa/files/yadifad.in
+++ b/dns/yadifa/files/yadifad.in
@@ -19,6 +19,7 @@ name=yadifad
rcvar=yadifad_enable
eval ": \${${name}_enable:=\"NO\"}"
+eval ": \${${name}_svcj_options:=\"net_basic\"}"
eval ": \${${name}_config:=\"%%PREFIX%%/etc/${name}.conf\"}"
eval ": \${${name}_uid:=\"%%USERS%%\"}"
eval ": \${${name}_gid:=\"%%GROUPS%%\"}"