|
From: Peter P. <pr...@us...> - 2006-11-29 11:08:23
|
Update of /cvsroot/pyxida/Pyxida/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5151/config Modified Files: pyxida.cfg Log Message: Added missing libraries for xmlrpc support Fixed handing of config file; parameters should be read now Fixed indentation of a bunch of source files because someone (cough, cough, jonathan, cough...) can't convince his emacs version to use tabs instead of spaces Index: pyxida.cfg =================================================================== RCS file: /cvsroot/pyxida/Pyxida/config/pyxida.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pyxida.cfg 28 Nov 2006 19:19:24 -0000 1.3 --- pyxida.cfg 29 Nov 2006 11:08:20 -0000 1.4 *************** *** 10,16 **** ############################## ! pyxida.port=9 #pyxida.bootstraplist=glenora.eecs.harvard.edu sb01.eecs.harvard.edu sb02.eecs.harvard.edu sb10.eecs.harvard.edu sb11.eecs.harvard.edu ! #pyxida.use_icmp=false --- 10,16 ---- ############################## ! pyxida.port=55500 #pyxida.bootstraplist=glenora.eecs.harvard.edu sb01.eecs.harvard.edu sb02.eecs.harvard.edu sb10.eecs.harvard.edu sb11.eecs.harvard.edu ! pyxida.use_icmp=false |