Dell decided in October 2016 to sell off the Dell Software Group to venture
capitalists wherein Quest Software became a separate Business Unit
encompassing the KACE product line. The deal was completd on November 1, 2016
with them becoming Quest Software. Change the name and URL in the handbook
to the new owners accordingly.
Reported by: David.Holcomb@quest.com (via freebsd-doc)
Add the new releng/11.3 branch to the releng index page.
Add new __FreeBSD_versions for 11.3 to the Porter's Handbook.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
The ghostscript port was split up into an X11-dependent and -independent
part in ports r395047. As a result, the print/ghostscript port no longer
exists, causing broken links in the printing chapter of the handbook.
Rename all occurances of print/ghostscript with print/ghostscript9-base to
fix the broken links.
Reported by: rfg@tristatelogic.com
Ports info by: wosch@
It was was removed in ports r421635 and verbose builds are on by
default now and not toggleable any more.
Approved by: tcberner, rene
Differential Revision: https://reviews.freebsd.org/D20410
Update the description of the default value for the vgs.zfs.arc_max tunable.
It changed since the chapter was written and this patch updates it to the
definition in the code.
PR: 235543
Submitted by: bevan@bi-co.net
Reviewed by: allanjude@
The port mkfontdir was removed and merged into mkfontscale.
Rename mentions of mkfontdir in the X11 chapter to fit.
PR: 237546
Submitted by nmingotti@gmail.com
The name of the program to mount the VirtualBox shared folder is
mount_vboxvfs instead of mount_vboxfs.
Reported by: dgray.cosma@gmail.com (freebsd-doc mailing list)
When running
sysrc -f /etc/sysctl.conf net.inet.ip.fw.verbose_limit=5
it throws the following error:
sysrc: net.inet.ip.fw.verbose_limit: name contains characters not allowed in
shell
Fix this by reverting to using an echo to add the sysctl to sysctl.conf.
Reported by: Laurent Gilbert (lg.athome@free.fr)
Event: Aberdeen hackathon 2019
After discussing some updates to the PF chapter with current maintainer kp@,
I came up with the following list of changes in this patch:
- Change the warning message to remove the reference to a specific PF version
and point out that FreeBSDs pf has diverged from what's in OpenBSD.
- Remove a link to the old pf porting efforts, which is obsolete nowadays and
doesn't provide much value to the reader anymore
- Change the reading flow by putting the ALTQ section at the end of the chapter.
ALTQ with PF is not used by everyone, so having that at the end of the chapter
is good to not overwhelm the reader too much with concepts they probably don't
need.
- Remove the "In order to" sentence parts which are mostly superfluous and can
be replaced with "to" for increased readability
- Sprinkle in some sysrc in examples where it makes sense to use it
Reviewed by: kp@
Event: Aberdeen hackathon 2019
Differential Revision: https://reviews.freebsd.org/D19939
It is not immediately obvious to all users how to move the cursor around
the partitioning section in bsdinstall, and this kind of thing can put
people off very quickly.
PR: docs/197645
Submitted by: web@umich.edu
Thanks to Gleb Popov who wrote the original patch and started the review.
Submitted by: arrowd@
Modified and expanded by: me
Differential Revision: https://reviews.freebsd.org/D19873
It has been outdated since August 2018 when all *proto ports have
been folded into xorgproto. Component descriptions are auto-generated
from the underlying COMMENTs.
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D19642
- Remove mention of CARGO_GH_CARGOTOML after ports r496795
- Update CARGO_USE_GITHUB description. It does not patch Cargo.lock.
That is done automatically during the configure phase by cargo
itself and is not worth mentioning here.
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D19697