ea3d303 resource-agents: Use SIGQUIT if SIGTERM was not fast enough

Authored and Committed by marx 13 years ago
    resource-agents: Use SIGQUIT if SIGTERM was not fast enough
    
    There are applications (like psql) that are not closed with SIGTERM
    if there are open connections. New function stop_generic_sigkill()
    was introduced to handle such case and disable service correctly.
    
    Based on patch proposed in bz by Shane Bradley
    
    Resolves: rhbz#587735