Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Mar 2004 19:02:13 -0500
From:      "Dr. Richard E. Hawkins" <hawk@slytherin.ds.psu.edu>
To:        Robert Huff <roberthuff@rcn.com>, freebsd-ports@freebsd.org
Subject:   Re: superfluous java ports?
Message-ID:  <20040305000213.GF52768@slytherin.ds.psu.edu>
In-Reply-To: <16455.49704.938842.692736@jerusalem.litteratus.org>
References:  <16455.43839.642991.919915@jerusalem.litteratus.org> <20040304230219.GD52768@slytherin.ds.psu.edu> <16455.47648.772491.530881@jerusalem.litteratus.org> <20040304234002.GE52768@slytherin.ds.psu.edu> <16455.49704.938842.692736@jerusalem.litteratus.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 04, 2004 at 06:56:24PM -0500, Robert Huff wrote:

> Dr. Richard E. Hawkins writes:
> >  > >  /var/db/pkg | grep -v -f tlist

> >  > 	I think this is ... incomplete?

> >  First, create tlist, a list of all ports that are required by any 
> >  other ports by checking for the +REQUIRED_BY:

> 	THat's not the problem.

> root@>/var/db/pkg | grep -v -f tlist
> /var/db/pkg: Permission denied.

> 	"/var/db/pkg" is not executable.  :-)

Oh, that :)

It should be

ls /var/db/pkg | grep -v -f tlist
^^

:)

hawk

-- 
Richard E. Hawkins, Asst. Prof. of Economics    /"\   ASCII ribbon campaign
dochawk@psu.edu  111 Hiller (814) 375-4846      \ /   against HTML mail
These opinions will not be those of              X    and postings. 
Penn State until it pays my retainer.           / \   



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040305000213.GF52768>