#
5031da20 |
| 13-Jul-2025 |
Dirk Engling <erdgeist@erdgeist.org> |
bluetooth-config: Fix command line parsing
This addresses the problems encountered when parsing options in bluetooth-config.
- the optional parameters were not properly shifted after consumption -
bluetooth-config: Fix command line parsing
This addresses the problems encountered when parsing options in bluetooth-config.
- the optional parameters were not properly shifted after consumption - the command line parameter count was checked before getopts and not after
Reported by: sjg Approved by: kp MFC after: 7 days Event: Berlin Hackathon 202507 Differential Revision: <https://reviews.freebsd.org/D51281>
show more ...
|
Revision tags: release/14.3.0-p1, release/14.2.0-p4, release/13.5.0-p2, release/14.3.0, release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0 |
|
#
e1bd7279 |
| 14-Jan-2019 |
Lars Engels <lme@FreeBSD.org> |
This new version of bluetooth-config.sh tries to follow the style of other shell scripts in base, removes the bogus "copyleft", adds the BeerWare license header and uses rc.subr(8) new 'enable' keywo
This new version of bluetooth-config.sh tries to follow the style of other shell scripts in base, removes the bogus "copyleft", adds the BeerWare license header and uses rc.subr(8) new 'enable' keyword for adding entries in rc.conf(5).
Submitted by: erdgeist <erdgeist@erdgeist.org> Approved by: bapt MFC after: 2 weeks
show more ...
|
#
0fc0faf8 |
| 11-Jan-2019 |
Lars Engels <lme@FreeBSD.org> |
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/b
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
show more ...
|