summaryrefslogtreecommitdiff
path: root/CVSROOT/notify
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2007-01-09 00:08:14 +0000
committerBjörn Stenberg <bjorn@haxx.se>2007-01-09 00:08:14 +0000
commit81394864c74806b1e736163706d2032c1b18b044 (patch)
tree877d73f86603e9e3457c8e39bc5943587bd0a3c0 /CVSROOT/notify
parent7039a05147b8bbfc829babea1c65bd436450b505 (diff)
downloadrockbox-81394864c74806b1e736163706d2032c1b18b044.tar.gz
rockbox-81394864c74806b1e736163706d2032c1b18b044.zip
Moved away CVSROOT
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11954 a1c6a512-1295-4272-9138-f99709370657
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 34f0bc2888..0000000000
--- a/CVSROOT/notify
+++ /dev/null
@@ -1,12 +0,0 @@
1# The "notify" file controls where notifications from watches set by
2# "cvs watch add" or "cvs edit" are sent. The first entry on a line is
3# a regular expression which is tested against the directory that the
4# change is being made to, relative to the $CVSROOT. If it matches,
5# then the remainder of the line is a filter program that should contain
6# one occurrence of %s for the user to notify, and information on its
7# standard input.
8#
9# "ALL" or "DEFAULT" can be used in place of the regular expression.
10#
11# For example:
12#ALL mail %s -s "CVS notification"