Author: toad
Date: 2009-01-17 18:24:51 +0000 (Sat, 17 Jan 2009)
New Revision: 25111

Modified:
   trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh
   trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd
   trunk/apps/new_installer/scripts/1run.sh
Log:
Don't specify the URL, pick it up from freenet.url.dat


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:23:44 UTC (rev 25110)
+++ trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh   
2009-01-17 18:24:51 UTC (rev 25111)
@@ -56,4 +56,4 @@
 echo "fcp.port=$FCP_PORT" >> freenet.ini
 
 # Swallow output to avoid major problems if the installer exits before the 
script does (it should, but doesn't usually if you enable desktop icons).
-sh ./bin/browse.sh "http://127.0.0.1:$FPROXY_PORT/wizard/"; > /dev/null &
+sh ./bin/browse.sh > /dev/null &

Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd        
2009-01-17 18:23:44 UTC (rev 25110)
+++ trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd        
2009-01-17 18:24:51 UTC (rev 25111)
@@ -122,6 +122,6 @@
 @net start freenet-darknet-%FPROXY_PORT%
 
 @echo Starting browser
-...@start "" /B "browse.cmd" http://127.0.0.1:%FPROXY_PORT%/wizard/
+...@start "" /B "browse.cmd" 
 :endl10n
 :end

Modified: trunk/apps/new_installer/scripts/1run.sh
===================================================================
--- trunk/apps/new_installer/scripts/1run.sh    2009-01-17 18:23:44 UTC (rev 
25110)
+++ trunk/apps/new_installer/scripts/1run.sh    2009-01-17 18:24:51 UTC (rev 
25111)
@@ -148,7 +148,7 @@
 # Starting the node up
 ./run.sh start
 
-echo "Please visit http://127.0.0.1:$FPROXY_PORT/wizard/ to configure your 
node"
+echo "Please visit http://127.0.0.1:$FPROXY_PORT/ to configure your node"
 echo "Finished"
 
 rm -f bin/1run.sh

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to