Update of /cvsroot/fink/pdb
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26542

Modified Files:
        create-finkdb.pl 
Log Message:
use ip instead of localhost, in case of IPv6 weirdness, also, enable nio 
connector

Index: create-finkdb.pl
===================================================================
RCS file: /cvsroot/fink/pdb/create-finkdb.pl,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- create-finkdb.pl    6 Sep 2009 17:53:43 -0000       1.41
+++ create-finkdb.pl    6 Sep 2009 17:57:37 -0000       1.42
@@ -109,7 +109,7 @@
 $iconv          = Text::Iconv->new("UTF-8", "UTF-8");
 $pause          = 10;
 $solr_temp_port = 1234;
-$solr_url       = "http://localhost:$solr_temp_port/solr";;
+$solr_url       = "http://127.0.0.1:$solr_temp_port/solr";;
 $tempdir        = $topdir . '/work';
 $xmldir         = $tempdir . '/xml';
 $start_at       = '';
@@ -954,7 +954,7 @@
        --verbose           verbose output
        --trace             extremely verbose output
 
-       --url=<path>        where SOLR's root is (default: 
http://localhost:8983/solr)
+       --url=<path>        where SOLR's root is (default: 
http://127.0.0.1:1234/solr)
        --tempdir=<path>    where to put temporary files
        --xmldir=<path>     where to write the .xml files
 


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to