Several people noted that the upcoming leap second is not unusual.
Reword sentence to be a reminder that the upcoming leap second will
occur during a business day in some regions.
Add UTC time zone to date and time of upcoming leap second.
hub.freebsd.org and the supporting 15 year old binaries have gone away.
Highlights:
- Sync up the cgi scripts to be closer to the standard page look
and feel and the canonical url locations.
- Adjust the search controls to include the docs.freebsd.org doc set.
- Replace the remaining wais search references.
- Fix up the embedded paths that depended on a symlink and/or nfs jungle
on hub. These aren't present in the jail this now runs in.
- Fix a typo (stray backtick) in one of the header entities.
- Remove the remaining no-longer-functional gnats components - they
ran on hub and no longer exist.
Build tested by: gjb
Brought to you by: lots of coffee, profanity and confusion.
- secteam needs updating
- phabric-admin is new
- forum-admin is new
- github-automation is new
- jenkins-admin is new
- fbsd foundation needs updating
Reviewed by: gjb, delphij, jmg (older version)
- All ref* machines are reference machines with similar
hardware configurations (excluding ia64, sparc64).
- We don't need to list administrative (infrastructural)
machines, so they're removed. If anyone wants to know,
it's in DNS.
- Hub is deprecated. Yay.
- Remove the 'type' column for various machines. People
that are interested (and have access) can check dmesg(8).
- Remove a site-specific reference, as we have many sites
now, and this page is not the right place to thank the
generous bandwidth/power/facility providers for our many
sites.
With hat: admins
Sponsored by: The FreeBSD Foundation
There is no reference in any other file and a full doc build does not fail
when it is missing.
Differential Revision: https://reviews.freebsd.org/D2880
Reviewed by: wblock, hrs
Approved by: hrs (doceng)
In webupdate:
- Output the ports tree checkout to the log file.
- Set the depth of ports/Mk/ to 'infinity', since its contents
are needed for 'fetchindex' to work properly.
- Reduce redundant explicit paths to use the value of 'subdirs'.
In webupdate.wrapper:
- Set PORTSDIR to the actual path that is being updated by
webupdate.
- If PINDEX_OVERRIDE is set, remove the INDEX-INDEXNUM file.
Approved by: doceng (implicit)
Sponsored by: The FreeBSD Foundation
The problem is the INDEX info isn't being properly generated,
and now I see why. But I'm going to wait until the in-flight
email service migration stuff is done before fixing this.
Sponsored by: The FreeBSD Foundation
Add a more descriptive link describing what GPT is and how many partitions
per disk it supports.
Obtained from: The FreeBSD German Documentation Project
Replace reference to sysinstall by a link to the section that shows how to
sync the system sources.
Obtained from: The FreeBSD German Documentation Project
All Certificate Authorities now require 2048 bit keys with SHA256 hashes
This change brings our documentation inline with that requirement
PR: 199379
Submitted by: Roland van Laar <roland@micite.net> (original)
Approved by: wblock (mentor)
Differential Revision: https://reviews.freebsd.org/D2836
about how to build products with FreeBSD. I switched around the order
with the other link to follow a more logical flow of information. People
probably want to know what BSD is before building products with it.
Submitted by: Ahmed Kamal (email ahmedkamal googlemail com)
to this guide was announced today and we did not yet
have a link in our own docs. The Guide is the best place
for new DTrace users to start learning about how to use it.
Approved by: brd