diff options
author | jdp <jdp@FreeBSD.org> | 1997-07-16 20:59:55 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1997-07-16 20:59:55 +0000 |
commit | 4de244cf34383dcb0c18ed91211d7b2338b75b4f (patch) | |
tree | 006f7a1ec313967a2e70270ae45b0e27a2f2fb2f /net/cvsup-mirror/scripts | |
parent | 9fa36a7ac6601c2053310f6e72beab3e3cb2df8b (diff) | |
download | FreeBSD-ports-4de244cf34383dcb0c18ed91211d7b2338b75b4f.zip FreeBSD-ports-4de244cf34383dcb0c18ed91211d7b2338b75b4f.tar.gz |
Direct cvsupd's stdout and stderr into "/var/tmp/cvsupd.out" for
better crash diagnosis. May it never get tested, ha ha ha.
Eliminate the lite2 and smp releases of the src-sys collection.
Add the new mail-archive collection.
Run cvsup with the "-1" flag to disable automatic retries. Let cron
take care of that.
State in DESCR that version 15.1 or later of CVSup is required.
Diffstat (limited to 'net/cvsup-mirror/scripts')
-rw-r--r-- | net/cvsup-mirror/scripts/configure | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/cvsup-mirror/scripts/configure b/net/cvsup-mirror/scripts/configure index 58928c8..24bed7d 100644 --- a/net/cvsup-mirror/scripts/configure +++ b/net/cvsup-mirror/scripts/configure @@ -133,14 +133,12 @@ ask_distrib FreeBSD.cvs /home/ncvs . \ "main source tree, except crypto code (350 MB)" ask_distrib FreeBSD-crypto.cvs /home/ncvs . \ "crypto code (7 MB)" -ask_distrib FreeBSD.lite2 /home/lite2 . \ - "BSD-4.4lite2 merge source tree (45 MB)" -ask_distrib FreeBSD.smp /home/smp . \ - "SMP support source tree (25 MB)" ask_distrib FreeBSD-www.current /usr/local/www . \ "installed World Wide Web data (16 MB)" ask_distrib FreeBSD-gnats.current /home/gnats gnats \ "GNATS bug tracking database (12 MB)" +ask_distrib FreeBSD-mail.current /home/mail . \ + "mailing list archive (150 MB)" cat <<EOF |