From owner-freebsd-questions@FreeBSD.ORG Fri Oct 21 09:14:47 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D9FE106566C for ; Fri, 21 Oct 2011 09:14:47 +0000 (UTC) (envelope-from paul@ifdnrg.com) Received: from ifdnrg30.ifdnrg.com (outbound.ifdnrg.com [193.200.98.138]) by mx1.freebsd.org (Postfix) with ESMTP id D5E9F8FC15 for ; Fri, 21 Oct 2011 09:14:46 +0000 (UTC) Received: from [192.168.1.85] (93-97-172-73.zone5.bethere.co.uk [93.97.172.73]) (authenticated bits=0) by ifdnrg30.ifdnrg.com (8.14.5/8.14.4) with ESMTP id p9L9EiLp077070 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Fri, 21 Oct 2011 10:14:45 +0100 (BST) (envelope-from paul@ifdnrg.com) Message-ID: <4EA13806.5000803@ifdnrg.com> Date: Fri, 21 Oct 2011 10:14:46 +0100 From: Paul Macdonald User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 CC: freebsd-questions@freebsd.org References: <4EA12507.7090703@ifdnrg.com> <4EA125D1.1020204@my.gd> In-Reply-To: <4EA125D1.1020204@my.gd> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: which ports require dialog during update 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: Fri, 21 Oct 2011 09:14:47 -0000 >Hi, Is there a way to tell which ports might require dialog input during update, i have some auto update scripts > Stop doing this. > > Your update scripts do not read /usr/ports/UPDATING. > Your update scripts do not read package changelogs. > > What you're doing is irresponsible, and potentially dangerous/harmful if > your server is in production. > > You should really be very careful about this. i do of course read those files (which require daily checking to confirm usually no relevant changes, but thats another issue!).. however i don't need to read UPDATING on every box, (this tool is an assistent, not a replacement, for monitored updates.) i do need to check that an update that went fine on the initial test box will behave the same on other boxes, which is my question, can i tell if the options dialog is going to be invoked? thanks Paul.