changeset in /hg/icedtea: Fixed typo

Lillian Angel langel at redhat.com
Thu May 29 14:13:38 PDT 2008


changeset 6d39bcf18078 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=6d39bcf18078
description:
	Fixed typo

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
patches/icedtea-certbundle.patch |    2 +-

diffs (12 lines):

diff -r 2c9ad97bb6ec -r 6d39bcf18078 patches/icedtea-certbundle.patch
--- a/patches/icedtea-certbundle.patch	Fri May 09 10:23:23 2008 -0400
+++ b/patches/icedtea-certbundle.patch	Fri May 09 10:25:45 2008 -0400
@@ -230,7 +230,7 @@ diff -urN openjdk.orig/jdk/src/share/cla
                                  "javax.net.ssl.trustStorePassword", ""));
 -                return null;
 +                props.put("/etc/pki/tls/certs/ca-bundle.crt", System.getProperty(
-+                                "javax.net.ssl.trustStore");
++                                "javax.net.ssl.trustStore"));
 +		props.put("CertBundle", System.getProperty(
 +                                "javax.net.ssl.trustStoreType",
 +                                KeyStore.getDefaultType()));



More information about the distro-pkg-dev mailing list