From owner-freebsd-questions@FreeBSD.ORG Mon Jun 9 20:39:45 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 E732096A for ; Mon, 9 Jun 2014 20:39:45 +0000 (UTC) Received: from oneyou.mcmli.com (oneyou.mcmli.com [IPv6:2001:470:1d:8da::100]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "oneyou.mcmli.com", Issuer "PositiveSSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF1D72FF6 for ; Mon, 9 Jun 2014 20:39:45 +0000 (UTC) Received: from sentry.24cl.com (unknown [IPv6:2001:558:6017:a2:a860:3073:4c46:6ac9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "sentry.24cl.com", Issuer "Mike's Certificate Authority" (verified OK)) by oneyou.mcmli.com (Postfix) with ESMTPS id 3gnRCh3wvnz1DPx for ; Mon, 9 Jun 2014 16:39:44 -0400 (EDT) Received: from BigBloat (bigbloat.24cl.home [10.20.1.4]) by sentry.24cl.com (Postfix) with ESMTP id 3gnRCf5gKhz1C12 for ; Mon, 9 Jun 2014 16:39:42 -0400 (EDT) Message-ID: <201406091639410445.01104770@smtp.24cl.home> In-Reply-To: References: <201406091301420205.0048B4A0@smtp.24cl.home> <2301965.bT1K660ZIP@curlew.lan> <201406091320050077.005988C0@smtp.24cl.home> X-Mailer: Courier 3.50.00.09.1098 (http://www.rosecitysoftware.com) (P) Date: Mon, 09 Jun 2014 16:39:41 -0400 From: "Mike." To: freebsd-questions@freebsd.org Subject: Re: message at the end of a pkg install Content-Type: text/plain; charset="us-ascii" 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:39:46 -0000 On 6/9/2014 at 2:29 PM Warren Block wrote: |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'. ============= That's the part I missed. Now looking at the pkg man page, I see the pkg-info reference, plain as day, in the 'see also' section. :( Thanks for the follow-up. Mike.