From owner-svn-doc-all@FreeBSD.ORG Sun Nov 25 02:56:25 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3EC7E9C; Sun, 25 Nov 2012 02:56:25 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B99A68FC17; Sun, 25 Nov 2012 02:56:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAP2uPE4080342; Sun, 25 Nov 2012 02:56:25 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAP2uPsN080341; Sun, 25 Nov 2012 02:56:25 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201211250256.qAP2uPsN080341@svn.freebsd.org> From: Mark Linimon Date: Sun, 25 Nov 2012 02:56:25 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40155 - head/en_US.ISO8859-1/articles/portbuild X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 25 Nov 2012 02:56:25 -0000 Author: linimon Date: Sun Nov 25 02:56:25 2012 New Revision: 40155 URL: http://svnweb.freebsd.org/changeset/doc/40155 Log: Remove a particularly pernicious bit of markup error that bites me in the rear every time. Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/portbuild/article.xml Sun Nov 25 00:59:44 2012 (r40154) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Sun Nov 25 02:56:25 2012 (r40155) @@ -1918,7 +1918,7 @@ scratchdir=/usr2< ln -sf ${scratchdir}/portbuild /var/ # Identify builds ready for use -cd /var/portbuild/${arch} +cd /var/portbuild/arch for i in */builds/*; do if [ -f ${i}/.ready ]; then mkdir /tmp/.setup-${i##*/} @@ -2041,23 +2041,24 @@ touch /tmp/.boot_finished - Configuration on <literal>pointyhat</literal> + Configuration on the server These steps need to be taken by a portmgr acting as ports-${arch} - on pointyhat. + on the server. If any of the default TCP ports is not available (see above), you will need to create an ssh - tunnel for it and include it in the + tunnel for them and include its invocation command in + ports-${arch}'s crontab. - Add an entry to + Unless you can use the defaults, add an entry to /home/ports-${arch}/.ssh/config to specify the public IP address, TCP port for ssh, username, and any other necessary