Bug 522103

Summary: Initscript for cyrus-sasl daemon is not LSB compliant
Product: [Fedora] Fedora Reporter: Aleš Mareček <amarecek>
Component: cyrus-saslAssignee: Jan F. Chadima <jchadima>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: jchadima, tmraz, ykopkova
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-25 09:41:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 521669    

Description Aleš Mareček 2009-09-09 13:42:36 UTC
Description of problem:
According to https://fedoraproject.org/wiki/FCNewInit/Initscripts
cyrus-sasl should return 0 and restart the service when it's running or isn't stopped properly (/var/lock/subsys/saslauthd file exists) after "condrestart" is used

Version-Release number of selected component (if applicable):
cyrus-sasl-2.1.23-2.fc12

How reproducible:
always

Steps to Reproduce:
1. $ service saslauthd stop
2. $ service saslauthd start
3. $ killall saslauthd
(service is not running but /var/lock/subsys/saslauthd file exists)
4. $ service saslauthd condrestart
5. $ echo $?
(exit code 0, nothing happens)
  
Actual results:
exit code 0, service isn't restarted

Expected results:
restart the service and exit with code 0

Additional info:

Comment 1 Jan F. Chadima 2009-09-24 10:04:12 UTC
Repaired

Comment 2 Jan F. Chadima 2009-09-25 09:41:24 UTC
regression of the change, there was missunderstandig what LSB says, the package was returned to the original state.