From owner-svn-doc-all@FreeBSD.ORG Thu Oct 25 14:42:07 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE86631A; Thu, 25 Oct 2012 14:42:07 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A567D8FC12; Thu, 25 Oct 2012 14:42:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9PEg7I0080364; Thu, 25 Oct 2012 14:42:07 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9PEg7dR080359; Thu, 25 Oct 2012 14:42:07 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210251442.q9PEg7dR080359@svn.freebsd.org> From: Eitan Adler Date: Thu, 25 Oct 2012 14:42:07 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39808 - head/en_US.ISO8859-1/articles/linux-users 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.14 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: Thu, 25 Oct 2012 14:42:07 -0000 Author: eadler Date: Thu Oct 25 14:42:07 2012 New Revision: 39808 URL: http://svn.freebsd.org/changeset/doc/39808 Log: We no longer use CVS Approved by: jkois (mentor) Modified: head/en_US.ISO8859-1/articles/linux-users/article.xml Modified: head/en_US.ISO8859-1/articles/linux-users/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/linux-users/article.xml Thu Oct 25 14:42:00 2012 (r39807) +++ head/en_US.ISO8859-1/articles/linux-users/article.xml Thu Oct 25 14:42:07 2012 (r39808) @@ -407,7 +407,7 @@ ifconfig_em0="DHCP" Updating from source is the most involved update method, but offers the greatest amount of flexibility. The process involves synchronizing a local copy of the FreeBSD source code with the &os; - CVS (Concurrent Versioning System) servers. + Subversion servers. Once the local source code is up to date you can build new versions of the kernel and userland. For more information on source updates see the chapter on updating