c0d233b Ticket 47991 - upgrade script fails if /etc and /var are on different file systems

Authored and Committed by lkrispen 9 years ago
    Ticket 47991 - upgrade script fails if /etc and /var are on different file systems
    
    Bug Description:  the script to upgrade configfiles creates a backup dir in /var
                      and tries to move files fro /etc to this backup dir
                      using the perl rename function.
                      this fails if /etc and /var are different fiel systems
    
    Fix Description:   create the backup dir also in /etc
    
    https://fedorahosted.org/389/ticket/47991
    
    Reviewed by: Mark, Thanks