git: 16750fe8b7cb - main - misc/openhab: make openhab service jails ready
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Jun 2024 10:10:24 UTC
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/ports/commit/?id=16750fe8b7cb38b7bc2e363fd3b13d224247648f commit 16750fe8b7cb38b7bc2e363fd3b13d224247648f Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2024-06-03 10:09:49 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2024-06-03 10:10:20 +0000 misc/openhab: make openhab service jails ready --- misc/openhab/Makefile | 2 +- misc/openhab/files/openhab.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/openhab/Makefile b/misc/openhab/Makefile index b80db1631d25..9b212e8642e9 100644 --- a/misc/openhab/Makefile +++ b/misc/openhab/Makefile @@ -1,6 +1,6 @@ PORTNAME= openhab PORTVERSION= 4.1.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= misc java MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab/${PORTVERSION}/ DISTNAME= openhab-${PORTVERSION} diff --git a/misc/openhab/files/openhab.in b/misc/openhab/files/openhab.in index 7acec2be6e34..eab88273ea97 100644 --- a/misc/openhab/files/openhab.in +++ b/misc/openhab/files/openhab.in @@ -45,6 +45,7 @@ rcvar=${name}_enable load_rc_config "${name}" eval "${rcvar}=\${${rcvar}:-'NO'}" +eval "${name}_svcj_options=\${${name}_svcj_options:-'net_basic'}" eval "_openhab_user=\${${name}_user:-'openhab'}" eval "_openhab_group=\${${name}_group:-'openhab'}"