From: Kyoshiro <mib...@us...> - 2004-09-27 15:07:29
|
Update of /cvsroot/ngetsuite/ngetsuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25353 Modified Files: daemon.rb Log Message: remove debug puts Index: daemon.rb =================================================================== RCS file: /cvsroot/ngetsuite/ngetsuite/daemon.rb,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** daemon.rb 27 Sep 2004 14:59:39 -0000 1.16 --- daemon.rb 27 Sep 2004 15:07:20 -0000 1.17 *************** *** 45,49 **** DRb.start_service(drburl, manager) - puts $wd if $config['httpd_autostart'] require 'webrick' --- 45,48 ---- |