Bug#643720: init script: unintended, undesired, USR1 signal
Regid Ichira
regid23 at yahoo.com
Wed Sep 28 23:45:11 UTC 2011
Package: exim4-base
Version: 4.76-2
Severity: normal
Tags: patch
File: /etc/init.d/exim4
When /etc/init.d/exim4 what is invoked, a USR1 signal is also sent
to the init script process. It is not intended, and has undesired
consequences. Few more details were posted in
http://lists.alioth.debian.org/pipermail/pkg-exim4-users/2011-September/001971.html
for few more details. That post also describes another possible
solution.
--- /etc/init.d/exim4 2011-09-29 02:28:28.000000000 +0300
+++ exim4 2011-09-29 02:28:16.000000000 +0300
@@ -259,7 +259,9 @@
status
;;
what)
+ trap "" USR1
exiwhat
+ trap USR1
;;
force-stop)
kill_all_exims $2
More information about the Pkg-exim4-maintainers
mailing list