From owner-svn-doc-head@FreeBSD.ORG Sun Oct 7 20:33:20 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6A4151065678; Sun, 7 Oct 2012 20:33:20 +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 55B078FC1B; Sun, 7 Oct 2012 20:33:20 +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 q97KXK6M065992; Sun, 7 Oct 2012 20:33:20 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q97KXKEF065990; Sun, 7 Oct 2012 20:33:20 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210072033.q97KXKEF065990@svn.freebsd.org> From: Eitan Adler Date: Sun, 7 Oct 2012 20:33:20 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39701 - head/en_US.ISO8859-1/articles/hubs X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2012 20:33:20 -0000 Author: eadler (src,ports committer) Date: Sun Oct 7 20:33:19 2012 New Revision: 39701 URL: http://svn.freebsd.org/changeset/doc/39701 Log: CVSup and anoncvs are going away eventually Approved by: bcr Modified: head/en_US.ISO8859-1/articles/hubs/article.xml Modified: head/en_US.ISO8859-1/articles/hubs/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/hubs/article.xml Sun Oct 7 20:33:16 2012 (r39700) +++ head/en_US.ISO8859-1/articles/hubs/article.xml Sun Oct 7 20:33:19 2012 (r39701) @@ -125,13 +125,10 @@ also affected by the types of services you want to offer. Plain FTP or HTTP services may not require a huge amount of resources. Watch out if you provide - CVSup, rsync or even AnonCVS. This can have a huge - impact on CPU and memory requirements. Especially - rsync is considered a memory hog, and CVSup does - indeed consume some CPU. For AnonCVS it might - be a nice idea to set up a memory resident file system (MFS) of at least - 300 MB, so you need to take this into account - for your memory requirements. The following + rsync. This can have a huge + impact on CPU and memory requirements as it is + considered a memory hog. + The following are just examples to give you a very rough hint.