This patch does the following:
- comments out some authors
- tightens up some headings
- some word-smithing
- changes examples to more modern sound cards
Move graphical installer note earlier in the chapter.
Clean up the booting from various architecture sections.
Need to confirm that powerpc instructions are correct for all supported media.
Prepare section to describe boot menu. Next commit will describe this menu in
detail.
Start to clean up initial install menus. Need to test the components section
more
as the existing descriptions are not correct
- minor rewording for "you"
- fix xref and guimenuitem tags (need to review ulinks)
- enforce consistency in app names
- note on vbox 4.0.0 removed as this port hasn't been less than this version
for 22 months
Update to r41087:
- Remove 7.x reference.
Prep work for IPsec chapter.
Add additional definitions to intro. Still need to define SA and SAD.
Still need to setup test environment to verify tech setup.
This section does not yet mention setkey.
Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D6746
Finish editorial pass through Apache chapter.
Update mod_php to reflect the new port.
Comment out some of the mod_php config until it can be confirmed as
required--the new port does not add these lines and I suspect they were
only needed in Apache 1.x.
Add some references.
Editorial review of first half of Apache chapter.
Some reshuffling to improve flow.
Add descriptions for virtual hosting and modules.
Add URLs to module config docs.
Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D6724
Initial prep work to combine 12.7 Configure System Logging and
28.12 Remote System Logging with syslogd.
Rename some titles to be action oriented and not include utility name.
This section still needs an editorial review.
Combine Static and Dynamic IP sections into a Basic Configuration section.
Make it clearer when ppp.linkup is required.
Update to r43007:
For now, ignore sections dealing with dial-in customers as any ISPs still doing this probably already know how to do it.
Update to r44369:
Recover lost <replaceable> tags.
A from-scratch rewrite of the Printing chapter, designed to address
issues with the old chapter. It adds a quick-start section, simplifies
setup, vastly reduces the section on shared printers in schools and
businesses, and provides a framework that allows the addition of other
printing systems.
Reviewed by: bcr
Differential Revision: https://reviews.freebsd.org/D6540
The warning about labeling a full UFS filesystem possibly causing data
corruption appears to confuse UFS labels with glabel(8) generic labels.
UFS labels are part of the metadata and do not overwrite the filesystem
data.
While here fix some things found by igor(1).