diff options
author | Björn Stenberg <bjorn@haxx.se> | 2003-04-15 13:20:27 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2003-04-15 13:20:27 +0000 |
commit | 7e7d86f28c85190c4b42c1e6f33bb749effdf102 (patch) | |
tree | 0ef1c4edf3e7d9cd9c031a5e6af167daa8aced34 /CVSROOT/notify | |
parent | f4ac8f6a9aa8bf64ae831473ae46faa1b5e12392 (diff) | |
download | rockbox-7e7d86f28c85190c4b42c1e6f33bb749effdf102.tar.gz rockbox-7e7d86f28c85190c4b42c1e6f33bb749effdf102.zip |
This commit was manufactured by cvs2svn to create tag 'v2_0'.v2.0-final
git-svn-id: svn://svn.rockbox.org/rockbox/tags/v2_0@3562 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'CVSROOT/notify')
-rw-r--r-- | CVSROOT/notify | 12 |
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 @@ -# 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" |