git: 3a235cf25ba9 - main - net/knxd: make the rc script service jails ready
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jun 2024 06:37:25 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a235cf25ba94293d30971dadac484c73b08e4f0 commit 3a235cf25ba94293d30971dadac484c73b08e4f0 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-06-09 06:35:07 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-06-09 06:35:07 +0000 net/knxd: make the rc script service jails ready --- net/knxd/Makefile | 1 + net/knxd/files/knxd.in | 1 + 2 files changed, 2 insertions(+) diff --git a/net/knxd/Makefile b/net/knxd/Makefile index 5162e6cfc629..3753f045b859 100644 --- a/net/knxd/Makefile +++ b/net/knxd/Makefile @@ -1,5 +1,6 @@ PORTNAME= knxd PORTVERSION= 0.14.61 +PORTREVISION= 1 CATEGORIES= net # make is compatible with fmt >= 10, https://github.com/knxd/knxd/pull/549 diff --git a/net/knxd/files/knxd.in b/net/knxd/files/knxd.in index ae130b04bedc..da4815926686 100644 --- a/net/knxd/files/knxd.in +++ b/net/knxd/files/knxd.in @@ -22,6 +22,7 @@ load_rc_config $name : ${knxd_enable:="NO"} : ${knxd_config:="%%PREFIX%%/etc/knxd.conf"} : ${knxd_flags="${knxd_config}"} +: ${knxd_svcj_options:="net_basic"} command="%%PREFIX%%/bin/knxd" #command_args=""