for something else) variable that specifies a e-mail address to send
a failed build report to. Previously, this script would push part
of the log to stdout for cron to do that, but that would always send
it to the job owner, which may not necessarily be the person who can
fix the problem. Set the default to 'freebsd-doc' (the @freebsd.org
was explicitly left off so that if someone runs this on something
other than freefall, the -doc list won't get mail about problems
they probably didn't cause).
- Rename the default log file to log.make.* to be consistent with the
previous version of this.
- Include the hour in the log file. The web build runs more than once
per day, and it's nice to be able to keep the log files.
- Set umask 002 so that people in the WEBGRP can do what they need
without su'ing to wosch.
Obtained from: wosch