Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39343 - saslauthd cannot be stopped, cyrus-sasl ebuild should install saslauthd2.rc6 i.s.o. saslauthd.rc6
Summary: saslauthd cannot be stopped, cyrus-sasl ebuild should install saslauthd2.rc6 ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-25 05:47 UTC by Maurice van der Pot (RETIRED)
Modified: 2004-01-28 07:02 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maurice van der Pot (RETIRED) gentoo-dev 2004-01-25 05:47:09 UTC
The ebuild installs saslauthd.rc6 which refers to /var/lib/sasl for the pid file.
saslauthd2.rc6 refers to /var/lib/sasl2


Reproducible: Always
Steps to Reproduce:
1. install cyrus-sasl
2. start saslauthd
3. stop saslauthd

Actual Results:  
 * Stopping saslauthd... [ !! ]

and saslauthd processes keep running

Expected Results:  
 * Stopping saslauthd... [ OK ]
Comment 1 Joakim 2004-01-25 08:59:56 UTC
For some reason, someone been dreaming of old times or lost control of the keyboard and changed /var/lib/sasl2 to /var/lib/sasl in /etc/init.d/saslauthd

This is a very unnessesarry bug, in the cyrus-sasl-2.1.17.ebuild

Just add the 2 to sasl and all shall be fine.
Comment 2 Joakim 2004-01-25 09:12:22 UTC
And BTW, the -H && -T options in /etc/conf.d/sasl2 is invalid, since long time... have to be removed.
Comment 3 Max Kalika (RETIRED) gentoo-dev 2004-01-28 07:02:10 UTC
2.1.17 is fixed. Sorry for the inconvinience.