superfluous java ports?

Dr. Richard E. Hawkins hawk at slytherin.ds.psu.edu
Thu Mar 4 16:02:18 PST 2004


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 at 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.           / \   


More information about the freebsd-ports mailing list