[Bug 194993] New: [patch][doc] Jail build command fix (FreeBSD 9.x and newer)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 13 13:32:39 UTC 2014


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: freebsd-doc at FreeBSD.org
          Reporter: alex at kaworu.ch

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.


More information about the freebsd-doc mailing list