File: cvsconfig.1

package info (click to toggle)
cvs 1.10.7-1.99.slink.y2k.1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 8,892 kB
  • ctags: 5,463
  • sloc: ansic: 68,307; sh: 17,664; makefile: 1,640; perl: 902; yacc: 826; csh: 181; lisp: 7
file content (40 lines) | stat: -rw-r--r-- 1,223 bytes parent folder | download
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
.TH CVSCONFIG 8 
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
.\" other parms are allowed: see man(7), man(1)
.SH CVSCONFIG
cvs \- The GNU Concurrent Versions System
.SH SYNOPSIS
.B cvsconfig
.SH "DESCRIPTION"
This manual page documents briefly the
.BR cvsconfig
command.
This manual page was written for the Debian GNU/Linux distribution.
.PP
.B cvsconfig
is a program that will configure the Debian CVS setup to enable/disable
the "pserver" access method, and also configure allowed repositories for this
method. It also allows the history files in these repositories to be rotated.
.SH OPTIONS
.TP
.B \-u
Upgrade the configuration file to the newest version. Will ask additional
new questions if necessary.
.TP
.B \-s
Implement the current setup in /etc/cvs.conf by setting up /etc/inetd.conf
etc. properly.
.TP
.B \-a
Similar to \-u, but doesn't ask any questions, instead using the new
defaults.
.TP
.B \-r
Regenerate the configuration file using the current settings.
To recreate a config file with default settings, do
.B rm \-f /etc/cvs.conf; cvsconfig -u
.SH "FILES"
.B /etc/cvs.conf
.SH AUTHOR
This manual page was written by Tom Lees <tom@debian.org>,
for the Debian GNU/Linux system.