mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
dns/pdnsd: make the rc script service jails aware
This commit is contained in:
parent
a976cd003c
commit
f05e40a047
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= pdnsd
|
||||
PORTVERSION= 1.2.9a
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://members.home.nl/p.a.rombouts/pdnsd/releases/ \
|
||||
http://distfiles.pirateparty.in/ashish/
|
||||
|
|
|
@ -11,6 +11,8 @@ rcvar=pdnsd_enable
|
|||
command="%%PREFIX%%/sbin/pdnsd"
|
||||
command_args="-d"
|
||||
required_files="%%PREFIX%%/etc/pdnsd.conf"
|
||||
: ${pdnsd_svcj_options:="net_basic"}
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
run_rc_command "$1"
|
||||
|
|
Loading…
Add table
Reference in a new issue