From owner-svn-doc-all@FreeBSD.ORG Fri May 25 02:32:15 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FED0106566B; Fri, 25 May 2012 02:32:15 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5A3638FC12; Fri, 25 May 2012 02:32:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4P2WF6b074832; Fri, 25 May 2012 02:32:15 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4P2WF1T074830; Fri, 25 May 2012 02:32:15 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201205250232.q4P2WF1T074830@svn.freebsd.org> From: Glen Barber Date: Fri, 25 May 2012 02:32:15 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r38882 - head/en_US.ISO8859-1/articles/portbuild X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2012 02:32:15 -0000 Author: gjb Date: Fri May 25 02:32:14 2012 New Revision: 38882 URL: http://svn.freebsd.org/changeset/doc/38882 Log: Rearrange the order in which a few steps should be completed. Patched by: linimon Modified: head/en_US.ISO8859-1/articles/portbuild/article.sgml Modified: head/en_US.ISO8859-1/articles/portbuild/article.sgml ============================================================================== --- head/en_US.ISO8859-1/articles/portbuild/article.sgml Fri May 25 00:04:35 2012 (r38881) +++ head/en_US.ISO8859-1/articles/portbuild/article.sgml Fri May 25 02:32:14 2012 (r38882) @@ -2592,13 +2592,6 @@ kern.maxfiles=40000 - Create a zfs volume named - a/portbuild and mount it on - /a/portbuild. - - - - # mkdir -p /a/portbuild # cd /a/portbuild @@ -2608,6 +2601,13 @@ kern.maxfiles=40000 + Create a zfs volume named + a/portbuild and mount it on + /a/portbuild. + + + + TBA