summaryrefslogtreecommitdiffstats
path: root/pki/base/migrate/45ToTxt/src/compile.sh
diff options
context:
space:
mode:
authormharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-06-10 16:15:54 +0000
committermharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-06-10 16:15:54 +0000
commit896d10e3af28ac280684f802eb192c1ab25d8d02 (patch)
treeb2270868e405f13f5bc26c164a3ef1b056b3e6d0 /pki/base/migrate/45ToTxt/src/compile.sh
parent7433e539c115c641849ddb3c8cda507e3042a579 (diff)
downloadpki-896d10e3af28ac280684f802eb192c1ab25d8d02.tar.gz
pki-896d10e3af28ac280684f802eb192c1ab25d8d02.tar.xz
pki-896d10e3af28ac280684f802eb192c1ab25d8d02.zip
Bugzilla Bug #504420 - Make certain that Array Types are processed prior to
non-Array types . . . Bugzilla Bug #483519 - rhcs73 migration tool misses iplanet case ERROR type - iplanet.security.x509.X509CertImpl[1,0] Bugzilla Bug #483373 - rhpki-migrate-7.3.0-9.el4 - TxtTo73/run.sh CLASSPATH uses TxtTo72 classes path Bugzilla Bug #451304 - 42ToTxt - Need to add i18n.jar to classpath for KRA LDIF conversion Bugzilla Bug #225031 - migrate/47ToTxt/run.sh against this sample ldif gives AuthToken=certSerialNo:[Ljava.math.BigInteger.... error. Bugzilla Bug #224972 - Migration / Upgrade script problems.... Bugzilla Bug #224801 - Upgrade script needs to change to drop those cert request which were created by old jars (iplanet) files Bugzilla Bug #224800 - txt to cms 62 upgrade script fails on some of the request. Bugzilla Bug #224763 - Migration scripts do not currently handle array of strings properly Bugzilla Bug #223360 - Upgrade tools does not currently handle some of the parameters. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@573 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/migrate/45ToTxt/src/compile.sh')
-rwxr-xr-xpki/base/migrate/45ToTxt/src/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pki/base/migrate/45ToTxt/src/compile.sh b/pki/base/migrate/45ToTxt/src/compile.sh
index 84df9b9c8..a08eea1b7 100755
--- a/pki/base/migrate/45ToTxt/src/compile.sh
+++ b/pki/base/migrate/45ToTxt/src/compile.sh
@@ -6,7 +6,7 @@
#####################################################################
### ###
### This script creates the "45ToTxt/classes/Main.class" and ###
-### "41ToTxt/classes/CMS45LdifParser.class" which are ###
+### "45ToTxt/classes/CMS45LdifParser.class" which are ###
### used to create a normalized CMS 4.5 ldif text file. ###
### ###
#####################################################################