Author: nextgens
Date: 2006-08-09 13:24:55 +0000 (Wed, 09 Aug 2006)
New Revision: 9996

Modified:
   trunk/apps/new_installer/TODO
   trunk/apps/new_installer/res/unix/bin/1run.sh
Log:
update the welcome page if the fproxy port has changed ... I need to find a way 
of doing it on doze

Modified: trunk/apps/new_installer/TODO
===================================================================
--- trunk/apps/new_installer/TODO       2006-08-09 12:53:13 UTC (rev 9995)
+++ trunk/apps/new_installer/TODO       2006-08-09 13:24:55 UTC (rev 9996)
@@ -1,4 +1,5 @@
 TODO:
+       * update the welcome page if the fproxy port has changed (windows only)
        * l10n
        * Fix uninstallation hooks
        * New packs:

Modified: trunk/apps/new_installer/res/unix/bin/1run.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/1run.sh       2006-08-09 12:53:13 UTC 
(rev 9995)
+++ trunk/apps/new_installer/res/unix/bin/1run.sh       2006-08-09 13:24:55 UTC 
(rev 9996)
@@ -34,6 +34,8 @@
                FPROXY_PORT=9999
                echo "Can not bind fproxy to 8889: force it to $FPROXY_PORT 
insteed."
        fi
+       cat welcome.html | sed "s/8888/$FPROXY_PORT/g" >welcome2.html
+       mv welcome2.html welcome.html
 fi
 echo -e "fproxy.enabled=true\nfproxy.port=$FPROXY_PORT" >> freenet.ini



Reply via email to