9a720c6 Bug 703990 - Support upgrade from Red Hat Directory Server

Authored and Committed by rmeggins 12 years ago
    Bug 703990 - Support upgrade from Red Hat Directory Server
    
    https://bugzilla.redhat.com/show_bug.cgi?id=703990
    Resolves: bug 703990
    Bug Description: Support upgrade from Red Hat Directory Server
    Reviewed by: nkinder (Thanks!)
    Branch: master
    Fix Description: Added a new upgrade script - 25rebrand.pl - it runs as
    a postinst - for every instance, it will look for the product and instance
    entries - if it finds one for an old brand, it will copy and rebrand the
    entries, and remove the entries for the old brand.  In the post, it will
    rebrand the old admin server instance for this machine, and fix the
    configuration files.
    The old rebrand upgrade script 25renamefedorato389.pl is now obsolete
    and removed.
    I also noticed that the role and cos resource entries were in the wrong
    place.  Since they are ds brand and version dependent, I moved them to
    the location which will allow them to be updated for each instance when
    instances are updated.
    I added a shell script which can be used when you need to copy the
    configuration from one machine to another e.g. if you are upgrading from
    32-bit to 64-bit and cannot just do an inplace upgrade.
    Platforms tested: RHEL5 32-bit, RHEL6 x86_64
    Flag Day: yes
    Doc impact: yes
    
        
file modified
+2 -2
file modified
+2 -3
file modified
+2 -2
file modified
+0 -6
file modified
+8421 -4535