From owner-freebsd-questions@FreeBSD.ORG Mon Jun 9 20:30:02 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94BD25E0 for ; Mon, 9 Jun 2014 20:30:02 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 416292F03 for ; Mon, 9 Jun 2014 20:30:01 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s59KTxw5073359 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 9 Jun 2014 14:29:59 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s59KTxKI073356; Mon, 9 Jun 2014 14:29:59 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 9 Jun 2014 14:29:59 -0600 (MDT) From: Warren Block To: "Mike." Subject: Re: message at the end of a pkg install In-Reply-To: <201406091320050077.005988C0@smtp.24cl.home> Message-ID: References: <201406091301420205.0048B4A0@smtp.24cl.home> <2301965.bT1K660ZIP@curlew.lan> <201406091320050077.005988C0@smtp.24cl.home> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 09 Jun 2014 14:29:59 -0600 (MDT) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 20:30:02 -0000 On Mon, 9 Jun 2014, Mike. wrote: > > On 6/9/2014 at 6:16 PM Mike Clarke wrote: > > |On Monday 09 June 2014 13:01:42 Mike. Wrote: > | > |> So my question is: how can I view that important message > |from the > |> port maintainer to me after it scrolls off the screen, is it > |> persistent anywhere? > | > |pkg info -D pkgname > | > ============= > > > Thank-you, that's it. > > btw, I don't see that on the man page for pkg, is it debugging-only > type command? pkg has a man page, but subcommands have their own man pages named with a dash. So 'man pkg-info' shows that one. Another way to get there is 'pkg help info'.