[freenet-cvs] r16857 - trunk/apps/new_installer/res/windows/bin
nextgens at freenetproject.org
nextgens at freenetproject.org
Thu Jan 3 16:23:39 UTC 2008
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
- at set CONSOLE_PORT=2323
- at java -jar bin\bindtest.jar %CONSOLE_PORT%
- at if not errorlevel 0 set CONSOLE_PORT=2324
- at echo console.enable=true >>freenet.ini
- at echo 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
More information about the cvs
mailing list