Date: Wed, 10 Jul 2024 13:40:32 GMT From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 19e09d9174ac - main - dns/noip: make the rc script service jails aware Message-ID: <202407101340.46ADeWHU019323@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/ports/commit/?id=19e09d9174acfda0cf8aa34a229bba3e9860fa9b commit 19e09d9174acfda0cf8aa34a229bba3e9860fa9b Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2024-07-10 13:21:55 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2024-07-10 13:39:41 +0000 dns/noip: make the rc script service jails aware PR: 279633 Approved by: maintainer timeout (1 month) --- dns/noip/Makefile | 2 +- dns/noip/files/noip.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dns/noip/Makefile b/dns/noip/Makefile index 87185a52471a..354b8757d5f8 100644 --- a/dns/noip/Makefile +++ b/dns/noip/Makefile @@ -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 diff --git a/dns/noip/files/noip.in b/dns/noip/files/noip.in index 67509068fedc..f34e7fef0ae7 100644 --- a/dns/noip/files/noip.in +++ b/dns/noip/files/noip.in @@ -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"}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407101340.46ADeWHU019323>