Author: toad
Date: 2009-01-17 19:04:05 +0000 (Sat, 17 Jan 2009)
New Revision: 25114

Modified:
   trunk/apps/new_installer/res/unix/bin/1run.sh
   trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd
Log:
Turn off enable persistent connections as without the profile it is BAD.
Turn on history cloaking on Windows.


Modified: trunk/apps/new_installer/res/unix/bin/1run.sh
===================================================================
--- trunk/apps/new_installer/res/unix/bin/1run.sh       2009-01-17 18:51:26 UTC 
(rev 25113)
+++ trunk/apps/new_installer/res/unix/bin/1run.sh       2009-01-17 19:04:05 UTC 
(rev 25114)
@@ -3,7 +3,6 @@
 . "$HOME/_install_toSource.sh" || exit 0
 cd "$INSTALL_PATH"
 
-echo "fproxy.enablePersistentConnections=true" >> freenet.ini
 echo End >> freenet.ini
 
 # Starting the node up

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:51:26 UTC (rev 25113)
+++ trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd        
2009-01-17 19:04:05 UTC (rev 25114)
@@ -21,7 +21,7 @@
 @echo Setting fproxy port to %FPROXY_PORT%
 @echo fproxy.enable=true>>freenet.ini
 @echo fproxy.port=%FPROXY_PORT%>>freenet.ini
-...@echo fproxy.enablePersistentConnections=true>>freenet.ini
+...@echo fproxy.enableHistoryCloaking=true>>freenet.ini
 @echo node.l10n=%ISO3_LANG%>>freenet.ini
 
 :: Try to detect a free, available port for fcp

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

Reply via email to