From owner-freebsd-questions@FreeBSD.ORG Thu Jun 16 12:28:38 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34F1C106566B for ; Thu, 16 Jun 2011 12:28:38 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id BED878FC14 for ; Thu, 16 Jun 2011 12:28:37 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id A052FE63F2; Thu, 16 Jun 2011 13:28:36 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=ocTUQUsMScPO t58rRkaqhfM2pXQ=; b=IvpZsMF8lRQSk3uV8RgBTQdi1LZLHsbd0Kf4hG+u7IPr cdlBmEy2UBMImE0iq+0Mn8HC2V9XlBcrXdsElHqwHtoxI0JaySVZl3Kvr1R/l77D yKOHvNapj+vSQ5UC3dLQEBCBksTRAOJw1uCFJU7uz0XH/NQcngoQkyaR5d7wdiA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=date:from:to :cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=eJvLvL ODLa3a1ll/Ytb4TnShWFWGFzpf5rIoXbRQprIERGWTv8dLGJo24nH/vsxL7rf2P/ tBFMFuzDfVMXEXb0FNV2nx1avOgC+6WbifKQPMgz++k/7WaVHuThY3h30U8dnWBz EKnF1qdACuQsFTmiVkVLJygWfvdfXBkEehAQ8= Received: from unknown (188-222-18-231.zone13.bethere.co.uk [188.222.18.231]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 627A1E63BD; Thu, 16 Jun 2011 13:28:36 +0100 (BST) Date: Thu, 16 Jun 2011 13:28:34 +0100 From: Bruce Cran To: Robert Huff Message-ID: <20110616132834.00005ece@unknown> In-Reply-To: <19961.62509.544104.427085@jerusalem.litteratus.org> References: <19961.62509.544104.427085@jerusalem.litteratus.org> X-Mailer: Claws Mail 3.7.8cvs47 (GTK+ 2.16.6; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: finding kernel 'r' number 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: Thu, 16 Jun 2011 12:28:38 -0000 On Thu, 16 Jun 2011 08:16:45 -0400 Robert Huff wrote: > For some time now, people have been referring to what build > they're using by the 'r' number, which I believe to be part of svn. > How would one go about determining this value for the > installed kernel? I'm not sure you can: the revision only shows up if you have svn installed (devel/subversion-freebsd) and have built the kernel from code checked out from the svn server. -- Bruce Cran