From owner-freebsd-questions@FreeBSD.ORG Mon Nov 6 20:48:59 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 9AB1416A40F for ; Mon, 6 Nov 2006 20:48:59 +0000 (UTC) (envelope-from ruralriver@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1C1F43D6B for ; Mon, 6 Nov 2006 20:48:51 +0000 (GMT) (envelope-from ruralriver@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1074097wxd for ; Mon, 06 Nov 2006 12:48:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bJGvKvzfdswcfGGKD399v9resNApMpTYMiuIWExcjahkLwgst+OhE0gJQiT7dAGxQClhojdhuEDG/XO5Hrcf926ulrdVoBtp4fkRhv0ZK2F2hJev95o4tC70ckRJWup7Irxnd2yaOfltZ4awXN0ShqI1tZ91SoiLtKjE2g0dkfQ= Received: by 10.90.25.7 with SMTP id 7mr2593955agy.1162846131144; Mon, 06 Nov 2006 12:48:51 -0800 (PST) Received: by 10.90.115.12 with HTTP; Mon, 6 Nov 2006 12:48:51 -0800 (PST) Message-ID: <100416c30611061248o1ba138b5m9aa43e906a2b583c@mail.gmail.com> Date: Mon, 6 Nov 2006 15:48:51 -0500 From: "John Rogers" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: portupgrade forget package options 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, 06 Nov 2006 20:48:59 -0000 Hi, I run "/usr/local/sbin/portupgrade -arR" in cron job to update packages. Today I found the CPU is drained up by 5 instances of "script" and "dialog", because everyday when portupgrade updates python, it tried to display a menu in text mode and ask for a few options (such as whether python should support IPv6 etc), which of course hangs in cron job. Isn't it nice for portupgrade to have an option to remember the previous installation options of each package installed? It is an "upgrade" of port anyway. Or did I miss something? Thank you!