From owner-freebsd-questions@FreeBSD.ORG Sun Apr 15 07:29:44 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B5CB16A400 for ; Sun, 15 Apr 2007 07:29:44 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id DF2F013C448 for ; Sun, 15 Apr 2007 07:29:33 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan@localhost [127.0.0.1]) by dan.emsphone.com (8.14.0/8.13.8) with ESMTP id l3F7TRr3019172 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 15 Apr 2007 02:29:27 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.14.0/Submit) id l3F7TR5q019171; Sun, 15 Apr 2007 02:29:27 -0500 (CDT) (envelope-from dan) Date: Sun, 15 Apr 2007 02:29:27 -0500 From: Dan Nelson To: Roger Olofsson Message-ID: <20070415072927.GA43673@dan.emsphone.com> References: <4621D0EF.9020802@passagen.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4621D0EF.9020802@passagen.se> X-OS: FreeBSD 6.2-STABLE User-Agent: Mutt/1.5.15 (2007-04-06) Cc: User Questions Subject: Re: What's the #-number from uname -a? 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: Sun, 15 Apr 2007 07:29:44 -0000 In the last episode (Apr 15), Roger Olofsson said: > Yesterday I csup:ed 2 machines to latest using same cvsup-server for > both. After the standard procedure of doing: > > make buildworld > make buildkernel > make installkernel > reboot > make installworld > > ..on both machines, one says 'FreeBSD 6.2-STABLE #2' and the other says > 'FreeBSD 6.2-STABLE #6'. > > What does the number after the #-sign mean? It's the number of times you have rebuilt your kernel. The value is stored in /usr/src/sys///version. -- Dan Nelson dnelson@allantgroup.com