[BACK]Return to cvsd.conf.5 CVS log [TXT][DIR] Up to [local] / src / usr.bin / cvs

Diff for /src/usr.bin/cvs/Attic/cvsd.conf.5 between version 1.1 and 1.2

version 1.1, 2004/07/25 03:23:58 version 1.2, 2004/08/03 14:47:30
Line 45 
Line 45 
 Comments can be inserted anywhere in the file by putting a '#' character  Comments can be inserted anywhere in the file by putting a '#' character
 before them and span to the end of the line.  before them and span to the end of the line.
 .Pp  .Pp
   .Sh MACROS
 To simplify maintenance of the configuration, the format allows for the  To simplify maintenance of the configuration, the format allows for the
 definition of variables that can later be used for interpolation throughout  definition of variables that can later be used for interpolation throughout
 the configuration file by preceding them with the '$' character.  the configuration file by preceding them with the '$' character.
 These variables are refered to as macros.  These variables are refered to as macros throughout the rest of the document.
   A macro name must start with a letter and can be composed of letters, digits
   and underscores.
   .Pp
   Here is an example of macro usage:
   .Bd -literal -offset indent
   rootdir = /usr/local/cvs
   
   cvsroot $rootdir
   
   reqsock $rootdir/CVSROOT/cvsd.sock
   .Ed
   .Pp
   To assign a value containing spaces to a macro, the whole value string must
   be quoted using double quotes.
 .Sh DIRECTIVES  .Sh DIRECTIVES
 The following directives are supported by the server:  The following directives are supported by the server:
 .Bl -tag -width xxxxx  .Bl -tag -width xxxxx

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2