1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
# diffmon configuration file for gnudist.gnu.org
#
# IMPORTANT: place *.html files in diffmon-web.sed with the right sed
# expression.
#
# Lines beginning with `#' are comments. Comments cannot appear on lines
# with other, non-comment text. Blank lines are ignored.
#
# Format of this file is
#
# files : diff switches : mail recipient list
#
# The recipient list should be in a format acceptable to sendmail on a To:
# line.
#
# Each file/switches/recipients list must be on a single line. The
# parser for this file is not very sophisticated.
#
# Backup files ending in "~" are always ignored, so there is no need to
# qualify glob patterns against them.
# includes the mail server mescaline.gnu.org, see /etc/motd.
/etc/passwd : -u0 : password-diffmon-reports
/etc/group : -u0 : www-password-diffmon-reports
/etc/krb.conf : -u0 : www-diffmon-reports
/etc/krb5.conf : -u : www-diffmon-reports
/etc/resolv.conf : -u : www-diffmon-reports
/root/.k5login : -u0 : www-diffmon-reports
/usr/local/etc/proftpd.conf : -u : www-diffmon-reports
/home/diffmon/diffmon : -u : diffmon-errors
/home/diffmon/diffmon.cf : -u : diffmon-errors
/home/diffmon/diffmon-web.cf : -u : diffmon-web, diffmon-web-guidelines
/home/diffmon/diffmon-web.sed : -u : diffmon-web
#test.cf has an error in it, so we don't usually diffmon it:
#/home/diffmon/test.cf : -u : diffmon-errors
/home/www/README* : -u : diffmon-web, diffmon-web-guidelines
/home/www/GNU.web-folk.html : -u : diffmon-web, diffmon-web-guidelines
/home/www/bin/make.html.TAGS : -u : diffmon-web
/home/www/bin/new-software.sh : -u : diffmon-web
/home/www/bin/nightly : -u : diffmon-web
/home/www/bin/nightly-diffmon : -u : diffmon-web, diffmon-www-errors,
/home/www/bin/nightly-vars : -u : diffmon-web, diffmon-www-errors
/home/www/bin/web-backup : -u : diffmon-web
# IMPORTANT: for *.html files under /home/www/html
# add a sed expression to /home/diffmon/diffmon-web.sed
#/home/www/html/TAGS.readme.html : -u : diffmon-web
/home/www/html/TAGS.unknown-lang : -u : diffmon-web
/usr/lib/cgi-bin/not-found.pl : -u : diffmon-web
#
# Files on the FTP site that should be watched
#
/home/ftp/md5sums.txt : -u : ftp-upload
|