From 381d322caf5928732f3d478d80e70acfccd67f99 Mon Sep 17 00:00:00 2001 From: Tar Committer Date: Sun, 14 Mar 2004 17:00:09 +0000 Subject: Imported from rancid-2.3.tar.gz. --- man/rancid.conf.5.in | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'man/rancid.conf.5.in') diff --git a/man/rancid.conf.5.in b/man/rancid.conf.5.in index 75adc87..b8c01e3 100644 --- a/man/rancid.conf.5.in +++ b/man/rancid.conf.5.in @@ -1,8 +1,8 @@ .\" -.\" $Id: rancid.conf.5.in,v 1.9 2004/01/11 06:12:35 hank Exp $ +.\" $Id: rancid.conf.5.in,v 1.11 2004/03/12 23:13:09 heas Exp $ .\" .hys 50 -.TH "rancid.conf" "5" "7 Jan 2004" +.TH "rancid.conf" "5" "12 Mar 2004" .SH NAME rancid.conf \- rancid environment configuration file .SH DESCRIPTION @@ -11,9 +11,9 @@ contains environment configuration information for .BR rancid-run (1) and .BR rancid (1) -including shell PATH, list of rancid groups, etc. and is read by -.BR rancid-run (1) -at run-time. +including shell PATH, list of rancid groups, etc. and is read by several +scripts at run-time, including +.BR rancid-run (1). .PP The syntax of .B rancid.conf @@ -115,6 +115,14 @@ places log files. Default: $BASEDIR/logs .\" .TP +.B MAILDOMAIN +Define the domain part of addresses for administrative and diff e-mail. +The value of this variable is simply appended to the normal mail addresses. +For example @MAILPLUS@usfs@example.com, if +.B MAILDOMAIN +had been set to "@example.com". +.\" +.TP .B NOCOMMSTR If set, .IR rancid (1) -- cgit From 96dc4026054df77affedfe50380a661dcdba732a Mon Sep 17 00:00:00 2001 From: Tar Committer Date: Thu, 7 Jul 2005 01:14:43 +0000 Subject: Imported from rancid-2.3.2a2.tar.gz. --- man/rancid.conf.5.in | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'man/rancid.conf.5.in') diff --git a/man/rancid.conf.5.in b/man/rancid.conf.5.in index b8c01e3..4a86364 100644 --- a/man/rancid.conf.5.in +++ b/man/rancid.conf.5.in @@ -1,8 +1,8 @@ .\" -.\" $Id: rancid.conf.5.in,v 1.11 2004/03/12 23:13:09 heas Exp $ +.\" $Id: rancid.conf.5.in,v 1.14 2005/07/07 01:09:13 heas Exp $ .\" .hys 50 -.TH "rancid.conf" "5" "12 Mar 2004" +.TH "rancid.conf" "5" "5 July 2005" .SH NAME rancid.conf \- rancid environment configuration file .SH DESCRIPTION @@ -123,6 +123,23 @@ For example @MAILPLUS@usfs@example.com, if had been set to "@example.com". .\" .TP +.B MAILHEADERS +Define additional mail headers to be added to rancid mail, such as Precedence +or X- style headers. +Individual headers must be separated by a \\n (new line). +.sp +Default: Precedence: bulk +.sp +Example: Precedence: bulk\\nX-clamation: beef cake +.\" +.TP +.B MAX_ROUNDS +Defines how many times rancid should retry collection of devices that fail. +The minimum is 1. +.sp +Default: 4. +.\" +.TP .B NOCOMMSTR If set, .IR rancid (1) -- cgit From c0482931956d127b5f09d4a8d72758cd4cb1f097 Mon Sep 17 00:00:00 2001 From: Tar Committer Date: Mon, 15 Aug 2005 00:51:41 +0000 Subject: Imported from rancid-2.3.2a3.tar.gz. --- man/rancid.conf.5.in | 40 ++++++++++++++++++++++++++++------------ 1 file changed, 28 insertions(+), 12 deletions(-) (limited to 'man/rancid.conf.5.in') diff --git a/man/rancid.conf.5.in b/man/rancid.conf.5.in index 4a86364..e89568a 100644 --- a/man/rancid.conf.5.in +++ b/man/rancid.conf.5.in @@ -1,8 +1,8 @@ .\" -.\" $Id: rancid.conf.5.in,v 1.14 2005/07/07 01:09:13 heas Exp $ +.\" $Id: rancid.conf.5.in,v 1.15 2005/08/15 00:41:51 heas Exp $ .\" .hys 50 -.TH "rancid.conf" "5" "5 July 2005" +.TH "rancid.conf" "5" "13 August 2005" .SH NAME rancid.conf \- rancid environment configuration file .SH DESCRIPTION @@ -32,10 +32,12 @@ The following variables are used (listed alphabetically): .B BASEDIR BASEDIR is the directory where .B rancid-run's -log directory and where the CVS repository and rancid collection group -directories will be placed. Its value is configure's localstatedir and -should be modified if rancid is moved to a new location in the file -system without re-installing from the distribution. +log directory, the revision control system's repository, and rancid group +directories will be placed. +.sp +Its value is configure's localstatedir and should be modified if rancid is +moved to a new location in the file system without re-installing from the +distribution. .sp Default: @localstatedir@ .\" @@ -44,8 +46,9 @@ Default: @localstatedir@ .IR cvs (1) and .IR rancid-cvs (1) -use this environment variable to locate the CVS repository. It should -not be necessary to alter it. +use this environment variable to locate the CVS repository. +In some cases, and for Subversion, it is used as an argument to commands. +It should not be necessary to alter it. .sp Default: $BASEDIR/CVS .\" @@ -152,10 +155,11 @@ this is not set. If set, .IR rancid (1) will use temporary files to save the output from the router and then read -these to build the file which will be saved in CVS. Otherwise, an IPC -pipe will be used. We have found that the buffering mechanisms used in -perl and expect are heinous. Using temporary files may result in a noticeable -improvement in speed. By default, this is not set. +these to build the file which will be saved in CVS (or Subversion). +Otherwise, an IPC pipe will be used. We have found that the buffering +mechanisms used in perl and expect are heinous. +Using temporary files may result in a noticeable improvement in speed. +By default, this is not set. .\" .TP .B OLDTIME @@ -196,6 +200,18 @@ Its value is set by configure. Should it be necessary to modify PATH, note that it must include @bindir@. .\" .TP +.B RCSSYS +Sets which revision control system is in use. +Valid values are +.B cvs +for CVS +or +.B svn +for Subversion. +.sp +Default: cvs +.\" +.TP .B TERM Some Unix utilities require TERM, the terminal type, to be set to a sane value. Some clients, such as -- cgit From 1cc9f22072de1d314a67387aac57740fb25c5258 Mon Sep 17 00:00:00 2001 From: Tar Committer Date: Thu, 4 May 2006 21:40:56 +0000 Subject: Imported from rancid-2.3.2a4.tar.gz. --- man/rancid.conf.5.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'man/rancid.conf.5.in') diff --git a/man/rancid.conf.5.in b/man/rancid.conf.5.in index e89568a..a3735eb 100644 --- a/man/rancid.conf.5.in +++ b/man/rancid.conf.5.in @@ -1,8 +1,8 @@ .\" -.\" $Id: rancid.conf.5.in,v 1.15 2005/08/15 00:41:51 heas Exp $ +.\" $Id: rancid.conf.5.in,v 1.16 2005/09/27 16:39:27 heas Exp $ .\" .hys 50 -.TH "rancid.conf" "5" "13 August 2005" +.TH "rancid.conf" "5" "23 September 2005" .SH NAME rancid.conf \- rancid environment configuration file .SH DESCRIPTION @@ -10,10 +10,10 @@ rancid.conf \- rancid environment configuration file contains environment configuration information for .BR rancid-run (1) and -.BR rancid (1) -including shell PATH, list of rancid groups, etc. and is read by several -scripts at run-time, including -.BR rancid-run (1). +.BR rancid-cvs (1), +including shell PATH, list of rancid groups, etc. +It is read by several scripts at run-time and others inherit the +configration from a parent process which has read it. .PP The syntax of .B rancid.conf -- cgit