Package: dahdi
Version: 1:2.2.0-1
Severity: wishlist
File: /etc/init.d/dahdi

When one does
# /usr/sbin/service --status-all
we see
 [ + ]  dahdi
but how could it be running if it isn't?

Well, it turns out the "status)" part of
/etc/init.d/dahdi is never reached.
Instead we end up getting a 0 instead of a 3:

# sh -x /etc/init.d/dahdi status
...
+ '[' '!' -f /etc/dahdi/system.conf ']'
+ echo '/etc/dahdi/system.conf not found. Nothing to do.'
/etc/dahdi/system.conf not found. Nothing to do.
+ exit 0



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to