summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2024-06-11 08:44:22 +0200
committerAlexander Leidinger <netchild@FreeBSD.org>2024-06-11 08:45:20 +0200
commite51aa0c9a0e791267bb9cacbef960880952e5a5a (patch)
treebc829b9bb7e09cb3723d73ca5a4de2d239e15bf4 /dns
parenttextproc/re-flex: update to 4.4.0 (diff)
dns/dnsproxy: make the rc script service jails aware
Approved by: maintainer
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsproxy/Makefile2
-rw-r--r--dns/dnsproxy/files/dnsproxy.in1
2 files changed, 2 insertions, 1 deletions
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