Author: toad
Date: 2008-01-03 14:23:11 +0000 (Thu, 03 Jan 2008)
New Revision: 16850

Modified:
   trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh
Log:
Disable tmci by default. Nobody uses it.

Modified: trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh   
2008-01-03 14:11:35 UTC (rev 16849)
+++ trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh   
2008-01-03 14:23:11 UTC (rev 16850)
@@ -32,13 +32,3 @@
        echo "Can not bind fcp to 9481: force it to $FCP_PORT instead."
 fi
 echo -e "fcp.enabled=true\nfcp.port=$FCP_PORT" >> freenet.ini
-
-# Try to auto-detect the first available port for console
-CONSOLE_PORT=2323
-java -jar bin/bindtest.jar $CONSOLE_PORT 2>&1 >/dev/null
-if test $? -ne 0
-then
-       CONSOLE_PORT=2324
-       echo "Can not bind console to 2323: force it to $CONSOLE_PORT instead."
-fi
-echo -e "console.enabled=true\nconsole.port=$CONSOLE_PORT" >> freenet.ini


Reply via email to