From: Sascha Wildner Date: Thu, 26 Feb 2015 12:40:51 +0000 (+0100) Subject: Nuke /usr/share/examples/cvsup. X-Git-Tag: v4.2.0rc~727 X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/commitdiff_plain/7124a27841442f31d0e649b103eb5d01b192825b Nuke /usr/share/examples/cvsup. Now that i386 is no longer supported we can't even run an old FreeBSD cvsup binary anymore, so all this has become completely pointless. FreeBSD has since switched to SVN, NetBSD's repository can be rsync'ed, about OpenBSD I am not sure though. There are git repos of various BSDs too. --- diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 0d41f8790e..7707455eab 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -2824,6 +2824,7 @@ TO_REMOVE+=/usr/share/man/man3/libhammer_get_volinfo.3.gz TO_REMOVE+=/usr/share/man/cat3/libhammer_get_volinfo.3.gz TO_REMOVE+=/usr/share/man/man3/libhammer_free_volinfo.3.gz TO_REMOVE+=/usr/share/man/cat3/libhammer_free_volinfo.3.gz +TO_REMOVE+=/usr/share/examples/cvsup .if ${MACHINE_ARCH} == "x86_64" TO_REMOVE+=/usr/sbin/stlstats diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist index 78bf5c3849..e701d25a2f 100644 --- a/etc/mtree/BSD.usr.dist +++ b/etc/mtree/BSD.usr.dist @@ -157,8 +157,6 @@ contrib .. .. - cvsup - .. diskless .. drivers diff --git a/share/examples/cvsup/FreeBSD-supfile b/share/examples/cvsup/FreeBSD-supfile deleted file mode 100644 index c1750f066a..0000000000 --- a/share/examples/cvsup/FreeBSD-supfile +++ /dev/null @@ -1,207 +0,0 @@ -# $FreeBSD: src/share/examples/cvsup/cvs-supfile,v 1.48 2008/03/13 22:36:02 edwin Exp $ -# -# This file contains all of the "CVSup collections" that make up the -# CVS development tree of the FreeBSD system. -# -# CVSup (CVS Update Protocol) allows you to download the latest CVS -# tree (or any branch of development therefrom) to your system easily -# and efficiently (far more so than with sup, which CVSup is aimed -# at replacing). If you're running CVSup interactively, and are -# currently using an X display server, you should run CVSup as follows -# to keep your CVS tree up-to-date: -# -# cvsup cvs-supfile -# -# If not running X, or invoking cvsup from a non-interactive script, then -# run it as follows: -# -# cvsup -g -L 2 cvs-supfile -# -# You may wish to change some of the settings in this file to better -# suit your system: -# -# host=CHANGE_THIS.FreeBSD.org -# This specifies the server host which will supply the -# file updates. You must change it to one of the CVSup -# mirror sites listed in the FreeBSD Handbook at -# http://www.freebsd.org/doc/handbook/mirrors.html. -# You can override this setting on the command line -# with cvsup's "-h host" option. -# -# base=/usr -# This specifies the root where CVSup will store information -# about the collections you have transferred to your system. -# A setting of "/usr" will generate this information in -# /usr/sup. You can override the "base" setting on the -# command line with cvsup's "-b base" option. This directory -# must exist in order to run CVSup. -# -# prefix=/home/ncvs -# This specifies where to place the requested files. A -# setting of "/home/ncvs" will place all of the files -# requested in /home/ncvs (e.g., "/home/ncvs/src/bin", -# "/home/ncvs/ports/archivers"). The prefix directory -# must exist in order to run CVSup. - -# Defaults that apply to all the collections -# -# IMPORTANT: Change the next line to use one of the CVSup mirror sites -# listed at http://www.freebsd.org/doc/handbook/mirrors.html. -*default host=CHANGE_THIS.FreeBSD.org -*default base=/usr -*default prefix=/home/ncvs -*default release=cvs -*default delete use-rel-suffix - -# If you seem to be limited by CPU rather than network or disk bandwidth, try -# commenting out the following line. (Normally, today's CPUs are fast enough -# that you want to run compression.) -*default compress - -## Main Source Tree. -# -# The easiest way to get the main source tree is to use the "src-all" -# mega-collection. It includes all of the individual "src-*" collections. -src-all - -# These are the individual collections that make up "src-all". If you -# use these, be sure to comment out "src-all" above. -#src-base -#src-bin -#src-cddl -#src-contrib -#src-etc -#src-games -#src-gnu -#src-include -#src-kerberos5 -#src-kerberosIV -#src-lib -#src-libexec -#src-release -#src-rescue -#src-sbin -#src-share -#src-sys -#src-tools -#src-usrbin -#src-usrsbin -# These are the individual collections that make up FreeBSD's crypto -# collection. They are no longer export-restricted and are a part of -# src-all -#src-crypto -#src-eBones -#src-secure -#src-sys-crypto - -## Ports Collection. -# -# The easiest way to get the ports tree is to use the "ports-all" -# mega-collection. It includes all of the individual "ports-*" -# collections, -ports-all - -# These are the individual collections that make up "ports-all". If you -# use these, be sure to comment out "ports-all" above and always include -# "ports-base" if you use any of the other individual collections below. -# Your ports may not build correctly without an up-to-date "ports-base". -# -#ports-base -# -#ports-accessibility -#ports-arabic -#ports-archivers -#ports-astro -#ports-audio -#ports-benchmarks -#ports-biology -#ports-cad -#ports-chinese -#ports-comms -#ports-converters -#ports-databases -#ports-deskutils -#ports-devel -#ports-dns -#ports-editors -#ports-emulators -#ports-finance -#ports-french -#ports-ftp -#ports-games -#ports-german -#ports-graphics -#ports-hebrew -#ports-hungarian -#ports-irc -#ports-japanese -#ports-java -#ports-korean -#ports-lang -#ports-mail -#ports-math -#ports-mbone -#ports-misc -#ports-multimedia -#ports-net -#ports-net-im -#ports-net-mgmt -#ports-net-p2p -#ports-news -#ports-palm -#ports-picobsd -#ports-polish -#ports-ports-mgmt -#ports-portuguese -#ports-print -#ports-russian -#ports-science -#ports-security -#ports-shells -#ports-sysutils -#ports-textproc -#ports-ukrainian -#ports-vietnamese -#ports-www -#ports-x11 -#ports-x11-clocks -#ports-x11-drivers -#ports-x11-fm -#ports-x11-fonts -#ports-x11-servers -#ports-x11-themes -#ports-x11-toolkits -#ports-x11-wm - -## Documentation -# -# The easiest way to get the doc tree is to use the "doc-all" -# mega-collection. It includes all of the individual "doc-*" -# collections, -doc-all - -## Website -# -# This collection retrieves the www tree of the FreeBSD -# repository -www - -## Projects -# -# This collection retrieves the projects tree of the FreeBSD -# repository -projects-all - -## CVSROOT control files -# -# This is to get the control files that cvs(1) needs and the commit logs. -cvsroot-all - -# These are the individual collections that make up "cvsroot-all" If you -# use these, be sure to comment out "cvsroot-all" above. "cvsroot-common" -# is a synthetic CVSROOT that has all the modules from the other CVSROOT-* -# directories merged into one, and merged commitlogs via symlinks. -#cvsroot-common -#cvsroot-src -#cvsroot-ports -#cvsroot-doc diff --git a/share/examples/cvsup/NetBSD-supfile b/share/examples/cvsup/NetBSD-supfile deleted file mode 100644 index 0e020bfdb7..0000000000 --- a/share/examples/cvsup/NetBSD-supfile +++ /dev/null @@ -1,57 +0,0 @@ -# $NetBSD: netbsd-supfile,v 1.1 2007/06/09 11:32:56 dsieger Exp $ -# $DragonFly: src/share/examples/cvsup/NetBSD-supfile,v 1.3 2008/02/10 22:25:36 swildner Exp $ -# -# NETBSD-CVS-SUPFILE -# -# This file will by default maintain a copy of the NetBSD CVS tree in -# /home/nbcvs -# -# A list of NetBSD CVSup mirrors is available at -# -# http://www.netbsd.org/mirrors/#cvsup -# -# If not running X, or invoking cvsup from a non-interactive script, then -# run it as follows: -# -# cvsup -g -L 2 netbsd-supfile -# -# You may wish to change some of the settings in this file to better -# suit your system: -# -# host= -# This specifies the server host which will supply the -# file updates. -# -# base=/usr -# This specifies the root where CVSup will store information -# about the collections you have transferred to your system. -# A setting of "/usr" will generate this information in -# /usr/sup. You can override the "base" setting on the -# command line with cvsup's "-b base" option. This directory -# must exist in order to run CVSup. -# -# prefix=/home/nbcvs -# This specifies where to place the requested files. A -# setting of "/home/nbcvs" will place all of the files -# requested in /home/nbcvs (e.g., "/home/nbcvs/src/bin"). -# The prefix directory must exist in order to run CVSup. -# -*default host=CHANGE_THIS.NetBSD.org -*default base=/usr -*default prefix=/home/nbcvs -*default release=cvs -*default delete use-rel-suffix -*default compress - -# If you want all tree we have, use this line. -netbsd - -# smaller collections -#netbsd-basesrc -#netbsd-cryptosrc-intl -#netbsd-doc -#netbsd-gnusrc -#netbsd-pkgsrc -#netbsd-sharesrc -#netbsd-syssrc -#netbsd-xsrc diff --git a/share/examples/cvsup/OpenBSD-supfile b/share/examples/cvsup/OpenBSD-supfile deleted file mode 100644 index 525b5974de..0000000000 --- a/share/examples/cvsup/OpenBSD-supfile +++ /dev/null @@ -1,52 +0,0 @@ -# $DragonFly: src/share/examples/cvsup/OpenBSD-supfile,v 1.4 2008/02/10 22:32:19 swildner Exp $ -# -# OPENBSD-CVS-SUPFILE -# -# This file will by default maintain a copy of the OpenBSD CVS tree in -# /home/obcvs -# -# A list of OpenBSD CVSup mirrors is available at: -# -# http://www.openbsd.org/cvsup.html#CVSROOT -# -# If not running X, or invoking cvsup from a non-interactive script, then -# run it as follows: -# -# cvsup -g -L 2 openbsd-supfile -# -# You may wish to change some of the settings in this file to better -# suit your system: -# -# host= -# This specifies the server host which will supply the -# file updates. -# -# base=/usr -# This specifies the root where CVSup will store information -# about the collections you have transferred to your system. -# A setting of "/usr" will generate this information in -# /usr/sup. You can override the "base" setting on the -# command line with cvsup's "-b base" option. This directory -# must exist in order to run CVSup. -# -# prefix=/home/obcvs -# This specifies where to place the requested files. A -# setting of "/home/obcvs" will place all of the files -# requested in /home/obcvs (e.g., "/home/obcvs/src/bin", -# "/home/obcvs/ports/archivers"). The prefix directory -# must exist in order to run CVSup. -# -*default host=CHANGE_THIS.openbsd.org -*default base=/usr -*default prefix=/home/obcvs -*default release=cvs -*default delete use-rel-suffix -*default compress - -OpenBSD-all -#OpenBSD-src -#OpenBSD-www -#OpenBSD-ports -#OpenBSD-x11 -#OpenBSD-xf4 -#OpenBSD-xenocara diff --git a/share/examples/cvsup/README b/share/examples/cvsup/README deleted file mode 100644 index 892133bfce..0000000000 --- a/share/examples/cvsup/README +++ /dev/null @@ -1,36 +0,0 @@ -# $FreeBSD: src/share/examples/cvsup/README,v 1.15.2.5 2002/12/03 05:58:04 kuriyama Exp $ -# $DragonFly: src/share/examples/cvsup/README,v 1.9 2008/07/08 11:59:15 thomas Exp $ - -This directory contains sample "supfiles" for obtaining and updating -the various BSDs via the Internet. These supfiles will work with -CVSup version 14.0 or later. For general information on CVSup -itself, please see http://www.dragonflybsd.org/docs/handbook/handbook-cvsup/ . -You can use net/csup from NetBSD pkgsrc collection to check out -the source tree, or devel/cvsync to retrieve the CVS repository files, -from a CVSup server. - -To maintain the sources for FreeBSD, use: - - FreeBSD-supfile Main source tree for FreeBSD - - A list of mirrors is maintained at: - - http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS - - -To maintain the sources for NetBSD, use: - - NetBSD-supfile Main source tree for NetBSD - - A list of mirrors is maintained at: - - http://www.netbsd.org/mirrors/#cvsup - - -To maintain the sources for OpenBSD, use: - - OpenBSD-supfile Main source tree for OpenBSD - - A list of mirrors is maintained at: - - http://www.openbsd.org/cvsup.html#CVSROOT