git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@645608 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William Au 2008-04-07 16:50:08 +00:00
parent 004aff96cb
commit 7667caacec
3 changed files with 4 additions and 2 deletions

View File

@ -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:

View File

@ -98,7 +98,7 @@ logMessage command: $0 $@
if [[ ! -f ${solr_root}/logs/rsyncd-enabled ]]
then
logMessage rsyncd disabled
exit 1
exit 2
fi
if \

View File

@ -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