https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194993
Bug ID: 194993
Summary: [patch][doc] Jail build command fix (FreeBSD 9.x and
newer)
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Some People
Priority: ---
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
Created attachment 149377
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149377&action=edit
fix jail creation userinput for >= 9.x
There are typos at the "To install everything but the kernel" command. The
first issue is that a subshell is open but never closed, and the second issue
is that the `do … done;' block is not closed.
The patch attached remove the use of a subshell (since `-C $DESTDIR` doesn't
cd) and close the loop block.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"