FS#8420 - Exim-4.68-2 rc script: restart broken
Attached to Project:
Arch Linux
Opened by Matthew Wesley (AlecTavi) - Thursday, 25 October 2007, 23:54 GMT
Last edited by Greg (dolby) - Saturday, 10 May 2008, 17:12 GMT
Opened by Matthew Wesley (AlecTavi) - Thursday, 25 October 2007, 23:54 GMT
Last edited by Greg (dolby) - Saturday, 10 May 2008, 17:12 GMT
|
Details
Description: The exim rc script reuses the PID variable in
both the stop() and start() functions. This causes the
restart() function to fail whenever exim is running, because
the start() function uses the PID variable to test for a
running exim. The PID variable needs to be initialized at
the start of both start() and stop(), rather than globally
in the script.
Additional info: exim-4.68-2 Steps to reproduce: Run /etc/rc.d/exim restart when restart is running. |
This task depends upon
Closed by Greg (dolby)
Saturday, 10 May 2008, 17:12 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 4.68-4 in testing
Saturday, 10 May 2008, 17:12 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 4.68-4 in testing
Thus I assing it to Eric for now, considering it as a candidate for the cleanup process.
time to update
4.69 is 3 month out, I think it can be in testing.
Changelog are attached
The package in extra is still broken.
my PKGBUILD are attached