FS#10233 - courier-imap start/stop script is incorrect
Attached to Project:
Arch Linux
Opened by ... (spider007) - Sunday, 20 April 2008, 11:01 GMT
Last edited by Andrea Scarpino (BaSh) - Tuesday, 14 April 2009, 21:47 GMT
Opened by ... (spider007) - Sunday, 20 April 2008, 11:01 GMT
Last edited by Andrea Scarpino (BaSh) - Tuesday, 14 April 2009, 21:47 GMT
|
Details
Description:
There are 2 things that are incorrect in the /etc/rc.d/courier-imap script: * it doesn't start with #!/bin/bash which is a minor problem * it calls add_daemon $daemon which makes the stop-script believe it should stop $daemon instead of courier-imap I suggest the following diff to be applied: 0a1,2 > #!/bin/bash > 20c22 < add_daemon $daemon --- > add_daemon courier-imap 32c34 < rm_daemon $daemon --- > rm_daemon courier-imap |
This task depends upon
i created a patch for other issue
FS#13909- [courier-imap] need authdaemon at startup