You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by bi...@apache.org on 2006/03/24 20:56:54 UTC

svn commit: r388621 - /incubator/solr/trunk/src/scripts/rsyncd-start

Author: billa
Date: Fri Mar 24 11:56:53 2006
New Revision: 388621

URL: http://svn.apache.org/viewcvs?rev=388621&view=rev
Log:
more comment for rsyncd_port

Modified:
    incubator/solr/trunk/src/scripts/rsyncd-start

Modified: incubator/solr/trunk/src/scripts/rsyncd-start
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/src/scripts/rsyncd-start?rev=388621&r1=388620&r2=388621&view=diff
==============================================================================
--- incubator/solr/trunk/src/scripts/rsyncd-start (original)
+++ incubator/solr/trunk/src/scripts/rsyncd-start Fri Mar 24 11:56:53 2006
@@ -62,7 +62,7 @@
 fixUser "$@"
 
 # try to determine rsyncd port number from $confFile if not specified on
-# command line
+# command line, default to solr_port+10000
 if [[ -z ${rsyncd_port} ]]
 then
     if [[ "${solr_port}" ]]