1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

dns/radns: make the rc script service jails aware

PR:		279637
Approved by:	maintainer timeout (1 month)
This commit is contained in:
Alexander Leidinger 2024-07-10 15:27:36 +02:00
parent 86318c06c0
commit de0101d773
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= radns
DISTVERSION= 20110809-2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= dns
MASTER_SITES= http://hack.org/mc/hacks/radns/

View File

@ -24,6 +24,7 @@ load_rc_config $name
# Default values
: ${radns_enable="NO"}
: ${radns_svcj_options="net_basic"}
: ${radns_pidfile="/var/run/${name}.pid"}
: ${radns_resolv="${radns_dir}/radns-resolv.conf"}
: ${radns_script=""}