From owner-freebsd-questions@FreeBSD.ORG Wed Dec 26 19:57:08 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 DEA3916A417 for ; Wed, 26 Dec 2007 19:57:08 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from mail.barafranca.com (mail.barafranca.com [67.19.101.164]) by mx1.freebsd.org (Postfix) with ESMTP id C27F913C4E9 for ; Wed, 26 Dec 2007 19:57:08 +0000 (UTC) (envelope-from hugo@barafranca.com) Received: from localhost (localhost [127.0.0.1]) by mail.barafranca.com (Postfix) with ESMTP id 16555C38EA; Wed, 26 Dec 2007 20:04:54 +0000 (UTC) Received: from mail.barafranca.com ([67.19.101.164]) by localhost (mail.barafranca.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 78645-03-3; Wed, 26 Dec 2007 20:04:16 +0000 (UTC) Received: from [10.0.10.40] (adslfixo-b3-115-114.telepac.pt [213.13.115.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.barafranca.com (Postfix) with ESMTP id 851E8C39D9; Wed, 26 Dec 2007 19:24:37 +0000 (UTC) Message-ID: <4772A898.7060101@barafranca.com> Date: Wed, 26 Dec 2007 19:16:40 +0000 From: Hugo Silva User-Agent: Thunderbird 2.0.0.9 (X11/20071213) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at barafranca.com X-Spam-Status: No, score=0 tagged_above=-1 required=4 tests=[none] X-Spam-Score: 0 X-Spam-Level: Cc: Anjang Aki Subject: Re: Additional flag after 6.2-RELEASE-xx 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, 26 Dec 2007 19:57:09 -0000 Anjang Aki wrote: > Hi! Can I know what is this flag after 6.2-RELEASE meaning? > > $ uname -r > 6.2-RELEASE-p7 > > How come my box doesn't have the flag? > $ uname -r > 6.2-RELEASE > > if this is mean kernel updating/compiling hopefully someone can link > me to the URL guide to upgrade my box. > > Thank you and regards, > > Hello, -pX is the patchlevel. Both your systems are on RELENG_6_2, one has been updated, the other has not. See http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html Regards, Hugo