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:
parent
ced215b217
commit
19e09d9174
@ -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
|
||||
|
@ -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"}
|
||||
|
Loading…
Reference in New Issue
Block a user