svn commit: r342945 - in head: tools/build/mk usr.sbin/bluetooth usr.sbin/bluetooth/bluetooth-config

Rodney W. Grimes freebsd at pdx.rh.CN85.dnsmgr.net
Fri Jan 11 17:06:04 UTC 2019


> On Fri, Jan 11, 2019 at 10:04 AM Rodney W. Grimes
> <freebsd at 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 at 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 at freebsd.org


More information about the svn-src-head mailing list