path: glusterfs_11.2-3/extras/init.d/glustereventsd-Redhat.in
{
    echo -n $"Stopping $BASE:"
    if pidofproc -p $PIDFILE $GLUSTEREVENTSD_BIN &> /dev/null; then
        killproc -p $PIDFILE $BASE
    else
