From owner-freebsd-questions@FreeBSD.ORG Thu Mar 2 01:47:15 2006 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 B1EB416A420 for ; Thu, 2 Mar 2006 01:47:15 +0000 (GMT) (envelope-from bsd-unix@comcast.net) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.200.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E44843D45 for ; Thu, 2 Mar 2006 01:47:15 +0000 (GMT) (envelope-from bsd-unix@comcast.net) Received: from kt.weeble.com (c-68-56-224-228.hsd1.fl.comcast.net[68.56.224.228]) by comcast.net (sccrmhc12) with SMTP id <2006030201471301200iu1cne>; Thu, 2 Mar 2006 01:47:14 +0000 Date: Wed, 1 Mar 2006 20:48:29 -0500 From: Randy Pratt To: Chris Maness Message-Id: <20060301204829.1509a9da.bsd-unix@comcast.net> In-Reply-To: <20060301142822.O90298@ns1.internetinsite.com> References: <43EA9782.7060708@chrismaness.com> <20060208203027.H73762@tripel.monochrome.org> <50124.67.126.165.122.1141236591.squirrel@squirrel.kq6up.org> <20060301143752.aafe3226.bsd-unix@comcast.net> <20060301142822.O90298@ns1.internetinsite.com> X-Mailer: Sylpheed version 2.2.0 (GTK+ 2.8.12; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Tracking Security in Ports and Base System 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: Thu, 02 Mar 2006 01:47:15 -0000 As an addendum: I forgot to mention that its a good idea when updating sources or ports to wrap the process in "script" so that you have a log of what was actually done. script /path/to/someplace_with_space/scriptname Then run the commands for the process involved. When you are finished then type "exit" to stop the "script" process. You will have a complete log of everything that was displayed. If you have any problems during an update, then people may ask for a log excerpt to see the actual problem. For more information on "script": man script HTH, Randy --