Author: nextgens
Date: 2006-03-31 15:08:43 +0000 (Fri, 31 Mar 2006)
New Revision: 8395

Modified:
   trunk/apps/installer/antinstall-config.xml
   trunk/apps/installer/build.xml
   trunk/apps/installer/installclasspath/config/freenet.ini
Log:
installer: new bugfix

Modified: trunk/apps/installer/antinstall-config.xml
===================================================================
--- trunk/apps/installer/antinstall-config.xml  2006-03-31 14:57:06 UTC (rev 
8394)
+++ trunk/apps/installer/antinstall-config.xml  2006-03-31 15:08:43 UTC (rev 
8395)
@@ -230,6 +230,8 @@
                <comment
                        displayText="the mailling list (support at 
freenetproject.org) or on our IRC channel" />
                <comment
+                       displayText="(#freenet on irc.freenode.net)"/>
+               <comment
                        displayText="We wish you a happy Freenet experience!" 
bold="true"/>
        </page>
        <!--  page type="progress" shows a progress page with the install 
button 

Modified: trunk/apps/installer/build.xml
===================================================================
--- trunk/apps/installer/build.xml      2006-03-31 14:57:06 UTC (rev 8394)
+++ trunk/apps/installer/build.xml      2006-03-31 15:08:43 UTC (rev 8395)
@@ -48,10 +48,10 @@
                <condition property="Name" else="${nodeName}" 
value="MyFirstFreenetNode">
                        <equals arg1="${nodeName}" arg2="MyFirstFreenetNode" />
                </condition>
-               <condition property="Bandwidth" value="${bw}" else="15">
+               <condition property="Bandwidth" value="${bw}K" else="15K">
                        <isset property="bw" />
                </condition>
-               <condition property="DataStoreSize" value="${dsSize}" else="1">
+               <condition property="DataStoreSize" value="${dsSize}G" 
else="1G">
                        <isset property="dsSize" />
                </condition>
                <condition property="Port" value="${portNumber}" else="-1">
@@ -76,10 +76,10 @@
                        <isset property="enableConsole" />
                </condition>
                <echo message="Name: ${Name}"/>
-               <echo message="Bandwidth: ${Bandwidth}K"/>
+               <echo message="Bandwidth: ${Bandwidth}"/>
                <echo message="Port: ${Port}"/>
                <echo message="myHostName: ${myHostName}"/>
-               <echo message="DataStoreSize: ${DataStoreSize}G"/>
+               <echo message="DataStoreSize: ${DataStoreSize}"/>
                <echo message="myHostName: ${myHostName}"/>
                <echo message="Testnet: ${Testnet}"/>
                <echo message="SNMP: ${SNMP}"/>

Modified: trunk/apps/installer/installclasspath/config/freenet.ini
===================================================================
--- trunk/apps/installer/installclasspath/config/freenet.ini    2006-03-31 
14:57:06 UTC (rev 8394)
+++ trunk/apps/installer/installclasspath/config/freenet.ini    2006-03-31 
15:08:43 UTC (rev 8395)
@@ -1,6 +1,6 @@
 node.ipAddressOverride=@hostname@
-node.outputBandwidthLimit=@bandwidth at K
-node.storeSize=@dsSize at G
+node.outputBandwidthLimit=@bandwidth@
+node.storeSize=@dsSize@
 node.listenPort=@portnumber@
 node.name=@nodename@
 node.testnet.enabled=@enabletestnet@


Reply via email to