View | Details | Raw Unified | Return to bug 243917
Collapse All | Expand All

(-)security/munge/files/munged.in (-3 / +1 lines)
Lines 32-40 Link Here
32
munged_stop()
32
munged_stop()
33
{
33
{
34
	if [ -f "${pidfile}" ]; then
34
	if [ -f "${pidfile}" ]; then
35
		kill -9 `cat ${pidfile}`
35
		kill `cat ${pidfile}`
36
		sleep 1 # wait a little bit
37
		rm -f /var/run/munge/*
38
	fi
36
	fi
39
37
40
}
38
}

Return to bug 243917