Package: pidentd
Version: 3.0.18-3

When I switched from ident2 to pidentd, the inetd.conf file was not
correctly updated.  This is because ident2 left the following line in
inetd.conf:

ident           stream  tcp     nowait  identd /usr/sbin/ident2 ident2 -i -n

and the pidentd postinst thinks this is a pidentd line.  A possible
patch would just be to be stricted with the checking in the postinst, eg:

        if grep -q "/usr/sbin/identd " /etc/inetd.conf; then
                enable_if_alone
        else

But you might also need to remove incorrect entries as well.

   Julian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to