diff options
author | peter <peter@FreeBSD.org> | 1997-06-08 10:02:54 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-06-08 10:02:54 +0800 |
commit | e5704cede3e2045ff7979772eca000d71c047e22 (patch) | |
tree | a1f1d5d7bfc0266f7fd41720edfbeebf913af862 /CVSROOT/notify | |
parent | 8c2bc1f78ce39907577925e065cc6f05475be1bc (diff) | |
download | freebsd-ports-gnome-e5704cede3e2045ff7979772eca000d71c047e22.tar.gz freebsd-ports-gnome-e5704cede3e2045ff7979772eca000d71c047e22.tar.zst freebsd-ports-gnome-e5704cede3e2045ff7979772eca000d71c047e22.zip |
I think these two went missing too..
Diffstat (limited to 'CVSROOT/notify')
-rw-r--r-- | CVSROOT/notify | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CVSROOT/notify b/CVSROOT/notify new file mode 100644 index 000000000000..d724c696bf50 --- /dev/null +++ b/CVSROOT/notify @@ -0,0 +1,15 @@ +# +# $Id$ +# +# 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" |