From owner-freebsd-questions@FreeBSD.ORG Wed Nov 29 21:09:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4EDA416A407 for ; Wed, 29 Nov 2006 21:09:56 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id A68A643CAD for ; Wed, 29 Nov 2006 21:09:47 +0000 (GMT) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.localdomain (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 069A75199A for ; Wed, 29 Nov 2006 16:09:50 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Wed, 29 Nov 2006 21:09:46 +0000 User-Agent: KMail/1.9.4 References: <456DC1C9.3070007@cupid.com> In-Reply-To: <456DC1C9.3070007@cupid.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611292109.46986.fbsd06@mlists.homeunix.com> Subject: Re: Using Screen 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: Wed, 29 Nov 2006 21:09:56 -0000 On Wednesday 29 November 2006 17:22, Dan Sikorsky wrote: > Hey, I have a good question for you guys. > > Lets say, I started a job on a computer, if you must know, portmanager -u , > and then left... but I know its sitting there stuck on a config window > waiting for someone to press enter... As far as the specific problem is concerned, I run the script below, and then set BATCH=yes in the environment (so it's picked up by deinstall scripts). #!/bin/sh plist=`pkg_version -ovl'<' |awk '{ print $1 }'` for porg in $plist ; do cd /usr/ports/${porg} && make config-recursive done