svn commit: r46449 - head/en_US.ISO8859-1/articles/relaydelay
Eitan Adler
eadler at FreeBSD.org
Fri Apr 3 15:30:43 UTC 2015
Author: eadler
Date: Fri Apr 3 15:30:41 2015
New Revision: 46449
URL: https://svnweb.freebsd.org/changeset/doc/46449
Log:
relaydelay: improve perl installation instructions
Its not clear if this article is still helpful, but either way, direct
people to an actually existing port.
Modified:
head/en_US.ISO8859-1/articles/relaydelay/article.xml
Modified: head/en_US.ISO8859-1/articles/relaydelay/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/relaydelay/article.xml Fri Apr 3 15:18:19 2015 (r46448)
+++ head/en_US.ISO8859-1/articles/relaydelay/article.xml Fri Apr 3 15:30:41 2015 (r46449)
@@ -52,21 +52,9 @@
<sect1>
<title>Basic Configuration</title>
- <para>We need to install the threaded <command>perl</command>.
- Install <package>lang/perl5.8</package>
- with the <varname>USE_THREADS=yes</varname> variable
- set. The current version of <command>perl</command>
- may need to be removed first; errors will be reported
- by the install process if this is necessary.</para>
-
- <note>
- <para>This will require all ports which require
- <command>perl</command> to be rebuilt and reinstalled;
- <package>ports-mgmt/portupgrade</package>
- is perfect for this. At least it will point out which
- ports have been removed and which will need to be
- reinstalled.</para>
- </note>
+ <para>Install perl using
+ <screen>&prompt.root; <userinput>pkg install lang/perl5.16</userinput></screen>
+ </para>
<para>Now for the database server;
<application>MySQL</application> is perfect for this
More information about the svn-doc-all
mailing list