From owner-freebsd-questions@FreeBSD.ORG Sat Nov 5 15:21:11 2011 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 B4CAD106564A for ; Sat, 5 Nov 2011 15:21:11 +0000 (UTC) (envelope-from gmx@ross.cx) Received: from www81.your-server.de (www81.your-server.de [213.133.104.81]) by mx1.freebsd.org (Postfix) with ESMTP id 7327F8FC0A for ; Sat, 5 Nov 2011 15:21:11 +0000 (UTC) Received: from [188.108.11.229] (helo=michael-think) by www81.your-server.de with esmtpa (Exim 4.72) (envelope-from ) id 1RMhhr-0006m6-Qd; Sat, 05 Nov 2011 15:58:52 +0100 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: "Conrad J. Sabatier" , Zantgo References: <20111105012317.065c6b6f@cox.net> <20111105062341.03b20d37@cox.net> Date: Sat, 05 Nov 2011 15:58:41 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Michael Ross" Message-ID: In-Reply-To: User-Agent: Opera Mail/11.52 (Win32) X-Authenticated-Sender: gmx@ross.cx X-Virus-Scanned: Clear (ClamAV 0.97.2/13893/Sat Nov 5 02:09:18 2011) Cc: "freebsd-questions@FreeBSD.org" Subject: Re: -Stable periodic updates X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2011 15:21:11 -0000 Am 05.11.2011, 15:36 Uhr, schrieb Zantgo : > 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