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:
parent
8ae210eed7
commit
e51aa0c9a0
@ -1,6 +1,6 @@
|
||||
PORTNAME= dnsproxy
|
||||
PORTVERSION= 1.17
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://www.wolfermann.org/
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user