From owner-freebsd-questions@FreeBSD.ORG Thu Aug 2 03:47:11 2007 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 4A34816A41A for ; Thu, 2 Aug 2007 03:47:11 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id BE20413C461 for ; Thu, 2 Aug 2007 03:47:10 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l723krHf092841 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Aug 2007 10:46:53 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l723krjv056097; Thu, 2 Aug 2007 10:46:53 +0700 (ICT) Date: Thu, 2 Aug 2007 10:46:53 +0700 (ICT) Message-Id: <200708020346.l723krjv056097@banyan.cs.ait.ac.th> From: Olivier Nicole To: peter@boosten.org In-reply-to: <46B1518C.3060206@boosten.org> (message from Peter Boosten on Thu, 02 Aug 2007 05:37:48 +0200) References: <46B1518C.3060206@boosten.org> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Confused about version 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: Thu, 02 Aug 2007 03:47:11 -0000 > What should I be running when updating my sources? RELENG_6 or > RELENG_6_2? Or is there no difference? I think that right now RELENG_6 and RELENG_6_2 are the same, but when 6.3 comes out, RELENG_6 will be the same as RELENG_6_3 and RELENG_6_2 will be something else. > When running RELENG_6, how often would I have to make buildworld? Not sure I understand your question. You buildworld every time you upgrade your system and need to rebuild your system. But you may decide that the fix is a minor thing and that you can save time from rebuilding everything and apply patch manually. Bests, Olivier