From owner-freebsd-questions@FreeBSD.ORG Wed Jan 1 07:25:55 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE2AE1AC for ; Wed, 1 Jan 2014 07:25:55 +0000 (UTC) Received: from mail-ie0-x235.google.com (mail-ie0-x235.google.com [IPv6:2607:f8b0:4001:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 870FE1FBE for ; Wed, 1 Jan 2014 07:25:55 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id e14so13865941iej.12 for ; Tue, 31 Dec 2013 23:25:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=cQlkDZxPhJLh4TnVCli1gqlzJ7ziHoRpNazicTcdqrw=; b=qx/M+i1lxIBAfQFjL8tnJcxpW5KZETHHPbpqFsYMiMwcXO/gGlzR0aEs7KEmoXr4Hj Lefj0AuOCFMZ4mGqJXaRUMxHXUpU19ye5VONT0+rDdH1PLnIvchIW0CEbaSB9Vy7rsTJ ZY1yYrWn+2ngBvmugNc4GonPrmUsIpgqGyipRLcbbtGgoJ1D5v7hSpS3y0EdzXn8q38l n7Y8gaWZ+b5D8O+mDpsuVV77ehad09gi7eKuloa+fZ39y2eVB5fg8Y85g8n1FAoEJtOP h8HF8Y9K9RTS532JNvKDYBjKNFoGZfppdvEHXaIp8q2lzUVWOAr+7/UOOErDL5IcH+at v4qw== MIME-Version: 1.0 X-Received: by 10.42.147.66 with SMTP id m2mr10634129icv.59.1388561154898; Tue, 31 Dec 2013 23:25:54 -0800 (PST) Received: by 10.42.89.136 with HTTP; Tue, 31 Dec 2013 23:25:54 -0800 (PST) Date: Tue, 31 Dec 2013 23:25:54 -0800 Message-ID: Subject: uname -r: release level From: Chris Stankevitz To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jan 2014 07:25:55 -0000 Hi, I just setup my freebsd machine and performed a "freebsd-update fetch install" which leads me to believe I am now running 9.2-RELEASE-p2. Of course I wanted to see for myself using "uname -r" which reports my "release level". "uname -r" is reporting 9.2-RELEASE which is not quite what I was expecting (I was expecting a p2 suffix). That doesn't interest me too much, but this does: By what mechanism does "uname -r" determine my "release level"? Thank you, Chris