Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Nov 2011 15:58:41 +0100
From:      "Michael Ross" <gmx@ross.cx>
To:        "Conrad J. Sabatier" <conrads@cox.net>, Zantgo <zantgo@gmail.com>
Cc:        "freebsd-questions@FreeBSD.org" <freebsd-questions@freebsd.org>
Subject:   Re: -Stable periodic updates
Message-ID:  <op.v4haj3b6g7njmm@michael-think>
In-Reply-To: <BD35A26D-423B-46C6-8720-EC0192B0496C@gmail.com>
References:  <C87DEE19-615F-4FD0-8091-E8A143DB2970@gmail.com> <20111105012317.065c6b6f@cox.net> <op.v4gyj6t3halquq@michael-think> <20111105062341.03b20d37@cox.net> <BD35A26D-423B-46C6-8720-EC0192B0496C@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Am 05.11.2011, 15:36 Uhr, schrieb Zantgo <zantgo@gmail.com>:

> I will say my question clear.
> If I have FreeBSD-8.2-stable, updated 2011/05/18, what I want to do is  
> update the current, as for example 2011/11/01. I am willing to read me a  
> manual that tells me how to do  
> this._______________________________________________


I do it like this:

put this in "stable-supfile":

	*default host=cvsup.de.FreeBSD.org
	*default base=/var/db
	*default prefix=/usr
	*default release=cvs tag=RELENG_8
	*default delete use-rel-suffix

	*default compress

	src-all

execute:

	csup stable-supfile
	cd /usr/src
	make buildworld
	make buildkernel
	make installkernel
	mergemaster -p
	make installworld
	mergemaster -a
	reboot


You now have updated to a "current" 8-STABLE.
This is, if 8.3 would exist, you would now have 8.3-STABLE.
If you just want security patches for 8.2 and not go to 8.3 if it comes  
out,
you have to define tag=RELENG_8_2


This is not the same as tag=HEAD.
tag=HEAD gives you CURRENT, which is 9.0-RC1 i believe.
Do not confuse these.


http://www.freebsd.org/doc/en/books/handbook/cvsup.html
http://www.freebsd.org/doc/en/books/handbook/cvs-tags.html
http://www.freebsd.org/doc/en/books/handbook/makeworld.html



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