
#  Where this site's "Official" cvslines is installed.
#
#  This is used so that debug versions can know they are and alter
#  logging behavior, etc.
#
$RELDIR = "/usr/bin";                # cfg

#  Where the cvslines log file is written.
#
#  Suggestion: make this some network-globally visible directory
#  (e.g., someplace NFS mounted by all client hosts at a common mount
#  point)
#
$LOGFILE = "/usr/adm/cvslines.log"; # cfg

#  Where the RCS to use with cvslines is kept.
#
$RCSBIN = "/usr/bin";                # cfg

1;

