d53ad9a Ticket 48538 - Failed to delete old semaphore

Authored and Committed by William Brown 7 years ago
    Ticket 48538 - Failed to delete old semaphore
    
    Bug Description:  The error would show:
    
    Failed to delete /opt/dirsrv/var/run/dirsrv/slapd-localhost.stats
    
    But really we were trying to delete /dev/shm/slapd-localhost.stats
    
    Fix Description:  Update the error message to use the correct file path.
    
    https://fedorahosted.org/389/ticket/48538
    
    Author: wibrown
    
    Review by: nhosoi (Thanks!)