git: fae91b2a5047 - main - dns/powerdns: make the rc script service jails aware
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Jun 2024 06:34:20 UTC
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/ports/commit/?id=fae91b2a5047e6a1720e981a748f762e28060a21 commit fae91b2a5047e6a1720e981a748f762e28060a21 Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2024-06-12 06:31:33 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2024-06-12 06:34:12 +0000 dns/powerdns: make the rc script service jails aware PR: 279635 Approved by: maintainer --- dns/powerdns/Makefile | 1 + dns/powerdns/files/pdns.in | 1 + 2 files changed, 2 insertions(+) diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index 9d54f5590f2a..fa77fdcbb8e5 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -1,5 +1,6 @@ PORTNAME= powerdns DISTVERSION= 4.9.1 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://downloads.powerdns.com/releases/ DISTNAME= pdns-${DISTVERSION} diff --git a/dns/powerdns/files/pdns.in b/dns/powerdns/files/pdns.in index c0eb2cb3f992..1326371c92dc 100644 --- a/dns/powerdns/files/pdns.in +++ b/dns/powerdns/files/pdns.in @@ -21,6 +21,7 @@ rcvar=pdns_enable load_rc_config ${name} pdns_enable=${pdns_enable:-"NO"} +: ${pdns_svcj_options:="net_basic"} pdns_conf=${pdns_conf:-"%%PREFIX%%/etc/pdns/pdns.conf"} required_files=${pdns_conf}