I thought surely someone would have responded to this by the
time I got around to reading it, but all the responses I've
see were from people who didn't read and see the fact that
identd wasn't installed. :-)


Well, you could *guess* and go to the RPM directory and try
"ls *ident*", which would work in this case. :-)

Otherwise, if you're patient, you could do:

    [root@redhat60 RPMS]#  for rpm in *.rpm; do
    > rpm -qlp $rpm | grep 'in\.identd' >/dev/null && echo $rpm
    > done
    pidentd-3.0.7-5.i386.rpm
    [root@redhat60 RPMS]#

    pete


        pete peterson
        GenRad, Inc.
        7 Technology Park Drive
        Westford, MA 01886-0033

        [EMAIL PROTECTED] or [EMAIL PROTECTED]
        +1-978-589-7478 (GenRad);  +1-978-256-5829 (Home: Chelmsford, MA)
        +1-978-589-2088 (Closest FAX); +1-978-589-7007 (Main GenRad FAX)
 

> Date: Tue, 07 Mar 2000 22:52:57 +0100
> From: Gustav Schaffter <[EMAIL PROTECTED]>
> To: "redhat-list (Mailing list)" <[EMAIL PROTECTED]>
> Subject: in.identd where
> 
> Hi,
> 
> (Sorry, I must be brain-dead. :-)
> 
> I'm trying to find out what rpm on the RH6.1 CD contains the
> /usr/sbin/in.identd file, but I ain't getting there.
> 
> I know the file is in one of the .rpm's but which one? (It's not
> installed and therefore not found in the rpm database.)
> 
> Any help much appreciated.
> Gustav


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to