Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57310 - Courier 0.45.5 init script does not stop pop3d-ssl
Summary: Courier 0.45.5 init script does not stop pop3d-ssl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-16 10:56 UTC by Ben Kennedy
Modified: 2004-10-01 22:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fix (courier-imap-3.0.7.ebuild.patch,389 bytes, patch)
2004-09-04 06:48 UTC, INODE64 Sistemas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Kennedy 2004-07-16 10:56:49 UTC
With mail-mta/courier 0.45.5 (current), doing '/etc/init.d/courier start' correctly starts all of its daemons.  However, '/etc/init.d/courier stop' stops all EXCEPT for the pop3d-ssl server, due to an error in the script.

Line 161 which currently reads:

       [ -x ${sbindir}/pop3d-ssl ] && \        

must change to:

       [ -x ${sbindir}/courier-pop3d-ssl ] && \        

as it is testing for the existence of an incorrectly-named binary.  (This change is all that is needed, since the actual invocation of the binary on 164 is correct.)



Reproducible: Always
Steps to Reproduce:
/etc/init.d/courier start ; /etc/init.d/courier stop
Actual Results:  
All courier daemons except courier-pop3d-ssl stop.


Expected Results:  
courier-pop3d-ssl should have stopped; ps ax | grep courier should yield nothing.
Comment 1 INODE64 Sistemas 2004-09-04 06:48:09 UTC
Created attachment 38900 [details, diff]
fix
Comment 2 INODE64 Sistemas 2004-09-04 06:49:11 UTC
Comment on attachment 38900 [details, diff]
fix 

sorry send to wrong
Comment 3 Brian Jackson (RETIRED) gentoo-dev 2004-10-01 22:46:46 UTC
fixed in cvs, you'll see this in the next release (or if you remerge courier)