File:  [Coherent Logic Development] / CVSROOT / postproxy
Revision 1.1: download - view: text, annotated - select for diffs
Sun Jan 19 01:42:47 2025 UTC (6 months, 1 week ago) by cvs
Branches: MAIN
CVS tags: HEAD
initial checkin

    1: # The "postproxy" file is called from a secondary server as soon as
    2: # the secondary server closes its connection to the primary server.
    3: # This script might, for example, be used to shut down a dial up
    4: # or VPN connection to the primary server's network.
    5: #
    6: # If any format strings are present in the filter, they will be replaced
    7: # as follows:
    8: #    %c = canonical name of the command being executed
    9: #    %I = unique (randomly generated) commit ID
   10: #    %R = the name of the referrer, if any, otherwise the value NONE
   11: #    %p = path relative to repository (currently always ".")
   12: #    %r = repository (path portion of $CVSROOT)
   13: #
   14: # The first entry on a line is a regular expression which is tested
   15: # against the directory that the change is being committed to, relative
   16: # to the $CVSROOT.  For the first match that is found, then the remainder
   17: # of the line is the name of the filter to run.
   18: #
   19: # If the repository name does not match any of the regular expressions in this
   20: # file, the "DEFAULT" line is used, if it is specified.
   21: #
   22: # If the name "ALL" appears as a regular expression it is always used
   23: # in addition to the first matching regex or "DEFAULT".

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>