From 8302b5d22601f2aff71ed2a9fd4a81cddd36bc66 Mon Sep 17 00:00:00 2001
From: Mark Linimon <linimon@FreeBSD.org>
Date: Sat, 23 Jun 2012 01:36:40 +0000
Subject: [PATCH] The <arch>-buildlogs and <arch>-errorlogs links must be made
even in the new codebase.
---
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 5a47dc9648..07a1dadbda 100644
--- a/en_US.ISO8859-1/articles/portbuild/article.sgml
+++ b/en_US.ISO8859-1/articles/portbuild/article.sgml
@@ -2623,8 +2623,8 @@ ln -s ../<replaceable>arch</replaceable>/<replaceable>branch</replaceable>/build
</listitem>
<listitem>
- <para>(Only necessary for old codebase):
- In that
+ <para>
+ In the <filename>/var/portbuild/errorlogs/</filename>
directory, create two more links for the webserver:<screen>
ln -s ../<replaceable>arch</replaceable>/archive/buildlogs <replaceable>arch</replaceable>-buildlogs
ln -s ../<replaceable>arch</replaceable>/archive/errorlogs <replaceable>arch</replaceable>-errorlogs</screen>