Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2024 06:37:24 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fd590267a3ba - main - textproc/apache-solr: make the rc script service jails ready
Message-ID:  <202406090637.4596bOWo010101@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fd590267a3ba903a8286001682efd73cb6d41b5b

commit fd590267a3ba903a8286001682efd73cb6d41b5b
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2024-06-09 06:34:03 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2024-06-09 06:34:03 +0000

    textproc/apache-solr: make the rc script service jails ready
---
 textproc/apache-solr/Makefile      | 1 +
 textproc/apache-solr/files/solr.in | 1 +
 2 files changed, 2 insertions(+)

diff --git a/textproc/apache-solr/Makefile b/textproc/apache-solr/Makefile
index 57db3e046105..b7025fa45828 100644
--- a/textproc/apache-solr/Makefile
+++ b/textproc/apache-solr/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	apache-solr
 PORTVERSION=	9.6.0
 PORTEPOCH=	1
+PORTREVISION=	1
 CATEGORIES=	textproc java
 MASTER_SITES=	https://archive.apache.org/dist/solr/solr/${PORTVERSION}/
 DISTNAME=	solr-${PORTVERSION}
diff --git a/textproc/apache-solr/files/solr.in b/textproc/apache-solr/files/solr.in
index 9a73d64362ce..306fe68c0654 100644
--- a/textproc/apache-solr/files/solr.in
+++ b/textproc/apache-solr/files/solr.in
@@ -37,6 +37,7 @@ load_rc_config $name
 
 : ${solr_enable:=NO}
 : ${solr_instance:=/var/db/solr}
+: ${solr_svcj_options:="net_basic"}
 
 solr_start ()
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406090637.4596bOWo010101>