Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2024 06:45:28 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: e51aa0c9a0e7 - main - dns/dnsproxy: make the rc script service jails aware
Message-ID:  <202406110645.45B6jSYJ093632@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=e51aa0c9a0e791267bb9cacbef960880952e5a5a

commit e51aa0c9a0e791267bb9cacbef960880952e5a5a
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2024-06-11 06:44:22 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2024-06-11 06:45:20 +0000

    dns/dnsproxy: make the rc script service jails aware
    
    Approved by:    maintainer
---
 dns/dnsproxy/Makefile          | 2 +-
 dns/dnsproxy/files/dnsproxy.in | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dns/dnsproxy/Makefile b/dns/dnsproxy/Makefile
index f7d67792f6a4..255b314f4705 100644
--- a/dns/dnsproxy/Makefile
+++ b/dns/dnsproxy/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dnsproxy
 PORTVERSION=	1.17
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	dns
 MASTER_SITES=	http://www.wolfermann.org/
 
diff --git a/dns/dnsproxy/files/dnsproxy.in b/dns/dnsproxy/files/dnsproxy.in
index 1b455d6eabfb..1ac6ce1e33ab 100644
--- a/dns/dnsproxy/files/dnsproxy.in
+++ b/dns/dnsproxy/files/dnsproxy.in
@@ -16,6 +16,7 @@
 # DO NOT CHANGE THESE DEFAULT VALUES HERE
 #
 dnsproxy_enable=${dnsproxy_enable:-"NO"}
+: ${dnsproxy_svcj_options:="net_basic"}
 command_args=${dnsproxy_flags:-"-c %%ETCDIR%%/dnsproxy.conf -d"}
 
 . /etc/rc.subr



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