mirror of https://github.com/apache/lucene.git
SOLR-531
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@645608 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
004aff96cb
commit
7667caacec
|
@ -360,6 +360,8 @@ Other Changes
|
|||
|
||||
10. Upgrade to Lucene 2.3.1
|
||||
|
||||
11. SOLR-531: Different exit code for rsyncd-start and snappuller if disabled (Thomas Peuss via billa)
|
||||
|
||||
Build
|
||||
1. SOLR-411. Changed the names of the Solr JARs to use the defacto standard JAR names based on
|
||||
project-name-version.jar. This yields, for example:
|
||||
|
|
|
@ -98,7 +98,7 @@ logMessage command: $0 $@
|
|||
if [[ ! -f ${solr_root}/logs/rsyncd-enabled ]]
|
||||
then
|
||||
logMessage rsyncd disabled
|
||||
exit 1
|
||||
exit 2
|
||||
fi
|
||||
|
||||
if \
|
||||
|
|
|
@ -164,7 +164,7 @@ logMessage command: $0 $@
|
|||
if [[ ! -f ${solr_root}/logs/snappuller-enabled ]]
|
||||
then
|
||||
logMessage snappuller disabled
|
||||
exit 1
|
||||
exit 2
|
||||
fi
|
||||
|
||||
# make sure we can ssh to master
|
||||
|
|
Loading…
Reference in New Issue