home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / rcs / sources / loginfo < prev    next >
Text File  |  1991-02-06  |  1KB  |  22 lines

  1. #
  2. # $Id: loginfo,v 1.1 89/08/24 23:59:59 berliner Exp $
  3. #
  4. # The "loginfo" file is used to control where "cvs commit" log information
  5. # is sent.  The first entry on a line is a regular expression which is tested
  6. # against the directory that the change is being made to, relative to the
  7. # $CVSROOT.  If a match is found, then the remainder of the line is a filter
  8. # program that should expect log information on its standard input.
  9. #
  10. # The filter program may use one and only one % modifier (ala printf).  If
  11. # %s is specified in the filter program, a brief title is included (enclosed
  12. # in single quotes) showing the modified file names.
  13. #
  14. # If the repository name does not match any of the regular expressions in this
  15. # file, the "DEFAULT" line is used, if it is specified.
  16. #
  17. DEFAULT            /usr/local/bin/nfpipe -t %s utils.updates
  18. ^diag            /usr/local/bin/nfpipe -t %s diag.updates
  19. ^local            /usr/local/bin/nfpipe -t %s local.updates
  20. ^perf            /usr/local/bin/nfpipe -t %s perf.updates
  21. ^sys            /usr/local/bin/nfpipe -t %s kernel.updates
  22.