Bug 232205

Summary: 'service {avahi-dnsconfd,avahi-daemon} status' returns 0 when the service is stopped
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-03-14 13:40:25 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: 232161    
Bug Blocks:    

Description Martin Bacovsky 2007-03-14 10:33:07 UTC
+++ This bug was initially created as a clone of Bug #232161 +++

Actual results:
# ./avahi-dnsconfd status ; echo $?
Avahi DNS daemon is not running
0

# ./avahi-daemon status;echo $?
Avahi daemon is not running
0


Expected results:
# service avahi-dnsconfd status ; echo $?
Avahi DNS daemon is not running
1

# ./avahi-daemon status;echo $?
Avahi daemon is not running
1



Additional info:

-- Additional comment from rmccabe on 2007-03-13 21:28 EST --
Created an attachment (id=150014)
patch for the avahi-daemon init script


-- Additional comment from rmccabe on 2007-03-13 21:29 EST --
Created an attachment (id=150015)
patch for the avahi-dnsconfd init script

Comment 1 Martin Bacovsky 2007-03-14 13:40:25 UTC
Fixed in rawhide, thanks for patch