Subject: Re: where is tcpserver???
To: None <netbsd-help@netbsd.org>
From: Tomasz Luchowski <zuntum@netbsd.org>
List: netbsd-help
Date: 07/08/2002 10:04:29
On Mon, Jul 08, 2002 at 12:56:21AM +0000, Geoff Wing wrote:
> Sam Carleton <scarleton@miltonstreet.com> typed:
> : Ok, so I am not a UNIX guru... I need to install tcpserver for qmail,
> : but I don't seem to be able to find it in the pkgsrc.  I have a feeling
> : that it is under a different name.  Can someone help me out on where it
> : is located?
> 
> net/ucspi-tcp

What I usually do is to grep the PLISTs, it's really fast and convenient:

zuntum@zunpc:~> grep tcpserver /usr/pkgsrc/*/*/PLIST
/usr/pkgsrc/audio/arts/PLIST:include/arts/tcpserver.h
/usr/pkgsrc/net/tcpillust/PLIST:share/doc/tcpillust/sample/tcpserver.log
/usr/pkgsrc/net/ucspi-tcp/PLIST:bin/tcpserver
/usr/pkgsrc/net/ucspi-tcp/PLIST:man/man1/tcpserver.1
/usr/pkgsrc/x11/kdelibs2/PLIST:include/arts/tcpserver.h
zuntum@zunpc:~> 

it's now trivial to pick the right name.

-- 
/* Tomasz Luchowski <zuntum@netbsd.org> */