From owner-freebsd-questions@FreeBSD.ORG Wed Jun 10 00:19:04 2009 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 1525110656D5 for ; Wed, 10 Jun 2009 00:19:04 +0000 (UTC) (envelope-from jhelfman@e-e.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [64.156.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 14B0F8FC14 for ; Wed, 10 Jun 2009 00:19:03 +0000 (UTC) (envelope-from jhelfman@e-e.com) Received: from eggman.experts-exchange.com (unknown [72.29.180.81]) by mail.experts-exchange.com (Postfix) with ESMTP id 99EEA4A5414F for ; Tue, 9 Jun 2009 17:19:02 -0700 (PDT) Received: by eggman.experts-exchange.com (sSMTP sendmail emulation); Tue, 9 Jun 2009 17:19:01 -0700 Date: Tue, 9 Jun 2009 17:19:01 -0700 From: Jason Helfman To: freebsd-questions@freebsd.org Message-ID: <20090610001900.GC57804@eggman.experts-exchange.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline X-Operating-System: FreeBSD 7.1-RELEASE-p4 GENERIC X-Living-The-Dream: I love the SLO Life! User-Agent: Mutt/1.5.18 (2008-05-17) Subject: kernel compiling questions 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, 10 Jun 2009 00:19:05 -0000 Hi. I am trying to figure out how when making the kernel that the number is incremented. For example my system reads: FreeBSD 7.2-RELEASE #4 I have my own kernel that works, however I would like to have it read this: FreeBSD 7.2-RELEASE #0 Is there a way to resolve this? Thanks! Jason