[389-commits] ldap/admin

Richard Allen Megginson rmeggins at fedoraproject.org
Mon Mar 8 21:42:29 UTC 2010


 ldap/admin/src/scripts/60upgradeschemafiles.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4845ffc48517bd2c938129a40c4e4f29c1efcc5a
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Mon Mar 8 12:36:56 2010 -0700

    Bug 571514 - upgrade to 1.2.6 should upgrade 05rfc4523.ldif (cert schema)
    
    https://bugzilla.redhat.com/show_bug.cgi?id=571514
    Resolves: bug 571514
    Bug Description: upgrade to 1.2.6 should upgrade 05rfc4523.ldif (cert schema)
    Reviewed by: nhosoi (Thanks!)
    Branch: HEAD
    Fix Description: Added 05rfc4523.ldif to the list of schema to upgrade.
    Platforms tested: RHEL5 x86_64
    Flag Day: no
    Doc impact: no

diff --git a/ldap/admin/src/scripts/60upgradeschemafiles.pl b/ldap/admin/src/scripts/60upgradeschemafiles.pl
index ebc7126..97d6a94 100644
--- a/ldap/admin/src/scripts/60upgradeschemafiles.pl
+++ b/ldap/admin/src/scripts/60upgradeschemafiles.pl
@@ -11,7 +11,7 @@ sub runinst {
 
     # these schema files are obsolete, or we want to replace
     # them with newer versions
-    my @toremove = qw(00core.ldif 01core389.ldif 01common.ldif 02common.ldif 05rfc2247.ldif 10presence.ldif 28pilot.ldif 30ns-common.ldif 50ns-directory.ldif 60mozilla.ldif);
+    my @toremove = qw(00core.ldif 01core389.ldif 01common.ldif 02common.ldif 05rfc2247.ldif 05rfc4523.ldif 10presence.ldif 28pilot.ldif 30ns-common.ldif 50ns-directory.ldif 60mozilla.ldif);
 
     # these hashes will be used to check for obsolete schema
     # in 99user.ldif




More information about the 389-commits mailing list