mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
dns/dnsreflector: make the rc script service jails aware
PR: 279628 Approved by: maintainer timeout (1 month)
This commit is contained in:
parent
a1d70f266c
commit
ced215b217
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= dnsreflector
|
||||
PORTVERSION= 1.02
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://www.wolfermann.org/
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
# DO NOT CHANGE THESE DEFAULT VALUES HERE
|
||||
#
|
||||
dnsreflector_enable=${dnsreflector_enable:-"NO"}
|
||||
: ${dnsreflector_svcj_options:="net_basic"}
|
||||
command_args=${dnsreflector_flags:-"-d -a 127.0.0.1 -p 53000"}
|
||||
|
||||
. /etc/rc.subr
|
||||
|
|
Loading…
Add table
Reference in a new issue