1fc0d12 Avoid CRL migration error message

Authored and Committed by mkosek 11 years ago
    Avoid CRL migration error message
    
    When CRL files are being migrated to a new directory, the upgrade
    log may contain an error message raised during MasterCRL.bin symlink
    migration. This is actually being caused by `chown' operation which
    tried to chown a symlinked file that was not migrated yet.
    
    Sort migrated files before the migration process and put symlinks
    at the end of the list. Also do not run chown on the symlinks as
    it is a redundant operation since the symlinked file will be
    chown'ed on its own.
    
    https://fedorahosted.org/freeipa/ticket/3336