From owner-freebsd-questions@FreeBSD.ORG Wed Oct 4 12:37:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AFEE16A47B for ; Wed, 4 Oct 2006 12:37:29 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A3BF43DA9 for ; Wed, 4 Oct 2006 12:37:08 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 77A04DAF94F for ; Wed, 4 Oct 2006 08:36:56 -0400 (EDT) Received: from heartbeat2.internal ([10.202.2.161]) by frontend3.internal (MEProxy); Wed, 04 Oct 2006 08:36:59 -0400 X-Sasl-enc: davejLD6AbzzA3R06g2GBuV/DD1RJrJBryrH7SYzzqDT 1159965418 Received: from gumby.localdomain (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id ABAF779F0 for ; Wed, 4 Oct 2006 08:36:58 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Wed, 4 Oct 2006 13:36:52 +0100 User-Agent: KMail/1.9.4 References: <45239982.2000006@verysmall.org> <45239BD7.30502@verysmall.org> In-Reply-To: <45239BD7.30502@verysmall.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610041336.54104.list-freebsd-2004@morbius.sent.com> Subject: Re: what are pX and #X 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: Wed, 04 Oct 2006 12:37:29 -0000 On Wednesday 04 October 2006 12:32, pobox@verysmall.org wrote: > > My understanding is that as long as pX doesn't change then #X will be > > incremented. > > > > If you do another rebuild of your p10 system now then I would imagine > > that #X would increase to #1 and will continue to increase until pX is > > altered. > > > > Al > > Interesting. I'll give it a try. > > What confuses me is that p is changed to 10 by updating only the kernel > (the world is supposedly the old one). This means that there is no clear > indication what is exactly updated (kernel/world) and what is not. Point releases often contain patches for both world and kernel. After updating source you shouldn't build *only* the kernel, unless you have analysed the changes and decided a world update is not needed.