From 095f230336264bddd54c7ed2707e59c5b0fc9345 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 7 Sep 2003 08:06:43 +0000 Subject: Only uncatchable signals can kill the milter accoding to docs, so use -KILL --- mail/sentinel/files/000.sentinel.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail/sentinel/files') diff --git a/mail/sentinel/files/000.sentinel.sh b/mail/sentinel/files/000.sentinel.sh index 3263f0b2ab49..0428f2e880f4 100644 --- a/mail/sentinel/files/000.sentinel.sh +++ b/mail/sentinel/files/000.sentinel.sh @@ -18,9 +18,11 @@ start) fi ;; stop) +# The libmilter documentation specifies that only +# uncatchable signals can kill the milter if [ -e ${SOCKET} ] then - killall sentinel + killall -KILL sentinel fi ;; *) -- cgit v1.2.3