Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Nov 2007 05:17:17 -0500
From:      "Aryeh M. Friedman" <aryeh.friedman@gmail.com>
To:        "Donovan R. Palmer" <donovan@dmpnet.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: portupgrade questions
Message-ID:  <472EEDAD.4060409@gmail.com>
In-Reply-To: <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop>
References:  <BAY114-W1198B68AE765DD630D744BBB8F0@phx.gbl><20071105135017.76a2c48a@meijome.net>	<20071105070952.50ba2f37@epia-2.farid-hajji.net> <000c01c81f93$344c2c40$6543a8c0@DonovansLaptop>

next in thread | previous in thread | raw e-mail | index | archive | help
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

-- 
Aryeh M. Friedman
Developer, not business friendly
http://www.flosoft-systems.com




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?472EEDAD.4060409>