Subject: Re: package sets
To: None <netbsd-help@netbsd.org>
From: Soren Jacobsen <devsoren@attbi.com>
List: netbsd-help
Date: 01/18/2003 22:09:16
On Sun, Jan 19, 2003 at 04:48:44PM +1100, Ben White wrote:
> How do I find out exactly what packages are installed as part of each
> selected package set ? ( ie base.tgz , etc.tgz , misc.tgz )
> 
> For example, Is openssh 3.4 installed as part of the base.tgz and if so
> what else
> is installed as part of base.tgz ( perhaps tcpwrappers ??)

The only way I can think of is to just look at the contents of the
archives.

$ pax -zf base.tgz | grep ssh

Also, see inetd's man page for information on tcpwrappers.

-- 
Soren Jacobsen