Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2019 10:13:03 -0600
From:      Kyle Evans <kevans@freebsd.org>
To:        "Rodney W. Grimes" <rgrimes@freebsd.org>
Cc:        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:  <CACNAnaE%2B6_s6w4rPd6WeiE0T30TC2mqzGxdq%2BdDS9MdNOjhADw@mail.gmail.com>
In-Reply-To: <201901111604.x0BG4XoU021904@pdx.rh.CN85.dnsmgr.net>
References:  <201901111552.x0BFqAxa049564@repo.freebsd.org> <201901111604.x0BG4XoU021904@pdx.rh.CN85.dnsmgr.net>

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaE%2B6_s6w4rPd6WeiE0T30TC2mqzGxdq%2BdDS9MdNOjhADw>