From owner-freebsd-arm@FreeBSD.ORG Wed Feb 27 16:36:13 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B1890E27 for ; Wed, 27 Feb 2013 16:36:13 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 6D86FD77 for ; Wed, 27 Feb 2013 16:36:12 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r1RGaBm3036883; Wed, 27 Feb 2013 16:36:11 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id 5x8az63u7ey72wedzsu7n9vim6; Wed, 27 Feb 2013 16:36:11 +0000 (UTC) (envelope-from tim@kientzle.com) Subject: Re: Raspberry Pi Network Data Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: <20130227021426.0ef759c2@ivory.wynn.com> Date: Wed, 27 Feb 2013 08:36:10 -0800 Content-Transfer-Encoding: 7bit Message-Id: References: <20130226120335.6928b473@ivory.wynn.com> <512DA752.8080409@thieprojects.ch> <20130227021426.0ef759c2@ivory.wynn.com> To: Brett Wynkoop X-Mailer: Apple Mail (2.1283) Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 16:36:13 -0000 > FreeBSD fbsd-pi 10.0-CURRENT FreeBSD 10.0-CURRENT #1: Tue Feb 19 > 05:34:32 UTC 2013 > root@fbsd-pi:/export/src/sys/arm/compile/RPI-B-TMPFS arm > > So why is my uname output missing the release info? Release info comes from SVN tools and assumes you built from an SVN checkout. If you didn't get the source through SVN, you won't have the SVN checkout info. Tim