git: a9db013f20d0 - main - dns/hetzner_ddns: make the rc script service jails aware
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jun 2024 16:47:38 UTC
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9db013f20d07e9b6224b56b204a5a5d711c2376 commit a9db013f20d07e9b6224b56b204a5a5d711c2376 Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2024-06-23 16:40:43 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2024-06-23 16:40:43 +0000 dns/hetzner_ddns: make the rc script service jails aware PR: 279630 Approved by: maintainer --- dns/hetzner_ddns/Makefile | 1 + dns/hetzner_ddns/files/hetzner_ddns.in | 1 + 2 files changed, 2 insertions(+) diff --git a/dns/hetzner_ddns/Makefile b/dns/hetzner_ddns/Makefile index 3029c560cf89..2b7f0d1b3065 100644 --- a/dns/hetzner_ddns/Makefile +++ b/dns/hetzner_ddns/Makefile @@ -1,5 +1,6 @@ PORTNAME= hetzner_ddns DISTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= filip@parag.rs diff --git a/dns/hetzner_ddns/files/hetzner_ddns.in b/dns/hetzner_ddns/files/hetzner_ddns.in index b1ea2bf6ef3a..1dc11963d0aa 100755 --- a/dns/hetzner_ddns/files/hetzner_ddns.in +++ b/dns/hetzner_ddns/files/hetzner_ddns.in @@ -11,6 +11,7 @@ name=hetzner_ddns rcvar="${name}_enable" pidfile="/var/run/${name}.pid" start_cmd="${name}_start" +: ${hetzner_ddns_svcj_options:="net_basic"} load_rc_config $name command="/usr/local/bin/${name}" command_args="--daemon"