aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/mkmodules/mkmodules.1
blob: 8196a47f137b3384725b81352ee0b9fc0ddc82f6 (plain) (blame)
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
61
62
63
64
65
.\"
.\"	$CVSid: @(#)mkmodules.1 1.3 92/01/30 $
.\"
.TH MKMODULES 1 "12 October 1991"
.SH "NAME"
mkmodules \- Rebuild modules database for CVS
.SH "SYNOPSIS"
.B mkmodules
.I directory
.SH "DESCRIPTION"
.B mkmodules
rebuilds the modules database that
.BR cvs (1)
uses.
The
.I directory
specified is expected to contain the
.BR modules,v " and " loginfo,v
files.
.B mkmodules
carefully checks out the current head revisions of each of these files and
reuilds the
.BR ndbm (3)
format modules database.
A warning is generated if the modules file contains a duplicate key.
.SH "FILES"
.TP
modules,v
The modules
.SM RCS
file.
.TP
modules
The checked out modules file.
.TP
loginfo,v
The loginfo
.SM RCS
file.
.TP
loginfo
The checked out loginfo file.
.TP
modules.dir, modules.pag
The
.BR ndbm (1)
format modules database.
.SH "ENVIRONMENT VARIABLES"
.TP
.SM RCSBIN
Specifies the full pathname where to find
.SM RCS
programs, such as
.BR co (1)
and
.BR ci (1).
If not set, the default is
.BR /usr/local/bin .
.SH "SEE ALSO"
.BR checkin (1),
.BR co (1),
.BR cvs (1),
.BR ndbm (3),
.BR rcs (1),
.SH "BUGS"