From owner-freebsd-questions@FreeBSD.ORG Mon Jun 9 17:20:09 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C629F681 for ; Mon, 9 Jun 2014 17:20:09 +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 90FC52C97 for ; Mon, 9 Jun 2014 17:20:09 +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 3gnLnN35krz1DNr for ; Mon, 9 Jun 2014 13:20:08 -0400 (EDT) Received: from BigBloat (bigbloat.24cl.home [10.20.1.4]) by sentry.24cl.com (Postfix) with ESMTP id 3gnLnL4YgVz1C0g for ; Mon, 9 Jun 2014 13:20:06 -0400 (EDT) Message-ID: <201406091320050077.005988C0@smtp.24cl.home> In-Reply-To: <2301965.bT1K660ZIP@curlew.lan> References: <201406091301420205.0048B4A0@smtp.24cl.home> <2301965.bT1K660ZIP@curlew.lan> X-Mailer: Courier 3.50.00.09.1098 (http://www.rosecitysoftware.com) (P) Date: Mon, 09 Jun 2014 13:20:05 -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 17:20:09 -0000 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? Thanks again.