summaryrefslogtreecommitdiffstats
path: root/man/create_cvs.1
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2001-02-05 17:47:18 +0000
committerTar Committer <tar@ocjtech.us>2001-02-05 17:47:18 +0000
commitb88919bea4b222a616adbdd2b82fc262a14afc8d (patch)
treea75da71b0e2f905f35d2d7cbfd161df97a3d2c63 /man/create_cvs.1
parent25c2b7c2c8a333b276c3499bcce004137d4b4fe0 (diff)
downloadrancid-b88919bea4b222a616adbdd2b82fc262a14afc8d.tar.gz
rancid-b88919bea4b222a616adbdd2b82fc262a14afc8d.tar.xz
rancid-b88919bea4b222a616adbdd2b82fc262a14afc8d.zip
Imported from rancid-2.1.tar.gz.rancid-2.1
Diffstat (limited to 'man/create_cvs.1')
-rw-r--r--man/create_cvs.153
1 files changed, 53 insertions, 0 deletions
diff --git a/man/create_cvs.1 b/man/create_cvs.1
new file mode 100644
index 0000000..353e92b
--- /dev/null
+++ b/man/create_cvs.1
@@ -0,0 +1,53 @@
+.\"
+.hys 50
+.TH "create_cvs" "1" "13 Jan 2001"
+.SH NAME
+create_cvs \- initialize CVS and rancid group files and directories
+.SH SYNOPSIS
+.B create_cvs
+[group [group ...]]
+.SH DESCRIPTION
+.B create_cvs
+is a
+.IR sh (1)
+script to create the directories,
+.BR router.db (5),
+and
+.BR cvs (1)
+directories necessary for a rancid group.
+.\"
+.PP
+.B create_cvs
+reads
+.BR env (5)
+to configure itself. Then proceeds with the initialization first of the
+.BR cvs (1)
+repository, if necessary, and then for each of the rancid groups listed on
+the command-line or those in the variable
+.I LIST_OF_GROUPS
+from
+.BR env (5),
+if the argument is omitted.
+.\"
+.PP
+Running
+.B create_cvs
+for groups which already exist will not cause problems. If the group's
+directory already exists, the
+.BR cvs (1)
+import will be skipped, and if it's
+.BR router.db (5)
+already exists, it will be left as-is.
+.\"
+.PP
+The best method for adding groups is add the group name to
+.I LIST_OF_GROUPS
+in
+.BR env (5),
+then run
+.B create_cvs.
+.\"
+.SH SEE ALSO
+.BR cvs (1),
+.BR env (5),
+.BR router.db (5)