diff options
| author | Noriko Hosoi <nhosoi@redhat.com> | 2010-10-20 13:21:28 -0700 |
|---|---|---|
| committer | Noriko Hosoi <nhosoi@redhat.com> | 2010-10-20 13:21:28 -0700 |
| commit | 904698eaf466a865c0edb9a0743469f23c97bab8 (patch) | |
| tree | 5ea66c46bf889aa5e39484d561ff47e4166bb134 | |
| parent | 28f83cce08acfbc615b862e762eb62b3b72cfe28 (diff) | |
| download | ds-904698eaf466a865c0edb9a0743469f23c97bab8.tar.gz ds-904698eaf466a865c0edb9a0743469f23c97bab8.tar.xz ds-904698eaf466a865c0edb9a0743469f23c97bab8.zip | |
Bug 645061 - Upgrade: 06inetorgperson.ldif and 05rfc4524.ldif
are not upgraded in the server instance schema dir
https://bugzilla.redhat.com/show_bug.cgi?id=645061
Description: To replace 06inetorgperson.ldif and 05rfc4524.ldif
in teh server instance schema dir, adding the 2 schema files to
the toremove list in the schema upgrade script 60upgradeschemafiles.pl.
| -rw-r--r-- | ldap/admin/src/scripts/60upgradeschemafiles.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/admin/src/scripts/60upgradeschemafiles.pl b/ldap/admin/src/scripts/60upgradeschemafiles.pl index 97d6a94e..99373dcc 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 05rfc4523.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 05rfc4524.ldif 06inetorgperson.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 |
