Author: nextgens
Date: 2006-09-02 13:11:04 +0000 (Sat, 02 Sep 2006)
New Revision: 10345
Modified:
trunk/apps/new_installer/res/unix/bin/1run.sh
trunk/apps/new_installer/res/windows/bin/1run.cmd
Log:
fix a typo, thanks to paveq for noticing it
Modified: trunk/apps/new_installer/res/unix/bin/1run.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/1run.sh 2006-09-01 22:22:39 UTC
(rev 10344)
+++ trunk/apps/new_installer/res/unix/bin/1run.sh 2006-09-02 13:11:04 UTC
(rev 10345)
@@ -35,8 +35,8 @@
rm -f update
fi
-echo "Detecting tcp-ports aviability..."
-# Try to auto-detect the first aviable port for fproxy
+echo "Detecting tcp-ports availability..."
+# Try to auto-detect the first available port for fproxy
FPROXY_PORT=8888
java -jar bin/bindtest.jar $FPROXY_PORT &>/dev/null
if [[ $? -ne 0 ]]
Modified: trunk/apps/new_installer/res/windows/bin/1run.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/bin/1run.cmd 2006-09-01 22:22:39 UTC
(rev 10344)
+++ trunk/apps/new_installer/res/windows/bin/1run.cmd 2006-09-02 13:11:04 UTC
(rev 10345)
@@ -45,8 +45,8 @@
@if exist update echo node.updater.autoupdate=true >> freenet.ini
@del /F update > NUL
- at echo "Detecting tcp port aviability"
-:: Try to detect a free, aviable port for fproxy
+ at echo "Detecting tcp port availability"
+:: Try to detect a free, available port for fproxy
@set FPROXY_PORT=8888
@java -jar bin\bindtest.jar %FPROXY_PORT%
@IF NOT ERRORLEVEL 1 GOTO configure_fproxy