1head 1.1; 2access ; 3symbols ; 4locks ; strict; 5comment @# @; 6 7 81.1 9date 2008.09.04.16.09.17; author austvik; state Exp; 10branches; 11next ; 12commitid 3XIAdD8FSh3Pitht; 13 14desc 15@@ 16 17 18 191.1 20log 21@initial checkin@ 22text 23@# The "postproxy" file is called from a secondary server as soon as 24# the secondary server closes its connection to the primary server. 25# This script might, for example, be used to shut down a dial up 26# or VPN connection to the primary server's network. 27# 28# If any format strings are present in the filter, they will be replaced 29# as follows: 30# %c = canonical name of the command being executed 31# %R = the name of the referrer, if any, otherwise the value NONE 32# %p = path relative to repository (currently always ".") 33# %r = repository (path portion of $CVSROOT) 34# 35# The first entry on a line is a regular expression which is tested 36# against the directory that the change is being committed to, relative 37# to the $CVSROOT. For the first match that is found, then the remainder 38# of the line is the name of the filter to run. 39# 40# If the repository name does not match any of the regular expressions in this 41# file, the "DEFAULT" line is used, if it is specified. 42# 43# If the name "ALL" appears as a regular expression it is always used 44# in addition to the first matching regex or "DEFAULT". 45@ 46 47