Author: toad
Date: 2008-09-20 22:34:38 +0000 (Sat, 20 Sep 2008)
New Revision: 22726
Modified:
trunk/apps/new_installer/install.xml
Log:
Make autostart a top-level option, and make the language about it much stronger.
Modified: trunk/apps/new_installer/install.xml
===================================================================
--- trunk/apps/new_installer/install.xml 2008-09-20 22:26:12 UTC (rev
22725)
+++ trunk/apps/new_installer/install.xml 2008-09-20 22:34:38 UTC (rev
22726)
@@ -230,8 +230,8 @@
<singlefile src="res/license/LICENSE.Freenet"
target="$INSTALL_PATH/opennet.install"/>
</pack>
- <pack name="AutoStart" id="autostart" required="no"
parent="base">
- <description>Start the node automatically on startup.
Strongly recommended.</description>
+ <pack name="AutoStart" id="autostart" required="no">
+ <description>Start the node automatically on startup.
STRONGLY recommended. If this is turned off Freenet will be much slower: it
will take a long time to get up to speed after every restart, downloads will
take longer, and the node will be much less useful to the network.</description>
<singlefile src="res/license/LICENSE.Freenet"
target="$INSTALL_PATH/autostart.install"/>
<executable
targetfile="$INSTALL_PATH/bin/remove_cronjob.sh" keep="true" stage="uninstall">
<os family="unix"/>