From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 18:59:27 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3930616A4CE for ; Fri, 28 Jan 2005 18:59:27 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id CACBC43D46 for ; Fri, 28 Jan 2005 18:59:26 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id j0SIxPf4067106; Fri, 28 Jan 2005 12:59:25 -0600 (CST) (envelope-from dan) Date: Fri, 28 Jan 2005 12:59:25 -0600 From: Dan Nelson To: Gert Cuykens Message-ID: <20050128185925.GE70503@dan.emsphone.com> References: <41FA8808.2070901@gto.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org cc: gldisater@gto.net Subject: Re: does freebsd has a bit torrent client ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 18:59:27 -0000 In the last episode (Jan 28), Gert Cuykens said: > On Fri, 28 Jan 2005 13:44:24 -0500, Jeremy Faulkner 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 albi@scii.nl 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 dnelson@allantgroup.com