FreeBSD Bugzilla – Attachment 248012 Details for
Bug 276668
Incorrect path to destroy jail in Handbook
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update the docs on destroying a jail
0001-Jail-handbook-update-path-for-destroying-jail.patch (text/plain), 1.15 KB, created by
Matthew Phillips
on 2024-01-27 17:57:18 UTC
(
hide
)
Description:
Patch to update the docs on destroying a jail
Filename:
MIME Type:
Creator:
Matthew Phillips
Created:
2024-01-27 17:57:18 UTC
Size:
1.15 KB
patch
obsolete
>From 4827136a52b9edeea41286020b70860a30e953ea Mon Sep 17 00:00:00 2001 >From: Matthew Phillips <matthew@matthewphillips.info> >Date: Sat, 27 Jan 2024 17:51:50 +0000 >Subject: [PATCH] Jail handbook: update path for destroying jail > >--- > documentation/content/en/books/handbook/jails/_index.adoc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/documentation/content/en/books/handbook/jails/_index.adoc b/documentation/content/en/books/handbook/jails/_index.adoc >index 508869289b..c40d20f6d2 100644 >--- a/documentation/content/en/books/handbook/jails/_index.adoc >+++ b/documentation/content/en/books/handbook/jails/_index.adoc >@@ -935,14 +935,14 @@ The second step is to remove these flags with man:chflags[1] by executing the fo > > [source,shell] > .... >-# chflags -R 0 /usr/local/jails/classic >+# chflags -R 0 /usr/local/jails/containers/classic > .... > > The third step is to delete the directory where the jail was: > > [source,shell] > .... >-# rm -rf /usr/local/jails/classic >+# rm -rf /usr/local/jails/containers/classic > .... > > Finally, it will be necessary to remove the jail entry in [.filename]#/etc/jail.conf# or in [.filename]#jail.conf.d#. >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 276668
: 248012