Date: Wed, 29 Nov 2006 21:09:46 +0000 From: RW <fbsd06@mlists.homeunix.com> To: freebsd-questions@freebsd.org Subject: Re: Using Screen Message-ID: <200611292109.46986.fbsd06@mlists.homeunix.com> In-Reply-To: <456DC1C9.3070007@cupid.com> References: <456DC1C9.3070007@cupid.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611292109.46986.fbsd06>