From owner-freebsd-questions@FreeBSD.ORG Sat Feb 28 15:12:32 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 2504A106566B for ; Sat, 28 Feb 2009 15:12:32 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id AC4EF8FC12 for ; Sat, 28 Feb 2009 15:12:31 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: (qmail 1058 invoked by uid 89); 28 Feb 2009 15:15:17 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by v6.ibctech.ca with ESMTPA; 28 Feb 2009 15:15:17 -0000 Message-ID: <49A95459.7090708@ibctech.ca> Date: Sat, 28 Feb 2009 10:12:25 -0500 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: "Vasadi I. Claudiu Florin" References: In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: kernel #4 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, 28 Feb 2009 15:12:32 -0000 Vasadi I. Claudiu Florin wrote: > > Hello guyz, > > Here's a short question (was unable to find a google) > > uname states my kernes as being: Freebsd-7.1-STABLE #4 > > What exactly is that "#4" mean ? > > Recompiled it 20 min. ago, so I figure it has something to do with > maybe, I don't know, some sub-version of the sources ? No. It means that this is the fourth time that you've recompiled the kernel (IIRC). You will see #5 if you do another recompile. Steve