Page MenuHomeFreeBSD

Update rc.conf.5 for jail_list and jail_reverse_stop
ClosedPublic

Authored by feld on Feb 10 2016, 4:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 7 2025, 8:42 PM
Unknown Object (File)
Dec 1 2024, 3:20 PM
Unknown Object (File)
Nov 24 2024, 1:15 AM
Unknown Object (File)
Nov 21 2024, 9:13 PM
Unknown Object (File)
Nov 3 2024, 11:53 PM
Unknown Object (File)
Nov 3 2024, 11:53 PM
Unknown Object (File)
Nov 3 2024, 11:53 PM
Unknown Object (File)
Nov 3 2024, 11:53 PM

Details

Summary

Add entry for jail_reverse stop

Also, the current wording of jail_list seems wrong. It doesn't mention
that it controls startup order and this is the wrong place to cover the
limits of jail naming conventions.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

feld retitled this revision from to Update rc.conf.5 for jail_list and jail_reverse_stop.
feld updated this object.
feld edited the test plan for this revision. (Show Details)
feld added a reviewer: jamie.
wblock added inline comments.
share/man/man5/rc.conf.5
3856 ↗(On Diff #13184)

Nice!
The compound word: "space-separated" makes more sense to me here.

3858 ↗(On Diff #13184)

Not yours, but "all of jail(8) instances in..." is missing an article or something. And "configured" is weak, seems like it should be
"acted on" or "affected" or something.

And since we really have way too many halting if/then sentences, how about:

When left empty, all of the
.Xr jail 8
instances defined in the configuration file will be acted on.
3861 ↗(On Diff #13184)

Since we are here, let's do the passive->active thing, and not just s/will be/are/ but make it simpler:

`The names specified in this list``

3866 ↗(On Diff #13184)

or maybe clearer to say "must be started manually."?

3869 ↗(On Diff #13184)

s/If/When/, just for variety.

3873 ↗(On Diff #13184)

s/will be/are/

allanjude added inline comments.
share/man/man5/rc.conf.5
3856 ↗(On Diff #13184)

the other option is space delimited

3858 ↗(On Diff #13184)

acted upon?

jamie edited edge metadata.

I'm kind of late to the game, but it looks good to me (as do most of the inline suggestions)

share/man/man5/rc.conf.5
3857 ↗(On Diff #13184)

The bit about the variable being empty would fit better after saying what it does (when not empty). And perhaps instead of "If this variable is empty, ..." something like "By default, ..."

3858 ↗(On Diff #13184)

Later you mention missing jails not being started automatically. So instead of "acted on", how about "started"? ("/stopped" will be assumed by the astute reader).

This revision is now accepted and ready to land.Feb 10 2016, 10:07 PM
feld marked 10 inline comments as done.Feb 11 2016, 9:32 PM

I think I've sufficiently addressed all of these comments in the next revision landing in a moment...

feld edited edge metadata.

Update verbiage based on feedback

This revision now requires review to proceed.Feb 11 2016, 9:33 PM
wblock added a reviewer: wblock.

Looks good to me. Please remember to run igor -R (which will point out about updating .Dd) and mandoc -tlint on it before commit. Oh, and please remember to mark it for MFC. Thanks!

This revision is now accepted and ready to land.Feb 11 2016, 9:49 PM
jamie edited edge metadata.
This revision was automatically updated to reflect the committed changes.