Page MenuHomeFreeBSD

Minor fixes to VPN section
ClosedPublic

Authored by sevan on Jun 11 2017, 12:39 AM.
Tags
None
Referenced Files
F81641325: D11143.diff
Fri, Apr 19, 9:14 AM
Unknown Object (File)
Tue, Apr 16, 2:49 AM
Unknown Object (File)
Mon, Apr 15, 11:33 PM
Unknown Object (File)
Mar 4 2024, 9:48 PM
Unknown Object (File)
Jan 16 2024, 12:24 AM
Unknown Object (File)
Dec 20 2023, 4:22 AM
Unknown Object (File)
Nov 10 2023, 10:11 AM
Unknown Object (File)
Nov 7 2023, 10:32 PM
Subscribers
None

Details

Summary

There is a double prompt in the IPsec vpn article at the moment.
e.g. # corp-net#
This patch attempts to address that by moving the hostname to the start of the line before using the root.prompt macro.
Fix spelling mistake picked up by igor.

Diff Detail

Repository
rD FreeBSD doc repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Clarify that FreeBSD 11 comes with IPsec enabled by default, a custom kernel is only required on older releases.

A few comments.

en_US.ISO8859-1/books/handbook/security/chapter.xml
374 ↗(On Diff #29453)

That is output from the utility. Is that fixed in there and we did not pick it up yet or did they fix it and have not updated this section?

2130 ↗(On Diff #29453)

A   between &os; and 11 will be good to have.

en_US.ISO8859-1/books/handbook/security/chapter.xml
374 ↗(On Diff #29453)

Ah, good catch, I didn't check the context. It was flagged by igor.

Drop corrections to command output.
Add non-breaking space.

sevan marked 2 inline comments as done.

We had encountered the same problem at BSDCan in another review. Seemed like a low-hanging fruit, but it isn't. ;-)

Indeed, need to check, check and check again :)

This revision was automatically updated to reflect the committed changes.
head/en_US.ISO8859-1/books/handbook/security/chapter.xml
2130

I think we generally say "later" rather than "newer".

2131

s/older releases/previous versions/

Rewriting to avoid the if/pause/then structure (and leaving out some markup for clarity):

Add these options to the custom kernel configuration file to add IPsec support to previous versions of &os;.
2132

Please eliminate "the following" whenever it is used incorrectly, which is almost always. The only time to use it is when it can't be replaced with a simpler "this" or "these".

Hi Warren,
Apologies for the late reply to this, just wanted to follow up to say I've not forgotten about this review, will get the points you raised addressed next week if not this Sunday.

Sevan