Re: git: c4cbed89d034 - 2022Q2 - */*: FreeBSD's WPA does support IBSS mode

From: Mathieu Arnold <mat_at_freebsd.org>
Date: Mon, 20 Jun 2022 16:14:16 UTC
On Mon, Jun 20, 2022 at 08:23:48AM -0700, Cy Schubert wrote:
> In message <20220620151759.7fo2bbfffkialnyn@aniel.nours.eu>, Baptiste 
> Daroussin
>  writes:
> > On Mon, Jun 20, 2022 at 03:12:49PM +0000, Cy Schubert wrote:
> > > The branch 2022Q2 has been updated by cy:
> > > 
> > > URL: https://cgit.FreeBSD.org/ports/commit/?id=c4cbed89d034e74ce03561d313cc
> > edd9c576a7cf
> > > 
> > > commit c4cbed89d034e74ce03561d313ccedd9c576a7cf
> > > Author:     Cy Schubert <cy@FreeBSD.org>
> > > AuthorDate: 2022-06-09 20:25:43 +0000
> > > Commit:     Cy Schubert <cy@FreeBSD.org>
> > > CommitDate: 2022-06-20 15:12:00 +0000
> > > 
> > >     */*: FreeBSD's WPA does support IBSS mode
> > >     
> > >     FreeBSD's WPA does support IBSS mode. Remove the hack that forces ADHOC
> > >     mode when IBSS is requested.
> >
> > Why using '*/*' it is ugly and useless, why not wpa: or hostap: or anything l
> > ike
> > that?
> 
> That certainly makes more sense but isn't there a syntax checking plugin 
> that requires the "/" ?

It's not enforced, nor it is a glob of some kind, for a while the only
check was /^\S+:/, but it has been relaxed since, it is a discriminant,
something to help readers know what the commit is about. The only case
where `*/*:` would be appropriate, kinda, is a sweep of the whole three,
but in that case, `sweep:` would probably make more sense anyway.

-- 
Mathieu Arnold