mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04: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
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue