diff --git a/en_US.ISO8859-1/articles/portbuild/article.xml b/en_US.ISO8859-1/articles/portbuild/article.xml index 6f6b46f50c..74c411fdc2 100644 --- a/en_US.ISO8859-1/articles/portbuild/article.xml +++ b/en_US.ISO8859-1/articles/portbuild/article.xml @@ -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