From owner-svn-doc-projects@FreeBSD.ORG Fri Nov 30 19:21:09 2012 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82219C66; Fri, 30 Nov 2012 19:21:09 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4DFD98FC1A; Fri, 30 Nov 2012 19:21:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUJL9RU042193; Fri, 30 Nov 2012 19:21:09 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUJL9NB042192; Fri, 30 Nov 2012 19:21:09 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201211301921.qAUJL9NB042192@svn.freebsd.org> From: Rene Ladan Date: Fri, 30 Nov 2012 19:21:09 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r40207 - projects/entities/en_US.ISO8859-1/articles/hubs X-SVN-Group: doc-projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for doc projects trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Nov 2012 19:21:09 -0000 Author: rene Date: Fri Nov 30 19:21:08 2012 New Revision: 40207 URL: http://svnweb.freebsd.org/changeset/doc/40207 Log: Replace &a.committer; by &a.committer.email; in the Hubs article to keep the email addresses. As an example, replace "John Polstra" by &a.djp; Modified: projects/entities/en_US.ISO8859-1/articles/hubs/article.xml Modified: projects/entities/en_US.ISO8859-1/articles/hubs/article.xml ============================================================================== --- projects/entities/en_US.ISO8859-1/articles/hubs/article.xml Fri Nov 30 19:16:26 2012 (r40206) +++ projects/entities/en_US.ISO8859-1/articles/hubs/article.xml Fri Nov 30 19:21:08 2012 (r40207) @@ -291,10 +291,10 @@ the CVS repository via AnonCVS, FTP, rsync or HTTP, but people would benefit much more from CVSup access. - CVSup was developed by &a.jdp;. + CVSup was developed by &a.jdp.email;. It is a bit tricky to install on non-FreeBSD platforms, since it is written in Modula-3 and therefore requires - a Modula-3 environment. John Polstra has built a + a Modula-3 environment. &a.jdp; has built a stripped down version of M3 that is sufficient to run CVSup, and can be installed much easier. See Ezm3 @@ -380,7 +380,7 @@ cvspserver stream tcp nowait root /usr/b /dev/da0s1b /anoncvstmp mfs rw,-s=786432,-b=4096,-f=512,-i=560,-c=3,-m=0,nosuid 0 0 - This is (of course) tuned a lot, and was suggested by &a.jdp;. + This is (of course) tuned a lot, and was suggested by &a.jdp.email;.