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

dns/noip: make the rc script service jails aware

PR:		279633
Approved by:	maintainer timeout (1 month)
This commit is contained in:
Alexander Leidinger 2024-07-10 15:21:55 +02:00
parent ced215b217
commit 19e09d9174
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= noip
PORTVERSION= 2.1.9
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= dns
MASTER_SITES= http://www.no-ip.com/client/linux/ \
LOCAL/ehaupt

View File

@ -22,6 +22,7 @@ command="%%PREFIX%%/bin/noip2"
load_rc_config $name
: ${noip_enable="NO"}
: ${noip_svcj_options:="net_basic"}
: ${noip_config="%%PREFIX%%/etc/no-ip2.conf"}
: ${noip_flags="-c $noip_config"}
: ${noip_user="noip"}