Package: binkd
Version: 0.9.9+rel-2
Severity: normal

Hi,

the binkd init script produces a warning message when called telling me
that /etc/inetd.conf is missing. This is perfectly true, since I don't
run inetd.

Replacing the line:
> grep -q '^binkp[[:space:]]' /etc/inetd.conf && exit 0
with
> [ -f /etc/inetd.conf ] && \
>       grep -q '^binkp[[:space:]]' /etc/inetd.conf && exit 0
in /etc/init.d/binkd makes the warning disappear.

It is worth considering to remove this check completely, since the client and
server part of binkd can be run independently.

Please notice that the bug report is written on a different machine.

Regards,
Sebastian


-- 
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