From owner-freebsd-questions@FreeBSD.ORG Sat Nov 5 19:01:44 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 79BE81065675 for ; Sat, 5 Nov 2011 19:01:44 +0000 (UTC) (envelope-from zantgo@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 297518FC15 for ; Sat, 5 Nov 2011 19:01:43 +0000 (UTC) Received: by vws11 with SMTP id 11so40605vws.13 for ; Sat, 05 Nov 2011 12:01:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; bh=xDCgkzO0NvI5LOF9Ehd3bkKwkbxHjwM/gVgORLNIk5U=; b=ARCvixh+X1m3svbNdRO36BbBpCuO36VFqDj8E5hCfFDdN3aIilYJy2zodwy8lbpBXc wE3zI7xitNxM8jMQu0b6BtsW3NnGPU5Xy5DkHVbxO3FqLBjGnvleugdBDlWuIyTHpEX7 Gdb5ebTPF4pj5b47ZRafS3t7u4JPXBeHEOscY= Received: by 10.52.33.84 with SMTP id p20mr20092147vdi.32.1320519703369; Sat, 05 Nov 2011 12:01:43 -0700 (PDT) Received: from [192.168.0.100] ([190.91.99.158]) by mx.google.com with ESMTPS id hn2sm6926325vdb.14.2011.11.05.12.01.39 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 05 Nov 2011 12:01:42 -0700 (PDT) References: <20111105012317.065c6b6f@cox.net> <20111105062341.03b20d37@cox.net> In-Reply-To: Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Message-Id: <9AA66DB2-18DF-4691-804F-A36B82E7A2C7@gmail.com> X-Mailer: iPod Mail (9A334) From: Zantgo Date: Sat, 5 Nov 2011 16:01:46 -0300 To: Michael Ross Cc: "Conrad J. Sabatier" , "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 19:01:44 -0000 El 05-11-2011, a las 11:58, "Michael Ross" escribi=C3=B3: > Am 05.11.2011, 15:36 Uhr, schrieb Zantgo : >=20 >> I will say my question clear. >> If I have FreeBSD-8.2-stable, updated 2011/05/18, what I want to do is up= date the current, as for example 2011/11/01. I am willing to read me a manua= l that tells me how to do this._____________________________________________= __ >=20 >=20 > I do it like this: >=20 > put this in "stable-supfile": >=20 > *default host=3Dcvsup.de.FreeBSD.org > *default base=3D/var/db > *default prefix=3D/usr > *default release=3Dcvs tag=3DRELENG_8 > *default delete use-rel-suffix >=20 > *default compress >=20 > src-all >=20 > execute: >=20 > csup stable-supfile > cd /usr/src > make buildworld > make buildkernel > make installkernel > mergemaster -p > make installworld > mergemaster -a > reboot >=20 >=20 > 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 ou= t, > you have to define tag=3DRELENG_8_2 >=20 >=20 > This is not the same as tag=3DHEAD. > tag=3DHEAD gives you CURRENT, which is 9.0-RC1 i believe. > Do not confuse these. >=20 This also updates ports right? >=20 > 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