Author: toad
Date: 2009-01-17 17:46:00 +0000 (Sat, 17 Jan 2009)
New Revision: 25104

Modified:
   trunk/apps/new_installer/res/unix/bin/browse.sh
   trunk/apps/new_installer/res/windows/browse.cmd
Log:
Untested: Use freenet.url.dat in browse.cmd|browse.sh


Modified: trunk/apps/new_installer/res/unix/bin/browse.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/browse.sh     2009-01-17 17:30:29 UTC 
(rev 25103)
+++ trunk/apps/new_installer/res/unix/bin/browse.sh     2009-01-17 17:46:00 UTC 
(rev 25104)
@@ -7,7 +7,7 @@
 then
        URL="http://127.0.0.1:8888";
 else
-       URL="$1"
+       URL="`cat freenet.url.dat`"
 fi
 
 # Wait until the installer has finished

Modified: trunk/apps/new_installer/res/windows/browse.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/browse.cmd     2009-01-17 17:30:29 UTC 
(rev 25103)
+++ trunk/apps/new_installer/res/windows/browse.cmd     2009-01-17 17:46:00 UTC 
(rev 25104)
@@ -7,7 +7,7 @@
 @set COUNT=0
 @for %%x in (%*) do @( set /A COUNT=%COUNT%+1 )
 @if %COUNT% GEQ 1 goto withURL
-...@set URL="http://127.0.0.1:8888/";
+...@set /P URL=<freenet.url.dat
 @goto doneURL
 :withURL
 @set URL="%1"

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

Reply via email to