git: 62e35a033a54 - main - dns/powerdns-recursor: make the rc script service jails aware
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jun 2024 06:34:21 UTC
The branch main has been updated by netchild:
URL: https://cgit.FreeBSD.org/ports/commit/?id=62e35a033a5463c15b5454ba1336dbccf77dc02a
commit 62e35a033a5463c15b5454ba1336dbccf77dc02a
Author: Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2024-06-12 06:33:09 +0000
Commit: Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2024-06-12 06:34:13 +0000
dns/powerdns-recursor: make the rc script service jails aware
PR: 279636
Approved by: maintainer
---
dns/powerdns-recursor/Makefile | 1 +
dns/powerdns-recursor/files/pdns-recursor.in | 1 +
2 files changed, 2 insertions(+)
diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile
index d21f4c64da99..acd1ce862ff2 100644
--- a/dns/powerdns-recursor/Makefile
+++ b/dns/powerdns-recursor/Makefile
@@ -1,5 +1,6 @@
PORTNAME= recursor
DISTVERSION= 5.0.5
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://downloads.powerdns.com/releases/
PKGNAMEPREFIX= powerdns-
diff --git a/dns/powerdns-recursor/files/pdns-recursor.in b/dns/powerdns-recursor/files/pdns-recursor.in
index 75733410bbad..9ba984bc9c8d 100644
--- a/dns/powerdns-recursor/files/pdns-recursor.in
+++ b/dns/powerdns-recursor/files/pdns-recursor.in
@@ -22,6 +22,7 @@ rcvar=pdns_recursor_enable
load_rc_config ${name}
pdns_recursor_enable=${pdns_recursor_enable:-"NO"}
+: ${pdns_recursor_svcj_options:="net_basic"}
pdns_recursor_conf=${pdns_recursor_conf:-"%%PREFIX%%/etc/pdns/recursor.conf"}
required_files=${pdns_recursor_conf}