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

dns/yadifa: make the rc script service jails aware

Pet portlint while I'm here.

PR:		279638
Approved by:	maintainer
This commit is contained in:
Alexander Leidinger 2024-06-19 10:08:27 +02:00
parent 93c4d31a9d
commit 0ee3d6012f
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
PORTNAME= yadifa
DISTVERSION= 2.6.6
DISTVERSIONSUFFIX= -11255
DISTVERSIONSUFFIX= -11255
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= https://www.yadifa.eu/sites/default/files/releases/ \
https://dns.company/downloads/yadifa/

View File

@ -19,6 +19,7 @@ name=yadifad
rcvar=yadifad_enable
eval ": \${${name}_enable:=\"NO\"}"
eval ": \${${name}_svcj_options:=\"net_basic\"}"
eval ": \${${name}_config:=\"%%PREFIX%%/etc/${name}.conf\"}"
eval ": \${${name}_uid:=\"%%USERS%%\"}"
eval ": \${${name}_gid:=\"%%GROUPS%%\"}"