1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

dns/dnsproxy: make the rc script service jails aware

Approved by:	maintainer
This commit is contained in:
Alexander Leidinger 2024-06-11 08:44:22 +02:00
parent 8ae210eed7
commit e51aa0c9a0
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= dnsproxy
PORTVERSION= 1.17
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= dns
MASTER_SITES= http://www.wolfermann.org/

View File

@ -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