help with 4.1 snapshots and latest ports and src

2007-03-20 Thread Jay Jesus Amorin

is my setup ok?

im running snaphots 4.1

and here's my supfile:

# /usr/supfile

*default release=cvs
*default delete use-rel-suffix
*default umask=002
*default host=anoncvs.usa.openbsd.org
*default base=/usr
*default prefix=/usr
*default tag=.

OpenBSD-ports
OpenBSD-src
OpenBSD-xf4

check-out cvs and upgrade:

# cvsup -g -L 2 /usr/supfile


and another question how will i upgrade from snapshots 4.1 to current?

thanks


--jay--



Re: help with 4.1 snapshots and latest ports and src

2007-03-20 Thread Darren Spruell

On 3/20/07, Jay Jesus Amorin [EMAIL PROTECTED] wrote:

is my setup ok?

im running snaphots 4.1

and here's my supfile:

# /usr/supfile

*default release=cvs
*default delete use-rel-suffix
*default umask=002
*default host=anoncvs.usa.openbsd.org
*default base=/usr
*default prefix=/usr
*default tag=.

OpenBSD-ports
OpenBSD-src
OpenBSD-xf4

check-out cvs and upgrade:

# cvsup -g -L 2 /usr/supfile


and another question how will i upgrade from snapshots 4.1 to current?


It seems to be recommended that you upgrade from snapshot to snapshot
using the binary upgrade method. This is arguably the easiest way;
boot from new snapshot bsd.rd and perform an upgrade.

You can also track -current from CVS, and these will help there:

http://www.openbsd.org/anoncvs.html
http://www.openbsd.org/faq/current.html

DS