mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
textproc/apache-solr: make the rc script service jails ready
This commit is contained in:
parent
dba000f800
commit
fd590267a3
@ -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}
|
||||
|
@ -37,6 +37,7 @@ load_rc_config $name
|
||||
|
||||
: ${solr_enable:=NO}
|
||||
: ${solr_instance:=/var/db/solr}
|
||||
: ${solr_svcj_options:="net_basic"}
|
||||
|
||||
solr_start ()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user