Ticket #115 (closed defect: fixed)
'service {avahi-dnsconfd,avahi-daemon} status' returns 0 when the service is stopped
| Reported by: | mbacovsk | Owned by: | lennart |
|---|---|---|---|
| Milestone: | Avahi 0.6.18 | Component: | initscript |
| Keywords: | Cc: | mbacovsk@… |
Description
This concerns fedora (don't know status in other distros)
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
Patch is attached
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
