| Summary: | exec.timeout documentation in jail(8) is confusing | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Enji Cooper <ngie> |
| Component: | Books & Articles | Assignee: | Gavin Atkinson <gavin> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
(In reply to yaneurabeya from comment #0) > exec.timeout > The maximum amount of time to wait for a command to complete. > If > a command is still running after this many seconds have passed, > the jail not be created or removed. Just to be clear, the last sentence is confusing (sounds like a sentence fragment). A commit references this bug: Author: gavin Date: Thu Jul 10 10:00:11 UTC 2014 New revision: 268488 URL: http://svnweb.freebsd.org/changeset/base/268488 Log: Reword an awkward option description PR: 191726 Reported by: yaneurabeya gmail.com MFC after: 3 days Changes: head/usr.sbin/jail/jail.8 Thanks, I've changed it to:
exec.timeout
The maximum amount of time to wait for a command to complete, in
seconds. If a command is still running after this timeout has
passed, the jail will not be created or removed, as appropriate.
I'll merge it in a few days.
Gavin
A commit references this bug: Author: gavin Date: Wed Aug 13 12:35:12 UTC 2014 New revision: 269929 URL: http://svnweb.freebsd.org/changeset/base/269929 Log: Merge r268488 from head: Reword an awkward option description PR: 191726 Submitted by: yaneurabeya gmail.com Changes: _U stable/10/ stable/10/usr.sbin/jail/jail.8 Merged to stable/10, thanks for your submission! |
exec.timeout The maximum amount of time to wait for a command to complete. If a command is still running after this many seconds have passed, the jail not be created or removed.