In the last episode (Jan 28), Gert Cuykens said:
> On Fri, 28 Jan 2005 13:44:24 -0500, Jeremy Faulkner <[EMAIL PROTECTED]> wrote:
> > Gert Cuykens wrote:
> > > cant find it in ports
> > 
> > There are at least half a dozen in the ports collection. Look
> > harder, they're in ports/net
> 
> i am looking and my looking tool found nothing :P
> 
> 7rxI# find / -name *torrent*
> /root/AOInstall15.7.3_EP0_live_nointro.torrent
> 7rxI#

I put my Kreskin memorial magic cap on and deduce that you ran this
command from root's home directory!

The shell expanded your wildcard before passing it to find, which saw
"find / -name AOInstall15.7.3_EP0_live_nointro.torrent".  Use what
[EMAIL PROTECTED] suggested: "cd /usr/ports/ ; make search key=bittorrent"

This will find ports with "bittorrent" in the package name or
description, which will match clients without torrent in their name
(Azureus for example).

-- 
        Dan Nelson
        [EMAIL PROTECTED]
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to