Date: Thu, 13 Nov 2014 13:32:39 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 194993] New: [patch][doc] Jail build command fix (FreeBSD 9.x and newer) Message-ID: <bug-194993-9@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
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@FreeBSD.org Reporter: alex@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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194993-9>
