FreeBSD Bugzilla – Attachment 152626 Details for
Bug 195826
Patch to textproc/apache-solr rc.d startup script to allow Solr to run on a given host and port (and as a given user)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against /usr/ports/textproc/apache-solr/files/solr.in
solr.in.patch (text/plain), 856 bytes, created by
Paul Mather
on 2015-02-06 17:06:18 UTC
(
hide
)
Description:
Patch against /usr/ports/textproc/apache-solr/files/solr.in
Filename:
MIME Type:
Creator:
Paul Mather
Created:
2015-02-06 17:06:18 UTC
Size:
856 bytes
patch
obsolete
>--- solr.in-orig 2015-02-06 11:50:28.610920852 -0500 >+++ solr.in 2015-02-06 11:56:08.704951124 -0500 >@@ -38,13 +38,17 @@ > > : ${solr_enable:=NO} > : ${solr_instance:=/var/db/solr} >+: ${solr_pidfile:=/var/run/solr.pid} >+: ${solr_log:=/var/log} >+: ${solr_host:=0.0.0.0} >+: ${solr_port:=8983} > > required_files=${solr_instance}/solr.xml >-pidfile=/var/run/solr.pid >+pidfile=${solr_pidfile} > command=/usr/sbin/daemon > procname=%%LOCALBASE%%/openjdk7/bin/java > start_precmd="cd %%EXAMPLESDIR%%" > >-command_args="-f -p ${pidfile} ${procname} ${solr_flags} -Dsolr.solr.home=${solr_instance} -Dsolr.log=/var/log -jar %%EXAMPLESDIR%%/start.jar" >+command_args="-f -p ${pidfile} ${procname} ${solr_flags} -Djetty.host=${solr_host} -Djetty.port=${solr_port} -Dsolr.solr.home=${solr_instance} -Dsolr.log=${solr_log} -jar %%EXAMPLESDIR%%/start.jar" > > run_rc_command "$1"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195826
: 152626