Author: toad Date: 2009-01-20 22:48:58 +0000 (Tue, 20 Jan 2009) New Revision: 25146
Modified: trunk/freenet/README Log: Move "always on" Modified: trunk/freenet/README =================================================================== --- trunk/freenet/README 2009-01-20 22:48:25 UTC (rev 25145) +++ trunk/freenet/README 2009-01-20 22:48:58 UTC (rev 25146) @@ -43,6 +43,13 @@ Press enquiries should be directed to Ian Clarke. +ALWAYS ON: +On OS/X and unix-based systems, Freenet will create a cron job to run Freenet +on startup. On Windows it creates a user for Freenet to run under, and a service +to start it. You should run Freenet as close to 24x7 as possible for good +performance. It is however possible to remove the cron job (with the remove cron +job script in bin/), or to remove the service (from the services panel in Control Panel). + CHANGES FROM 0.5: This is the 0.7 rewrite of Freenet. This is largely rewritten from scratch, although it pulls in a load of code from Dijjer, and most of the crypto and a @@ -63,13 +70,6 @@ http://wiki.freenetproject.org/FreenetFCPSpec2Point0 - Many more changes... -ALWAYS ON: -On OS/X and unix-based systems, Freenet will create a cron job to run Freenet -on startup. On Windows it creates a user for Freenet to run under, and a service -to start it. You should run Freenet as close to 24x7 as possible for good -performance. It is however possible to remove the cron job (with the remove cron -job script in bin/), or to remove the service (from the services panel in Control Panel). - LICENSING: Freenet is under the GPLv2 - see LICENSE.Freenet (we are trying to make this GPL 2 or later, but some code is arguably GPL 2 only). However, we use some _______________________________________________ cvs mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
