Author: nextgens
Date: 2006-03-31 10:41:35 +0000 (Fri, 31 Mar 2006)
New Revision: 8384

Added:
   trunk/apps/installer/installclasspath/config/wrapper.conf
Removed:
   trunk/apps/installer/installclasspath/conf/
Modified:
   trunk/apps/installer/build.xml
   trunk/apps/installer/installclasspath/run.sh
Log:
installer: now we nice the node on *nix

Modified: trunk/apps/installer/build.xml
===================================================================
--- trunk/apps/installer/build.xml      2006-03-31 01:37:04 UTC (rev 8383)
+++ trunk/apps/installer/build.xml      2006-03-31 10:41:35 UTC (rev 8384)
@@ -119,7 +119,7 @@
                        <fileset dir="${basedir}/lib/"/>
                </copy>

-               <copy file="${basedir}/conf/wrapper.conf"  
tofile="${installDir}/wrapper.conf"/>
+               <copy file="${basedir}/config/wrapper.conf"  
tofile="${installDir}/wrapper.conf"/>
                <replace file="${installDir}/wrapper.conf">
                        <replacefilter token="@serviceName@" 
value="freenet-${freenetWorkingMode}"/>
                        <replacefilter token="@testnet@" 
value="${freenetWorkingMode}"/>

Copied: trunk/apps/installer/installclasspath/config/wrapper.conf (from rev 
8363, trunk/apps/installer/installclasspath/conf/wrapper.conf)

Modified: trunk/apps/installer/installclasspath/run.sh
===================================================================
--- trunk/apps/installer/installclasspath/run.sh        2006-03-31 01:37:04 UTC 
(rev 8383)
+++ trunk/apps/installer/installclasspath/run.sh        2006-03-31 10:41:35 UTC 
(rev 8384)
@@ -20,7 +20,7 @@

 # Priority at which to run the wrapper.  See "man nice" for valid priorities.
 #  nice is only used if a priority is specified.
-PRIORITY=
+PRIORITY=15

 # Location of the pid file.
 PIDDIR="."


Reply via email to