On Fri, Jan 11, 2019 at 10:04 AM Rodney W. Grimes <free...@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 <erdge...@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. _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"