diff options
Diffstat (limited to 'textproc/apache-solr9/files')
-rw-r--r-- | textproc/apache-solr9/files/patch-bin_solr | 31 | ||||
-rw-r--r-- | textproc/apache-solr9/files/pkg-message.in | 4 |
2 files changed, 4 insertions, 31 deletions
diff --git a/textproc/apache-solr9/files/patch-bin_solr b/textproc/apache-solr9/files/patch-bin_solr deleted file mode 100644 index 1c15691df53e..000000000000 --- a/textproc/apache-solr9/files/patch-bin_solr +++ /dev/null @@ -1,31 +0,0 @@ ---- bin/solr.orig 2022-04-25 20:37:26 UTC -+++ bin/solr -@@ -2269,13 +2269,12 @@ function start_solr() { - echo "" - fi - # no lsof on cygwin though -- if lsof -v 2>&1 | grep -q revision; then - echo -n "Waiting up to $SOLR_START_WAIT seconds to see Solr running on port $SOLR_PORT" - # Launch in a subshell to show the spinner - (loops=0 - while true - do -- running=$(lsof -t -PniTCP:$SOLR_PORT -sTCP:LISTEN || :) -+ running=$(sockstat -ls -P tcp -p $SOLR_PORT | grep LISTEN) - if [ -z "${running:-}" ]; then - slept=$((loops * 2)) - if [ $slept -lt $SOLR_START_WAIT ]; then -@@ -2293,13 +2292,6 @@ function start_solr() { - fi - done) & - spinner $! -- else -- echo -e "NOTE: Please install lsof as this script needs it to determine if Solr is listening on port $SOLR_PORT." -- sleep 10 -- SOLR_PID=`ps auxww | grep start\.jar | awk "/\-Djetty\.port=$SOLR_PORT/"' {print $2}' | sort -r` -- echo -e "\nStarted Solr server on port $SOLR_PORT (pid=$SOLR_PID). Happy searching!\n" -- return; -- fi - fi - } - diff --git a/textproc/apache-solr9/files/pkg-message.in b/textproc/apache-solr9/files/pkg-message.in index 4ff8a03f0ec2..bfbc748d17b9 100644 --- a/textproc/apache-solr9/files/pkg-message.in +++ b/textproc/apache-solr9/files/pkg-message.in @@ -40,6 +40,10 @@ https://github.com/rohitbemax/dataimporthandler Make also sure to always check the manual if you need to modify your configs or schemas: https://solr.apache.org/guide/9_0/solr-upgrade-notes.html + +Maybe you want also to check some examples: +https://dovecot.org/pipermail/dovecot/2022-May/124701.html +https://dovecot.org/pipermail/dovecot/2022-May/124711.html EOM } ] |