Author: nextgens Date: 2008-01-03 16:23:39 +0000 (Thu, 03 Jan 2008) New Revision: 16857
Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd Log: new_installer: second part of r16850 Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2008-01-03 16:15:23 UTC (rev 16856) +++ trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2008-01-03 16:23:39 UTC (rev 16857) @@ -25,14 +25,6 @@ @echo fcp.enable=true >>freenet.ini @echo fcp.port=%FCP_PORT% >>freenet.ini -:: Try to detect a free, available port for console [EMAIL PROTECTED] CONSOLE_PORT=2323 [EMAIL PROTECTED] -jar bin\bindtest.jar %CONSOLE_PORT% [EMAIL PROTECTED] not errorlevel 0 set CONSOLE_PORT=2324 [EMAIL PROTECTED] console.enable=true >>freenet.ini [EMAIL PROTECTED] console.port=%CONSOLE_PORT% >>freenet.ini - - @bin\cat.exe wrapper.conf | bin\sed.exe "s/darknet/darknet-%FPROXY_PORT%/g" > wrapper2.conf @move /Y wrapper2.conf wrapper.conf > NUL _______________________________________________ cvs mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
