net/cvsup-bin port is gone long ago. Change it to cvsup-without-gui,
rephrase a bit and add links to appropriate Handbook sections.
This commit is contained in:
parent
0a9a4f8ed2
commit
cc2c5c24fd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26831
1 changed files with 9 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/mirror.sgml,v 1.16 2002/06/29 09:07:07 nik Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/mirror.sgml,v 1.17 2005/10/04 20:06:58 hrs Exp $">
|
||||
<!ENTITY title "Mirroring the FreeBSD Web Pages">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -15,18 +15,23 @@
|
|||
To do this, you need to obtain and install
|
||||
a program called <em>cvsup</em> on your web server.
|
||||
|
||||
<a href="../doc/en_US.ISO8859-1/books/handbook/synching.html#CVSUP">CVSup</a> is a software package for
|
||||
<a href="../doc/en_US.ISO8859-1/books/handbook/cvsup.html#CVSUP-INSTALL">CVSup</a> is a software package for
|
||||
distributing and updating collections of files across a network.</p>
|
||||
|
||||
<H2>Installing CVSup</H2>
|
||||
|
||||
<p>To build and install it, do the following:</p>
|
||||
<p>You can build and install it from source by the following commands:</p>
|
||||
|
||||
<pre>
|
||||
# cd /usr/ports/net/cvsup-bin
|
||||
# cd /usr/ports/net/cvsup-without-gui
|
||||
# make all install clean
|
||||
</pre>
|
||||
|
||||
<p>However, installing precompiled package from the FreeBSD
|
||||
<a href="../doc/en_US.ISO8859-1/books/handbook/packages-using.html">packages
|
||||
collection</link> may be much easier.
|
||||
Refer to the chapter mentioned for the details.</p>
|
||||
|
||||
<H2>Running CVSup</H2>
|
||||
|
||||
<p>If you keep your mirrored FreeBSD web pages in the directory
|
||||
|
|
Loading…
Reference in a new issue