From owner-svn-src-head@FreeBSD.ORG Fri Jan 30 22:49:30 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA6701065740; Fri, 30 Jan 2009 22:49:30 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id AB1358FC20; Fri, 30 Jan 2009 22:49:30 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 49C8A26600A; Fri, 30 Jan 2009 17:49:30 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 30 Jan 2009 17:49:30 -0500 X-Sasl-enc: bZ8ln59BPjzXaRTKEs0CWaow5V0y0kOpPXL25QfLrLTV 1233355769 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id F2FE129145; Fri, 30 Jan 2009 17:49:28 -0500 (EST) Message-ID: <498383F7.2090206@FreeBSD.org> Date: Fri, 30 Jan 2009 22:49:27 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.19 (X11/20090126) MIME-Version: 1.0 To: Maksim Yevmenkin References: <200901302223.n0UMNLIC004956@svn.freebsd.org> In-Reply-To: <200901302223.n0UMNLIC004956@svn.freebsd.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r187938 - head/usr.sbin/bluetooth/btpand X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2009 22:49:31 -0000 Maksim Yevmenkin wrote: > Log: > Add btpand(8) daemon from NetBSD. This daemon provides support for > Bluetooth Network Access Point (NAP), Group Ad-hoc Network (GN) and > Personal Area Network User (PANU) profiles. > This looks really, really cool. Bluetooth radios are cheap and plentiful, phones which will do BNEP instead of this silly PPP-to-PPP-at-the-GPRS_UMTS-controller stuff get the thumbs up. Thanks for bringing it in!