Index: security/munge/files/munged.in =================================================================== --- security/munge/files/munged.in (revision 525358) +++ security/munge/files/munged.in (working copy) @@ -32,9 +32,7 @@ munged_stop() { if [ -f "${pidfile}" ]; then - kill -9 `cat ${pidfile}` - sleep 1 # wait a little bit - rm -f /var/run/munge/* + kill `cat ${pidfile}` fi }