Author: lme (ports committer)
Date: Mon Jan 14 08:23:47 2019
New Revision: 343020
URL: https://svnweb.freebsd.org/changeset/base/343020
Log:
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
On Fri, Jan 11, 2019 at 01:11:26PM -0800, Rodney W. Grimes wrote:
> > On Fri, Jan 11, 2019 at 08:04:33AM -0800, Rodney W. Grimes wrote:
> > > The style of this .sh does not match the normal style of
> > > such things in base, especially with respect to long lines
> > > and indentation.
> >
> > In
On Fri, Jan 11, 2019 at 08:04:33AM -0800, Rodney W. Grimes wrote:
> The style of this .sh does not match the normal style of
> such things in base, especially with respect to long lines
> and indentation.
In addition to adding the license header and changing copyleft ->
copyright I changed the ind
in
> > +.Fx 12.1 .
> > +.Sh AUTHORS
> > +.An Dirk Engling Aq Mt erdge...@erdgeist.org
> > +.Sh THANKS TO
> > +Lars Engels and Warren Block for suggestions, help, and testing.
>
> The contents of this file appear twice
Yes, sorry. My fault. Bapt already fixed th
secd 8 ,
+.Xr sdpcontrol 8 ,
+.Xr sysrc 8
+.Sh HISTORY
+A
+.Nm
+utility first appeared in
+.Fx 12.1 .
+.Sh AUTHORS
+.An Dirk Engling Aq Mt erdge...@erdgeist.org
+.Sh THANKS TO
+Lars Engels and Warren Block for suggestions, help, and testing.
+.\" Copyright (c) 2019 Dirk Engling
+.\"
Author: lme (ports committer)
Date: Sun Apr 24 19:25:11 2016
New Revision: 298550
URL: https://svnweb.freebsd.org/changeset/base/298550
Log:
Fix duplicate "name" variable that sneaked in with the rc description commit.
Approved by: jhibbits
Modified:
head/etc/rc.d/geli2
Modified: head/
Author: lme (ports committer)
Date: Sat Apr 23 16:19:34 2016
New Revision: 298515
URL: https://svnweb.freebsd.org/changeset/base/298515
Log:
- Add two new subcommands to rc.subr:
"describe" shows an rc script's description
"extracommands" shows an rc script's non-standard commands like "
Author: lme (ports committer)
Date: Sat Apr 23 16:10:54 2016
New Revision: 298514
URL: https://svnweb.freebsd.org/changeset/base/298514
Log:
- Add descriptions to most of the rc scripts. Those are mostly taken from
their
daemon's manpage and probably improved.
- Consistently use "filesyst
Author: lme (ports committer)
Date: Thu Jan 9 20:06:14 2014
New Revision: 260492
URL: http://svnweb.freebsd.org/changeset/base/260492
Log:
Check if the given argument to 'gpart add' is actually a geom device and
give a hint to use 'gpart create' before trying to add a partition.
Approved