From owner-svn-doc-all@FreeBSD.ORG Fri Apr 3 15:30:43 2015 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E3856F4; Fri, 3 Apr 2015 15:30:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ECE7D8CD; Fri, 3 Apr 2015 15:30:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t33FUgAN022455; Fri, 3 Apr 2015 15:30:42 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t33FUgaP022454; Fri, 3 Apr 2015 15:30:42 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201504031530.t33FUgaP022454@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Fri, 3 Apr 2015 15:30:42 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46449 - head/en_US.ISO8859-1/articles/relaydelay 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.18-1 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: Fri, 03 Apr 2015 15:30:43 -0000 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 @@ Basic Configuration - We need to install the threaded perl. - Install lang/perl5.8 - with the USE_THREADS=yes variable - set. The current version of perl - may need to be removed first; errors will be reported - by the install process if this is necessary. - - - This will require all ports which require - perl to be rebuilt and reinstalled; - ports-mgmt/portupgrade - is perfect for this. At least it will point out which - ports have been removed and which will need to be - reinstalled. - + Install perl using + &prompt.root; pkg install lang/perl5.16 + Now for the database server; MySQL is perfect for this