Date: Fri, 11 Jan 2019 09:05:59 -0800 (PST) From: "Rodney W. Grimes" <freebsd@pdx.rh.CN85.dnsmgr.net> To: Kyle Evans <kevans@freebsd.org> Cc: "Rodney W. Grimes" <rgrimes@freebsd.org>, Lars Engels <lme@freebsd.org>, src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r342945 - in head: tools/build/mk usr.sbin/bluetooth usr.sbin/bluetooth/bluetooth-config Message-ID: <201901111705.x0BH5xmL022120@pdx.rh.CN85.dnsmgr.net> In-Reply-To: <CACNAnaE%2B6_s6w4rPd6WeiE0T30TC2mqzGxdq%2BdDS9MdNOjhADw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Fri, Jan 11, 2019 at 10:04 AM Rodney W. Grimes > <freebsd@pdx.rh.cn85.dnsmgr.net> wrote: > > > > > Author: lme (ports committer) > > > Date: Fri Jan 11 15:52:09 2019 > > > New Revision: 342945 > > > URL: https://svnweb.freebsd.org/changeset/base/342945 > > > > > > Log: > > > Add `bluetooth-config` script to simplify setting up bluetooth connections to > > > devices like mice, keyboards, bt-audio, ... > > > > > > This script currently allows scanning for nearby devices, adds one to > > > /etc/bluetooth/hosts, adds an entry to hcsecd's conf and if it is a HID, add an > > > entry to bthidd's configs, as well. > > > > > > Submitted by: erdgeist <erdgeist@erdgeist.org> > > > Approved by: bapt > > > MFC after: 2 weeks > > > Differential Revision: D3778 > > > Reviewers: bapt, emax > > > > > > Added: > > > head/usr.sbin/bluetooth/bluetooth-config/ > > > head/usr.sbin/bluetooth/bluetooth-config/Makefile (contents, props changed) > > > head/usr.sbin/bluetooth/bluetooth-config/bluetooth-config.8 (contents, props changed) > > > head/usr.sbin/bluetooth/bluetooth-config/bluetooth-config.sh (contents, props changed) > > > Modified: > > > head/tools/build/mk/OptionalObsoleteFiles.inc > > > head/usr.sbin/bluetooth/Makefile > > > > > > Modified: head/tools/build/mk/OptionalObsoleteFiles.inc > > > ============================================================================== > > > --- head/tools/build/mk/OptionalObsoleteFiles.inc Fri Jan 11 14:21:59 2019 (r342944) > > > +++ head/tools/build/mk/OptionalObsoleteFiles.inc Fri Jan 11 15:52:09 2019 (r342945) > > > @@ -504,6 +504,7 @@ OLD_FILES+=usr/lib32/libsdp_p.a > > > .endif > > > OLD_FILES+=usr/sbin/ath3kfw > > > OLD_FILES+=usr/sbin/bcmfw > > > +OLD_FILES+=usr/sbin/bluetooth-config > > > > I am confused, or miss understand something. > > This commit adds these files, but declares them as Obsolete? > > > > This is correct; it is obsolete when Bluetooth is disabled. Ah, got caught by not enough context, thanks for the information Kyle. -- Rod Grimes rgrimes@freebsd.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901111705.x0BH5xmL022120>