dns/pdnsd: make the rc script service jails aware

This commit is contained in:
Alexander Leidinger 2024-06-11 13:53:14 +02:00
parent a976cd003c
commit f05e40a047
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= pdnsd PORTNAME= pdnsd
PORTVERSION= 1.2.9a PORTVERSION= 1.2.9a
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= dns CATEGORIES= dns
MASTER_SITES= http://members.home.nl/p.a.rombouts/pdnsd/releases/ \ MASTER_SITES= http://members.home.nl/p.a.rombouts/pdnsd/releases/ \
http://distfiles.pirateparty.in/ashish/ http://distfiles.pirateparty.in/ashish/

View file

@ -11,6 +11,8 @@ rcvar=pdnsd_enable
command="%%PREFIX%%/sbin/pdnsd" command="%%PREFIX%%/sbin/pdnsd"
command_args="-d" command_args="-d"
required_files="%%PREFIX%%/etc/pdnsd.conf" required_files="%%PREFIX%%/etc/pdnsd.conf"
: ${pdnsd_svcj_options:="net_basic"}
load_rc_config $name load_rc_config $name
run_rc_command "$1" run_rc_command "$1"