summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2024-06-12 08:33:09 +0200
committerAlexander Leidinger <netchild@FreeBSD.org>2024-06-12 08:34:13 +0200
commit62e35a033a5463c15b5454ba1336dbccf77dc02a (patch)
tree41b651ff75a6e0a22b4f423aef2a728d7e42f49d /dns
parentdns/powerdns: make the rc script service jails aware (diff)
dns/powerdns-recursor: make the rc script service jails aware
PR: 279636 Approved by: maintainer
Diffstat (limited to 'dns')
-rw-r--r--dns/powerdns-recursor/Makefile1
-rw-r--r--dns/powerdns-recursor/files/pdns-recursor.in1
2 files changed, 2 insertions, 0 deletions
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}