From owner-freebsd-questions@FreeBSD.ORG Mon Nov 5 19:11:40 2007 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 0914016A420 for ; Mon, 5 Nov 2007 19:11:40 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.freebsd.org (Postfix) with ESMTP id 619A613C4B5 for ; Mon, 5 Nov 2007 19:11:39 +0000 (UTC) (envelope-from jackbarnett@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1596250wxd for ; Mon, 05 Nov 2007 11:11:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=SDMiVmPPuGfVoAnDnakPj2ut9pStmhOjMNW3dHGotNk=; b=cpX7meXsRRL+kSFKiT6uKDEzoQWSLuVdt4eJ1QeFYoojz2hhOhubH9lUOaYvpQ5b0irjNYe4/z+GJ+WhgKJySSRcFTrLz1ywGR+p8VSfZy3LhZW1tT6Vi7ROaSTboHwfqbdhKlI3DeJZ1KDOjraj4Wa144Z0IbRTUx3SHEeMhJA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=lAExYJPW/dnTn3bHn4bwOs6HXnfJvshjrZO70uGaj2pWAi7wwoglpFVyB2xNSMXPfP8tKSp535NXN0hRapKBDBGPDR2qCXGy5w3JQkt6p+dPjZm2Rh5I7EQ6iOG2+JFfjAoHQqlT3KFrvfbQUTuaA4JvLH8p7HJ0qB69iec2P8I= Received: by 10.70.32.2 with SMTP id f2mr8698634wxf.1194289892747; Mon, 05 Nov 2007 11:11:32 -0800 (PST) Received: from ?192.168.17.10? ( [67.190.229.42]) by mx.google.com with ESMTPS id i39sm17393567wxd.2007.11.05.11.11.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 05 Nov 2007 11:11:31 -0800 (PST) Message-ID: <472F6AE2.8080608@gmail.com> Date: Mon, 05 Nov 2007 13:11:30 -0600 From: Jack Barnett User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) To: "Aryeh M. Friedman" References: <20071105135017.76a2c48a@meijome.net> <20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop> <472EEDAD.4060409@gmail.com> In-Reply-To: <472EEDAD.4060409@gmail.com> Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "Donovan R. Palmer" , freebsd-questions@freebsd.org Subject: Re: portupgrade questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jackbarnett@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 19:11:40 -0000 Aryeh M. Friedman wrote: Here is a script I use to automate the procedure I posted in the previous reply: #!/bin/sh cd /usr/src csup ports-supfile csup standard-supfile cd patchs # optional ./apply # optional portupgrade -a ??