Bug 276668

Summary: Incorrect path to destroy jail in Handbook
Product: Documentation Reporter: Matthew Phillips <matthew>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me CC: bcr, freebsd
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to update the docs on destroying a jail none

Description Matthew Phillips 2024-01-27 17:57:18 UTC
Created attachment 248012 [details]
Patch to update the docs on destroying a jail

The handbook uses /usr/local/jails/containers/name throughout, except the Destroy section. This fixes that.
Comment 1 Mina Galić freebsd_triage 2024-01-27 21:08:37 UTC
it's this related, https://github.com/freebsd/freebsd-doc/pull/302 ?
Comment 2 Matthew Phillips 2024-01-27 21:13:19 UTC
No, there are a few different small problems like that in the jails docs, that's a different one from this patch, however.
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2024-02-08 02:37:15 UTC
Comment on attachment 248012 [details]
Patch to update the docs on destroying a jail

Triage: fix MIME type.
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-05-29 20:11:07 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=0f867da82701d21be4d0e1f283584c32649a01f9

commit 0f867da82701d21be4d0e1f283584c32649a01f9
Author:     Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2024-05-29 20:08:38 +0000
Commit:     Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2024-05-29 20:08:38 +0000

    Update paths to match when destroying jails

    The paths when destroying a jail did not match with the ones used when
    creating them.  Update the paths to match again.

    PR:     276668

 documentation/content/en/books/handbook/jails/_index.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 5 Benedict Reuschling freebsd_committer freebsd_triage 2024-05-29 20:11:47 UTC
Patch committed, thanks for submitting it. PR closed.
Comment 6 Benedict Reuschling freebsd_committer freebsd_triage 2024-05-29 20:11:59 UTC
Patch committed, thanks for submitting it. PR closed.