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:
parent
93c4d31a9d
commit
0ee3d6012f
@ -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/
|
||||
|
@ -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%%\"}"
|
||||
|
Loading…
Reference in New Issue
Block a user