cff5397 Fix semaphore leak in nss_pcache

Authored and Committed by rcritten 7 years ago
1 file changed. 32 lines added. 10 lines removed.
    Fix semaphore leak in nss_pcache
    
    On shutdown Apache was sending a SIGTERM which caused the helper
    to be killed rather than shutting down gracefully, resulting in
    a leak of the semaphone lock in nss_pcache.
    
    Catch that signal and shut down gracefully instead.
    
    Resolves: #1364560
    
        
file modified
+32 -10