From 066fd76ace6dc4c736d07a058e7bba7ac66ac921 Mon Sep 17 00:00:00 2001 From: Mark Linimon <linimon@FreeBSD.org> Date: Wed, 1 Jun 2011 02:59:06 +0000 Subject: [PATCH] Fix a markup item that keeps biting me in the rear. While here, remove the argument from reportload, it's not needed. --- en_US.ISO8859-1/articles/portbuild/article.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/articles/portbuild/article.sgml b/en_US.ISO8859-1/articles/portbuild/article.sgml index 6a023044bd..46859ec6ba 100644 --- a/en_US.ISO8859-1/articles/portbuild/article.sgml +++ b/en_US.ISO8859-1/articles/portbuild/article.sgml @@ -1559,7 +1559,7 @@ ganglia:*:102:102::0:0:User &:/usr/local/ganglia:/bin/sh</screen> <listitem> <para>In <filename>etc/inetd.conf</filename>: add - <screen>infoseek stream tcp nowait nobody /var/portbuild/scripts/reportload reportload</screen> + <screen>infoseek stream tcp nowait nobody /var/portbuild/scripts/reportload</screen> </para> </listitem> @@ -1749,7 +1749,7 @@ scratchdir=<filename>/<replaceable>usr2</replaceable></filename> ln -sf ${scratchdir}/portbuild /var/ # Identify builds ready for use -cd /var/portbuild/${arch} +cd /var/portbuild/<replaceable>${arch}</replaceable> for i in */builds/*; do if [ -f ${i}/.ready ]; then mkdir /tmp/.setup-${i##*/}