Bug 237945

Summary: command service avahi-daemon status returns wrong value
Product: [Fedora] Fedora Reporter: Martin Bacovsky <mbacovsk>
Component: avahiAssignee: Martin Bacovsky <mbacovsk>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2007-08-07 12:04:04 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: 237844    
Bug Blocks:    

Description Martin Bacovsky 2007-04-26 10:00:19 UTC
+++ This bug was initially created as a clone of Bug #237844 +++

Description of problem:
service avahi-daemon status return value $? is 0 even if it is not running.

Version-Release number of selected component (if applicable):
avahi-0.6.16-2.fc6

How reproducible:
always

Steps to Reproduce:
1.service avahi-daemon status
2.echo $?
3.
  
Actual results:
0

Expected results:
1

Additional info:
modyfing line 83 to:

$? = 0 ] && echo $"Avahi daemon is running" || ( echo $"Avahi daemon is not
running" ; exit 1 )

should solve it

Comment 1 Lennart Poettering 2007-05-09 14:51:13 UTC
This has been fixed in upstream Avahi

http://avahi.org/changeset/1413

Comment 2 Martin Bacovsky 2007-08-07 12:04:04 UTC
This issue should be fixed in RAWHIDE (avahi-0.6.20-1.fc8)