Author: nextgens
Date: 2006-05-28 20:39:38 +0000 (Sun, 28 May 2006)
New Revision: 8900

Modified:
   trunk/apps/installer/installclasspath/run.sh
Log:
installer: it seems that 2.4.1 is the universal value to be used for the 
workaround (most recent distro work with it)

Modified: trunk/apps/installer/installclasspath/run.sh
===================================================================
--- trunk/apps/installer/installclasspath/run.sh        2006-05-28 17:12:37 UTC 
(rev 8899)
+++ trunk/apps/installer/installclasspath/run.sh        2006-05-28 20:39:38 UTC 
(rev 8900)
@@ -67,16 +67,7 @@
        # Specifically, at least on 1.4.1. and 1.5.0b2, we get hangs
        # where many threads are stuck waiting for a lock to be 
        # unlocked but no thread owns it.
-       if test -f /etc/redhat-release
-       then
-               LDPROP="set.LD_ASSUME_KERNEL=2.2.5"
-               #gentoo however dies with 2.2.5
-       elif test -f /etc/gentoo-release -o -f /etc/SuSE-release -o -f 
/etc/slackware-version
-       then 
-               LDPROP="set.LD_ASSUME_KERNEL=2.4.1" 
-       else
-               LDPROP="set.LD_ASSUME_KERNEL=2.2.5"
-       fi
+       LDPROP="set.LD_ASSUME_KERNEL=2.4.1" 
 fi 




Reply via email to