From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 16:08:53 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 7A80916A403 for ; Mon, 18 Sep 2006 16:08:53 +0000 (UTC) (envelope-from rmarella@gmail.com) Received: from ms-smtp-03.socal.rr.com (ms-smtp-03.socal.rr.com [66.75.162.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3513043D77 for ; Mon, 18 Sep 2006 16:08:53 +0000 (GMT) (envelope-from rmarella@gmail.com) Received: from asusamd (cpe-66-75-119-235.hawaii.res.rr.com [66.75.119.235]) by ms-smtp-03.socal.rr.com (8.13.6/8.13.6) with ESMTP id k8IG8phN019215 for ; Mon, 18 Sep 2006 09:08:52 -0700 (PDT) Date: Mon, 18 Sep 2006 06:08:51 -1000 From: Robert Marella To: freebsd-questions@freebsd.org Message-ID: <20060918060851.279349a5@asusamd> In-Reply-To: <8b4c81f0609152151y5c6a1851n5d53514c670be54f@mail.gmail.com> References: <200609150147.k8F1l73F029577@banyan.cs.ait.ac.th> <450A0E7F.5090400@voidcaptain.com> <20060915164046.GN11663@tigger.digitaltorque.ca> <8b4c81f0609152151y5c6a1851n5d53514c670be54f@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: Poutupgrade unsafe 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: Mon, 18 Sep 2006 16:08:53 -0000 On Sat, 16 Sep 2006 01:51:06 -0300 Henry Lenzi wrote: > > A nice portupgrade feature would be to grok UPDATING, and present > > you with any such notes before the upgrade occurs. > > > > Mike > > I fully agree. It's not the best solution to have an UPDATE file that > is very large and that is not integrated in the updating process. > UPDATE should be machine-readable, for starters. > > Henry I do not see a problem. A script updates my port tree every night and the last line of the script is: head -n 50 /usr/ports/UPDATING When I read my mail in the morning with my first cup of coffee...well, I read my mail. Robert