head	1.20;
access;
symbols;
locks; strict;
comment	@# @;


1.20
date	2014.02.27.17.35.13;	author deraadt;	state Exp;
branches;
next	1.19;

1.19
date	2002.05.19.21.54.27;	author millert;	state Exp;
branches;
next	1.18;

1.18
date	2002.05.19.21.52.49;	author millert;	state Exp;
branches;
next	1.17;

1.17
date	98.07.12.04.44.24;	author todd;	state Exp;
branches;
next	1.16;

1.16
date	98.04.01.21.33.44;	author deraadt;	state Exp;
branches;
next	1.15;

1.15
date	97.12.06.20.19.43;	author gene;	state Exp;
branches;
next	1.14;

1.14
date	96.09.19.19.41.53;	author niklas;	state Exp;
branches;
next	1.13;

1.13
date	96.05.05.14.54.10;	author deraadt;	state Exp;
branches;
next	1.12;

1.12
date	96.05.01.07.09.33;	author deraadt;	state Exp;
branches;
next	1.11;

1.11
date	96.02.25.19.14.58;	author mickey;	state Exp;
branches;
next	1.10;

1.10
date	96.01.09.23.06.50;	author niklas;	state Exp;
branches;
next	1.9;

1.9
date	96.01.09.16.33.04;	author deraadt;	state Exp;
branches;
next	1.8;

1.8
date	96.01.07.20.08.05;	author deraadt;	state Exp;
branches;
next	1.7;

1.7
date	96.01.02.22.24.35;	author deraadt;	state Exp;
branches;
next	1.6;

1.6
date	95.12.21.01.40.36;	author deraadt;	state Exp;
branches;
next	1.5;

1.5
date	95.12.20.17.53.46;	author deraadt;	state Exp;
branches;
next	1.4;

1.4
date	95.10.20.00.52.01;	author deraadt;	state Exp;
branches;
next	1.3;

1.3
date	95.10.20.00.50.06;	author deraadt;	state Exp;
branches;
next	1.2;

1.2
date	95.10.20.00.49.24;	author deraadt;	state Exp;
branches;
next	1.1;

1.1
date	95.10.14.00.20.55;	author deraadt;	state Exp;
branches;
next	;


desc
@@


1.20
log
@disable the www updater
@
text
@#
# $OpenBSD: modules,v 1.19 2002/05/19 21:54:27 millert Exp $
# The CVS Modules File
#
# $CVSid: @@(#)modules 1.5 92/03/31 $
#
# Three different line formats are valid:
#	key	-a    aliases...
#	key [options] directory
#	key [options] directory files...
#
# Where "options" are composed of:
#	-i prog		Run "prog" on "cvs commit" from top-level of module.
#	-o prog		Run "prog" on "cvs checkout" of module.
#	-t prog		Run "prog" on "cvs rtag" of module.
#	-u prog		Run "prog" on "cvs update" of module.
#	-d dir		Place module in directory "dir" instead of module name.
#	-l		Top-level directory only -- do not recurse.
#
# And "directory" is a path to a directory relative to $CVSROOT.
#
# The "-a" option specifies an alias.  An alias is interpreted as if
# everything on the right of the "-a" had been typed on the command line.
#
# You can encode a module within a module by using the special '&'
# character to interpose another module into the current module.  This
# can be useful for creating a module that consists of many directories
# spread out over the entire source repository.
#

# Convenient aliases
world		-a .

# CVSROOT support
CVSROOT		CVSROOT
modules		CVSROOT modules
loginfo		CVSROOT loginfo
commitinfo	CVSROOT commitinfo
rcsinfo		CVSROOT rcsinfo

#www		-i /var/www/conf/cvswww www

# Add more modules here 
#
#
alpha		src/sys/arch/alpha
amiga		src/sys/arch/amiga
arc		src/sys/arch/arc
arm32		src/sys/arch/arm32
atari		src/sys/arch/atari
hp300		src/sys/arch/hp300
hppa		src/sys/arch/hppa
i386		src/sys/arch/i386
mac68k		src/sys/arch/mac68k
macppc		src/sys/arch/macppc
mvme68k		src/sys/arch/mvme68k
mvme88k		src/sys/arch/mvme88k
mvmeppc		src/sys/arch/mvmeppc
pc532		src/sys/arch/pc532
pmax		src/sys/arch/pmax
sparc		src/sys/arch/sparc
sparc64		src/sys/arch/sparc64
sun3		src/sys/arch/sun3
vax		src/sys/arch/vax

usrc            -a !src/sys src
ksrc            -a src/sys
ksrc-common     -a !src/sys/arch src/sys
ksrc-alpha      -a src/sys/arch/alpha
ksrc-amiga      -a src/sys/arch/amiga ksrc-m68k
ksrc-arc        -a src/sys/arch/arc
ksrc-atari      -a src/sys/arch/atari ksrc-m68k
ksrc-hp300      -a src/sys/arch/hp300 ksrc-m68k
ksrc-hppa	-a src/sys/arch/hppa
ksrc-i386       -a src/sys/arch/i386
ksrc-m68k       -a src/sys/arch/m68k
ksrc-mac68k     -a src/sys/arch/mac68k ksrc-m68k
ksrc-macppc     -a src/sys/arch/macppc ksrc-powerpc
ksrc-mvme68k    -a src/sys/arch/mvme68k ksrc-m68k
ksrc-mvme88k    -a src/sys/arch/mvme88k
ksrc-mvmeppc    -a src/sys/arch/mvmeppc ksrc-powerpc
ksrc-pc532      -a src/sys/arch/pc532
ksrc-pmax       -a src/sys/arch/pmax
ksrc-powerpc    -a src/sys/arch/powerpc
ksrc-sparc      -a src/sys/arch/sparc
ksrc-sparc64    -a src/sys/arch/sparc64
ksrc-sun3       -a src/sys/arch/sun3 ksrc-m68k
ksrc-vax        -a src/sys/arch/vax

bin		-a src/bin
distrib		-a src/distrib
etc		-a src/etc
games		-a src/games
gnu		-a src/gnu
include		-a src/include
kerberosIV	-a src/kerberosIV
lib		-a src/lib
libexec		-a src/libexec
lkm		-a src/lkm
regress		-a src/regress
sbin		-a src/sbin
share		-a src/share
sys		src/sys
usr.bin		-a src/usr.bin
usr.sbin	-a src/usr.sbin
@


1.19
log
@fix typo in macppc entry
@
text
@d2 1
a2 1
# $OpenBSD: modules,v 1.17 1998/07/12 04:44:24 todd Exp $
d41 1
a41 1
www		-i /var/www/conf/cvswww www
@


1.18
log
@add sparc64, macppc and mvmeppc
@
text
@d78 1
a78 1
ksrc-macppc     -a src/sys/arch/mac68k ksrc-powerpc
@


1.17
log
@add missing ksrc
@
text
@d2 1
a2 1
# $OpenBSD: modules,v 1.16 1998/04/01 21:33:44 deraadt Exp $
d55 1
d58 1
d62 1
d78 1
d81 1
d84 1
d86 1
@


1.16
log
@move httpd
@
text
@d2 1
a2 1
# $OpenBSD: modules,v 1.15 1997/12/06 20:19:43 gene Exp $
d49 1
d52 1
d71 1
@


1.15
log
@In the case of m68k architectures, ksrc-<archname> now will also checkout
ksrc-m68k.  This makes it reall possible to do what it says on the webpage
about 'cvs checkout ksrc-<archname> ksrc-common'
@
text
@d2 1
a2 1
# $OpenBSD: modules,v 1.14 1996/09/19 19:41:53 niklas Exp $
d41 1
a41 1
www		-i /usr/local/etc/httpd/conf/cvswww www
@


1.14
log
@Goodbye pica, Hello arc
@
text
@d2 1
a2 1
# $OpenBSD: modules,v 1.13 1996/05/05 14:54:10 deraadt Exp $
d65 1
a65 1
ksrc-amiga      -a src/sys/arch/amiga
d67 2
a68 2
ksrc-atari      -a src/sys/arch/atari
ksrc-hp300      -a src/sys/arch/hp300
d71 2
a72 2
ksrc-mac68k     -a src/sys/arch/mac68k
ksrc-mvme68k    -a src/sys/arch/mvme68k
d77 1
a77 1
ksrc-sun3       -a src/sys/arch/sun3
@


1.13
log
@a -LOpenBSD test..
@
text
@d2 1
a2 1
# $OpenBSD$
d48 1
a55 1
pica		src/sys/arch/pica
d66 1
a74 1
ksrc-pica       -a src/sys/arch/pica
@


1.12
log
@mkmodules no longer needed
@
text
@d2 1
@


1.11
log
@LKM's added.
@
text
@d34 5
a38 5
CVSROOT		-i /usr/local/bin/mkmodules CVSROOT
modules		-i /usr/local/bin/mkmodules CVSROOT modules
loginfo		-i /usr/local/bin/mkmodules CVSROOT loginfo
commitinfo	-i /usr/local/bin/mkmodules CVSROOT commitinfo
rcsinfo		-i /usr/local/bin/mkmodules CVSROOT rcsinfo
@


1.10
log
@Fix path error
@
text
@d88 1
@


1.9
log
@test www thing
@
text
@d40 1
a40 1
www		-i /usr/local/httpd/conf/cvswww www
@


1.8
log
@few more modules
@
text
@d40 2
@


1.7
log
@more modules from dm@@amsterdam.lcs.mit.edu
@
text
@a41 1
sys		src/sys
d76 16
@


1.6
log
@bye bye gcc module
@
text
@d58 19
@


1.5
log
@gcc module (this is a test)
@
text
@a57 2

gcc		src/gnu/usr.bin/gcc
@


1.4
log
@arch modules
@
text
@d58 2
@


1.3
log
@try 2
@
text
@d43 15
@


1.2
log
@src/sys module attempt
@
text
@d42 1
a42 1
sys		-a src/sys
@


1.1
log
@initial checkin of modules
@
text
@d42 1
@
