From owner-freebsd-questions Wed Feb 5 2:44: 0 2003 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 88E1237B401 for ; Wed, 5 Feb 2003 02:43:58 -0800 (PST) Received: from highland.isltd.insignia.com (highland.isltd.insignia.com [195.74.141.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 541F043F85 for ; Wed, 5 Feb 2003 02:43:57 -0800 (PST) (envelope-from Jim.Hatfield@insignia.com) Received: from scorpio.isltd.insignia.com (scorpio.isltd.insignia.com [172.16.1.1]) by highland.isltd.insignia.com (8.12.6/8.12.6) with ESMTP id h15AhoB6029169 for ; Wed, 5 Feb 2003 10:43:50 GMT (envelope-from Jim.Hatfield@insignia.com) Received: from exchange-uk.isltd.insignia.com (exchange-uk [172.16.1.6]) by scorpio.isltd.insignia.com (8.11.3/8.11.3) with ESMTP id h15Aho129819 for ; Wed, 5 Feb 2003 10:43:50 GMT Received: by exchange-uk.isltd.insignia.com with Internet Mail Service (5.5.2653.19) id <3949HMPK>; Wed, 5 Feb 2003 10:43:50 -0000 Message-ID: <2F03DF3DDE57D411AFF4009027B8C3670289D77C@exchange-uk.isltd.insignia.com> From: "local.freebsd.questions" To: "'freebsd-questions@freebsd.org'" Subject: Re: portupgrading problems Date: Wed, 5 Feb 2003 10:43:45 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Scanned-By: MIMEDefang 2.28 (www . roaringpenguin . com / mimedefang) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 4 Feb 2003 21:37:27 -0000 , pippo@bellnet.ca wrote: >My usual procedure is this: > >cvsup -g -L 2 /usr/share/examples/cvsup/ports-supfile && portsdb -Uu > >I then check to see what is out of date and usually run portupgrade -ra I run the following script from cron at 3am: >#!/bin/sh ># ># Use cvsup to upgrade the system sources and ports skeletons ># If portupgrade is installed, rebuild its databases ># >CVSBASE=/usr/share/examples/cvsup/standard-supfile >CVSPORT=/usr/share/examples/cvsup/ports-supfile >HOST=cvsup3.uk.freebsd.org ># >cvsup=/usr/local/bin/cvsup >portsdb=/usr/local/sbin/portsdb >pkgdb=/usr/local/sbin/pkgdb ># >$cvsup -Z -h $HOST $CVSBASE >$cvsup -Z -h $HOST $CVSPORT ># >if [ -x $portsdb ] >then > $portsdb -Uu >fi >if [ -x $pkgdb ] >then > $pkgdb -Fu >fi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message