Author: toad Date: 2009-01-17 18:18:14 +0000 (Sat, 17 Jan 2009) New Revision: 25108
Modified: trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh Log: Remove leftover dont-close-me code. Modified: trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh =================================================================== --- trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh 2009-01-17 18:13:28 UTC (rev 25107) +++ trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh 2009-01-17 18:18:14 UTC (rev 25108) @@ -44,16 +44,6 @@ echo "node.l10n=$ISO3_LANG" >> freenet.ini echo "fproxy.enableHistoryCloaking=true" >> freenet.ini -# Translate if needed -FILE="dont-close-me.html" -if test -f dont-close-me.$ISO3_LANG.html -then - FILE="dont-close-me.$ISO3_LANG.html" -fi -cat "$FILE" | sed "s/8888/$FPROXY_PORT/g" >_dont-close-me.html -rm -f dont-close-me.*html -mv _dont-close-me.html dont-close-me.html - # Try to auto-detect the first available port for fcp FCP_PORT=9481 java $JOPTS -jar bin/bindtest.jar $FCP_PORT 2>&1 >/dev/null _______________________________________________ cvs mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
