RELENG_6_1 to RELENG_6_2 upgrade question

2007-11-26 Thread Bob Richards
I am currently running: FreeBSD 6.1-RELEASE-p20 #2 After reading the docs, it appears the procedure to upgrade from 6.1 to 6.2 is the following: 1) Change: default release=cvs tag=RELENG_6_1 to tag=RELENG_6_2 in /usr/local/etc/cvsup/cvsupfile 2) run cvsup /usr/local/etc/cvsup/cvsupfile to get

Re: RELENG_6_1 to RELENG_6_2 upgrade question

2007-11-26 Thread Daniel Bye
On Mon, Nov 26, 2007 at 11:20:39AM +, Bob Richards wrote: > > I am currently running: > FreeBSD 6.1-RELEASE-p20 #2 > > After reading the docs, it appears the procedure to upgrade from 6.1 to > 6.2 is the following: > > 1) Change: default release=cvs tag=RELENG_6_1 to tag=RELENG_6_2 > in /u

Re: RELENG_6_1 to RELENG_6_2 upgrade question

2007-11-26 Thread Bob Richards
On Mon, 26 Nov 2007 11:28:44 + Daniel Bye <[EMAIL PROTECTED]> wrote: > Yes. You might prefer to wait a little while longer, and go straight > to 6.3, which is on its way soon. > Indeed. Thanks for the heads up. Guess I better subscribe to freebsd-announce! What sort of kick-started this was

Re: RELENG_6_1 to RELENG_6_2 upgrade question

2007-11-26 Thread Gerard Seibert
> On November 26, 2007 at 06:20AM Bob Richards wrote: [ snip ] > I do NOT need to portupgrade -a since this is a minor version upgrade > right? I think you are confusing '-a' with '-f'. The former updates all out of date files. The latter forces the rebuilding of a port. I have never tried it; h