summaryrefslogtreecommitdiff
path: root/devel/cvsup-bin/files/supfile-cvsup.jp.netbsd.org
blob: 2e99f390d2d9a253aad8e2c10e07460f9067b32d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#
# Example cvsup config file provided by
# Motoyuki Konno <motoyuki@bsdclub.org> (cvsup.jp.netbsd.org maintainer)
#

# This file can be used to obtain the checked-out NetBSD source files

#*default tag=.				# Comment out this line to obtain
					# the checkout-out NetBSD source files.
					# Replace the ``.'' with a cvs tag
					# to get other NetBSD releases.
*default release=cvs
*default delete use-rel-suffix
*default umask=022
*default host=cvsup.jp.NetBSD.org	# Machine to connect to
*default base=/var/cvsup/		# Location to put the sources
*default prefix=/usr/cvsup           	# Where to put the sup subdirectory

*default compress			# Use this unless your network link
					# is a T1 or faster

# You can get everything using the ``netbsd'' collection.
netbsd

# Alternatively, use following collections to get one or more
# of the partial collections by uncommenting them below.

#netbsd-base				# CVSROOT and misc
#
#netbsd-src				# All of src tree
#netbsd-src-base			#   src/[A-Z]* and misc.
#netbsd-src-bin				#   src/bin
#netbsd-src-crypto			#   src/crypto
#netbsd-src-dist			#   src/dist
#netbsd-src-distrib			#   src/distrib
#netbsd-src-doc				#   src/doc
#netbsd-src-etc				#   src/etc
#netbsd-src-games			#   src/games
#netbsd-src-gnu				#   src/gnu
#netbsd-src-include			#   src/include
#netbsd-src-lib				#   src/lib
#netbsd-src-libexec			#   src/libexec
#netbsd-src-regress			#   src/regress
#netbsd-src-rescue			#   src/rescue
#netbsd-src-sbin			#   src/sbin
#netbsd-src-share			#   src/share
#netbsd-src-sys				#   src/sys
#netbsd-src-tools			#   src/tools
#netbsd-src-usrbin			#   src/usr.bin
#netbsd-src-usrsbin			#   src/usr.sbin
#
#netbsd-htdocs				# htdocs
#netbsd-othersrc			# othersrc
#netbsd-pkgsrc				# pkgsrc
#netbsd-xsrc				# All of xsrc tree
#netbsd-xsrc-3				# xsrc tree for XFree86 3.X
#netbsd-xsrc-4				# xsrc tree for XFree86 4.X
#
#netbsd-distrib	release=self		# server's own config files
#