From owner-freebsd-questions@FreeBSD.ORG Wed Jun 22 17:19:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C7E6E16A41C for ; Wed, 22 Jun 2005 17:19:56 +0000 (GMT) (envelope-from casey@phantombsd.org) Received: from phantombsd.org (dsl231-036-158.sea1.dsl.speakeasy.net [216.231.36.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A34A43D53 for ; Wed, 22 Jun 2005 17:19:56 +0000 (GMT) (envelope-from casey@phantombsd.org) Received: by phantombsd.org (Postfix, from userid 1004) id 7D0DF102EBD; Wed, 22 Jun 2005 10:19:56 -0700 (PDT) Received: from mail.phantombsd.org (localhost [127.0.0.1]) by phantombsd.org (Postfix) with ESMTP id 3DCA9102C68; Wed, 22 Jun 2005 10:19:56 -0700 (PDT) Received: from 199.181.134.212 (SquirrelMail authenticated user casey) by mail.phantombsd.org with HTTP; Wed, 22 Jun 2005 10:19:56 -0700 (PDT) Message-ID: <29955.199.181.134.212.1119460796.squirrel@mail.phantombsd.org> In-Reply-To: <20050622165027.GB49171@dan.emsphone.com> References: <12654.199.181.134.212.1119458656.squirrel@mail.phantombsd.org> <20050622165027.GB49171@dan.emsphone.com> Date: Wed, 22 Jun 2005 10:19:56 -0700 (PDT) From: "Casey Scott" To: "Dan Nelson" User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on eagle.phantombsd.org X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.4 Cc: Casey Scott , freebsd-questions@freebsd.org Subject: Re: pkg_info question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2005 17:19:56 -0000 Sorry, I meant I need to know what package a file belongs to that does not exist in the file system already. I need to know where to get something, not where it came from. > In the last episode (Jun 22), Casey Scott said: >> Is it possible to get pkg_info, or some other command, to show what >> package contains a file? >> >> E.g. find what package has /usr/local/bin/convert > > pkg_info -W /usr/local/bin/convert > > Or if you have portupgrade installed, "pkg_which > /usr/local/bin/convert" is faster. > > -- > Dan Nelson > dnelson@allantgroup.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >