Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2024 06:34:21 GMT
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 62e35a033a54 - main - dns/powerdns-recursor: make the rc script service jails aware
Message-ID:  <202406120634.45C6YL12018450@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406120634.45C6YL12018450>