summaryrefslogtreecommitdiff
path: root/net/cvsup-mirror/pkg-descr
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1997-02-02 04:11:35 +0000
committerJohn Polstra <jdp@FreeBSD.org>1997-02-02 04:11:35 +0000
commita2fac247975b4bffe7cbdc4c56aa69f4009e455f (patch)
tree30cbdc7bdf911f802be744e3041c09da9de817b6 /net/cvsup-mirror/pkg-descr
parentChange Makefile more to my likeing. (diff)
The cvsup-mirror port, a kit that makes it easy to set up a FreeBSD
mirror site.
Notes
Notes: svn path=/head/; revision=5495
Diffstat (limited to 'net/cvsup-mirror/pkg-descr')
-rw-r--r--net/cvsup-mirror/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/cvsup-mirror/pkg-descr b/net/cvsup-mirror/pkg-descr
new file mode 100644
index 000000000000..d8dd415f0202
--- /dev/null
+++ b/net/cvsup-mirror/pkg-descr
@@ -0,0 +1,15 @@
+This is the CVSup Mirror Kit, an easy way to set up a FreeBSD mirror
+site. When you type "make", it asks you a few questions about
+which files you want to mirror, where you want to put them on your
+disks, where you want to update them from, etc. After a "make
+install" your system will then be running as a nearly self-maintaining
+FreeBSD mirror site. It will even update its own configuration
+files from the master site automatically.
+
+This kit is not for people who just want to keep their own files
+up to date with CVSup. It is for people who wish to run servers
+that distribute the FreeBSD sources to others.
+
+This port requires CVSup version 14.1.1 or later.
+
+jdp@FreeBSD.org