From owner-freebsd-questions@FreeBSD.ORG Fri Mar 14 03:57:29 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E2241065673 for ; Fri, 14 Mar 2008 03:57:29 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id 131158FC18 for ; Fri, 14 Mar 2008 03:57:28 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so5457422pyb.10 for ; Thu, 13 Mar 2008 20:57:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=8Ufa3gMjhUzSA5wXjgzx1TC7SNYHGLNCZ0iTwcHiZ3E=; b=LxLCkodjI4DlSl4N2Yl4bFknKsI/4iKNAHbnY4ZZuSs+FbUu8hBiaExQ29ld/vTJs4KO/Z2RMbb4z8OzNia3nrc8oPnMEKQL2yyqwwF3UvpB0ObK10epGWwgUO8fOxpgvEOPbxsMKaXaWbVwBe0oVNTTvKTEtFy9/TQdXTO16rw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rNf2gx7R4LAiz+vT9SC4NdCrlOSD6+29vI9euLMD+kAKSxt4de6o5sHUP/pLqAkByvHD76ri8s9gX3ihLI1sTD9hpU8RmEBX6M1RdOkHDfMuGY3TlGaoZ1ijDnBZN/JBzp88piZHytKDqQMSxmJVf9l34nJIJdNYw/nzG5c62wI= Received: by 10.35.63.2 with SMTP id q2mr17253832pyk.50.1205467048000; Thu, 13 Mar 2008 20:57:28 -0700 (PDT) Received: by 10.35.9.6 with HTTP; Thu, 13 Mar 2008 20:57:27 -0700 (PDT) Message-ID: <8cb6106e0803132057j78d44c87y2cb246a1785f469f@mail.gmail.com> Date: Thu, 13 Mar 2008 23:57:27 -0400 From: "Josh Carroll" To: Gilles In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: pkg_list mypackage? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 03:57:29 -0000 > The online FreeBSD manual in the "4.4 Using the Packages System" part > doesn't mention a command to list the files that were installed > through a package. > > What is the equivalent of eg. "pkg_list mypackage"? Have a look at the pkg_info man page. The option you're looking for is -L. Regards, Josh