Date: Tue, 11 Jun 2024 11:54:36 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: f05e40a0476a - main - dns/pdnsd: make the rc script service jails aware Message-ID: <202406111154.45BBsaFw018772@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=f05e40a0476a776f3a9bb560c539936ba4e33721 commit f05e40a0476a776f3a9bb560c539936ba4e33721 Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2024-06-11 11:53:14 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2024-06-11 11:54:26 +0000 dns/pdnsd: make the rc script service jails aware --- dns/pdnsd/Makefile | 2 +- dns/pdnsd/files/pdnsd.in | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dns/pdnsd/Makefile b/dns/pdnsd/Makefile index be1a39fe9874..6366a69cc561 100644 --- a/dns/pdnsd/Makefile +++ b/dns/pdnsd/Makefile @@ -1,6 +1,6 @@ PORTNAME= pdnsd PORTVERSION= 1.2.9a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://members.home.nl/p.a.rombouts/pdnsd/releases/ \ http://distfiles.pirateparty.in/ashish/ diff --git a/dns/pdnsd/files/pdnsd.in b/dns/pdnsd/files/pdnsd.in index 0d497057301b..d7a0dbab6b66 100644 --- a/dns/pdnsd/files/pdnsd.in +++ b/dns/pdnsd/files/pdnsd.in @@ -11,6 +11,8 @@ rcvar=pdnsd_enable command="%%PREFIX%%/sbin/pdnsd" command_args="-d" required_files="%%PREFIX%%/etc/pdnsd.conf" +: ${pdnsd_svcj_options:="net_basic"} + load_rc_config $name run_rc_command "$1"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406111154.45BBsaFw018772>