summaryrefslogtreecommitdiffstats
path: root/ldap
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2005-04-08 15:10:19 +0000
committerNathan Kinder <nkinder@redhat.com>2005-04-08 15:10:19 +0000
commitdc5dba12f6bbc2d55839a03169ec515c0d230672 (patch)
treeaf7b510b9f1a6d75180d9c1293593279626e99fc /ldap
parentdcea5f06a65757a7e08862e2c5c6dae0ade1b9d8 (diff)
downloadds-dc5dba12f6bbc2d55839a03169ec515c0d230672.tar.gz
ds-dc5dba12f6bbc2d55839a03169ec515c0d230672.tar.xz
ds-dc5dba12f6bbc2d55839a03169ec515c0d230672.zip
154077 - Check for version 1.4.2.07 of JRE on HP-UX
Diffstat (limited to 'ldap')
-rwxr-xr-xldap/cm/newinst/setup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/cm/newinst/setup.pl b/ldap/cm/newinst/setup.pl
index cee72f6f..909f7146 100755
--- a/ldap/cm/newinst/setup.pl
+++ b/ldap/cm/newinst/setup.pl
@@ -18,7 +18,7 @@ delete $ENV{LD_LIBRARY_PATH};
# Set required JRE version
if ($^O eq "hpux") {
$jdkVersion = "HP's 32-bit HP-UX";
- $reqVersion = "1.4.2.04";
+ $reqVersion = "1.4.2.07";
delete $ENV{SHLIB_PATH};
} elsif ($^O eq "MSWin32") {
$jdkVersion = "Sun's 32-bit MS Windows";