diff options
author | jocuri%softhome.net <> | 2008-04-04 13:48:18 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2008-04-04 13:48:18 +0200 |
commit | ac8601fc8ce200af5272b971adfb738277008cba (patch) | |
tree | 4072f9030b7e7a4c50554e16163d63b3b92a59f8 /docs/en/xml | |
parent | 10ef2592112ead53ba855e37576a55716d9f1c04 (diff) | |
download | bugzilla-ac8601fc8ce200af5272b971adfb738277008cba.tar.gz bugzilla-ac8601fc8ce200af5272b971adfb738277008cba.tar.xz |
Documentation patch for bug 245075: Document command-line script to send unsent bugmail; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd.
Diffstat (limited to 'docs/en/xml')
-rw-r--r-- | docs/en/xml/patches.xml | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/docs/en/xml/patches.xml b/docs/en/xml/patches.xml index 12efb0ca4..f4739e127 100644 --- a/docs/en/xml/patches.xml +++ b/docs/en/xml/patches.xml @@ -16,14 +16,12 @@ command line. They live in the <filename class="directory">contrib/cmdline</filename> directory. There are three files - <filename>query.conf</filename>, - <filename>buglist</filename> and <filename>bugs</filename>. + <filename>buglist</filename> and <filename>bugs</filename>. </para> <warning> - <para> - These files pre-date the templatization work done as part of the - 2.16 release, and have not been updated. - </para> + These files pre-date the templatisation work done as part of the + 2.16 release, and have not been updated. </warning> <para> @@ -83,7 +81,7 @@ <para> To accomplish this task, <filename>sendunsentbugmail.pl</filename> uses - the same mechanism as the <filename>sanitycheck.cgi</filename> script; + the same mechanism as the <filename>sanitycheck.cgi<filename> script; it it scans through the entire database looking for bugs with changes that were made more than 30 minutes ago, but where there is no record of anyone related to that bug having been sent mail. Having compiled a list, @@ -100,9 +98,9 @@ </para> <para> - <emphasis>Usage</emphasis>: move the sendunsentbugmail.pl script - up into the main directory, ensure it has execute permission, and run it - from the command line (or from a cron job) with no parameters. + USAGE: move the sendunsentbugmail.pl script up into the main directory, + ensure it has execute permission, and run it from the command line (or + from a cron job) with no parameters. </para> </section> |