svn commit: r44854 - head/en_US.ISO8859-1/htdocs/internal

Gavin Atkinson gavin at FreeBSD.org
Sat May 17 16:47:43 UTC 2014


Author: gavin
Date: Sat May 17 16:47:43 2014
New Revision: 44854
URL: http://svnweb.freebsd.org/changeset/doc/44854

Log:
  Remove another reference to CVSup, replace with a pointer to rsync.

Modified:
  head/en_US.ISO8859-1/htdocs/internal/mirror.xml

Modified: head/en_US.ISO8859-1/htdocs/internal/mirror.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/internal/mirror.xml	Sat May 17 16:38:29 2014	(r44853)
+++ head/en_US.ISO8859-1/htdocs/internal/mirror.xml	Sat May 17 16:47:43 2014	(r44854)
@@ -16,27 +16,19 @@
 <p>It is possible to mirror the FreeBSD web pages
 <tt>www.FreeBSD.org</tt>.
 
-This can be done using a program called <em>csup</em>.
+This can be done using a program called <em>rsync</em>.
 
-csup is a software package in the base system for
+rsync is a software package in the Ports Collection for
 distributing and updating collections of files across a network.</p>
 
-<h2>Running csup</h2>
+<h2>Running rsync</h2>
 
 <p>If you keep your mirrored FreeBSD web pages in the directory
 <tt>/usr/FreeBSD-mirror</tt> and are owned by the user `fred', then
 run the following command as user `fred':</p>
 
 <pre>
-     $ csup supfile-www
-</pre>
-
-The file <tt>supfile-www</tt> contain:
-<pre>
-       *default host=cvsup.FreeBSD.org
-       *default prefix=/usr/FreeBSD-mirror
-       *default base=/usr/local/etc/cvsup
-       www release="current" delete use-rel-suffix compress
+     $ rsync -vaHz --delete rsync://bit0.us-west.freebsd.org/FreeBSD-www-data/ /usr/FreeBSD-mirror/
 </pre>
 
 <p>This will mirror the FreeBSD web pages into


More information about the svn-doc-all mailing list