aboutsummaryrefslogtreecommitdiff
path: root/textproc/apache-solr8/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/apache-solr8/files/pkg-message.in')
-rw-r--r--textproc/apache-solr8/files/pkg-message.in45
1 files changed, 0 insertions, 45 deletions
diff --git a/textproc/apache-solr8/files/pkg-message.in b/textproc/apache-solr8/files/pkg-message.in
deleted file mode 100644
index 9a5826983431..000000000000
--- a/textproc/apache-solr8/files/pkg-message.in
+++ /dev/null
@@ -1,45 +0,0 @@
-[
-{ type: install
- message: <<EOM
-Make sure to edit the following files to adapt to your setup:
-
-%%LOCALBASE%%/etc/solr.in.sh
-/var/db/solr/solr.xml
-
-All files are configured to have your solr instances running in
-/var/db/solr/<instancename>
-
-For more information how to configure solr check the manual:
-http://lucene.apache.org/solr/resources.html#documentation
-
-The port is configured to listen only on localhost, port 8983.
-
-To have a working initial config, use:
-
-cp -R %%LOCALBASE%%/solr/example/example-DIH/solr/solr /var/db/solr/
-chown -R solr /var/db/solr/solr
-
-To rotate solr log files include /var/log/solr/ to your log rotation
-configuration.
-
-To enable the port execute:
-sysrc solr_enable="YES"
-
-And start it with:
-service solr start
-EOM
-}
-{ type: upgrade
- message: <<EOM
-If you update, make sure you update your %%LOCALBASE%%/etc/solr.in.sh
-The LOG4J_PROPS has changed.
-If you would like to change logging, copy:
-cp %%LOCALBASE%%/solr/server/resources/log4j2.xml /var/db/solr/
-Change it and make sure it is loaded in %%LOCALBASE%%/etc/solr.in.sh.
-
-Make also sure to always check the manual if you need to modify your
-configs or schemas:
-https://solr.apache.org/guide/8_9/solr-upgrade-notes.html
-EOM
-}
-]