changeset 859:2c9ad97bb6ec

2008-05-09 Lillian Angel <langel@redhat.com> * patches/icedtea-certbundle.patch: Fixed typo.
author Lillian Angel <langel@redhat.com>
date Fri, 09 May 2008 10:23:23 -0400
parents d9fa5282ccde
children 6d39bcf18078
files ChangeLog patches/icedtea-certbundle.patch
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri May 09 10:04:30 2008 -0400
+++ b/ChangeLog	Fri May 09 10:23:23 2008 -0400
@@ -1,3 +1,7 @@
+2008-05-09  Lillian Angel  <langel@redhat.com>
+
+	* patches/icedtea-certbundle.patch: Fixed typo.
+
 2008-05-09  Lillian Angel  <langel@redhat.com>
 
 	* icedtea-use-system-tzdata.patch: Added missing lines to patch.
--- a/patches/icedtea-certbundle.patch	Fri May 09 10:04:30 2008 -0400
+++ b/patches/icedtea-certbundle.patch	Fri May 09 10:23:23 2008 -0400
@@ -230,7 +230,7 @@
                                  "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()));