summaryrefslogtreecommitdiff
path: root/CVSROOT/notify
diff options
context:
space:
mode:
authorno_author <no_author@no_author>2004-02-17 16:33:43 +0000
committerno_author <no_author@no_author>2004-02-17 16:33:43 +0000
commit650f1910d74d8453bcad055651e270c9a18b1e3e (patch)
tree898e698eee2681be088ec5967847ac022b435217 /CVSROOT/notify
parente798d3f348e4b188c290cdf87116a3aa56cda37f (diff)
This commit was manufactured by cvs2svn to create branch 'j2kviewer'.j2kviewer
Diffstat (limited to 'CVSROOT/notify')
-rw-r--r--CVSROOT/notify12
1 files changed, 0 insertions, 12 deletions
diff --git a/CVSROOT/notify b/CVSROOT/notify
deleted file mode 100644
index 34f0bc28..00000000
--- a/CVSROOT/notify
+++ /dev/null
@@ -1,12 +0,0 @@
-# The "notify" file controls where notifications from watches set by
-# "cvs watch add" or "cvs edit" are sent. The first entry on a line is
-# a regular expression which is tested against the directory that the
-# change is being made to, relative to the $CVSROOT. If it matches,
-# then the remainder of the line is a filter program that should contain
-# one occurrence of %s for the user to notify, and information on its
-# standard input.
-#
-# "ALL" or "DEFAULT" can be used in place of the regular expression.
-#
-# For example:
-#ALL mail %s -s "CVS notification"