X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fmailsummary.in;h=1ed2e0b509007198108f47906ad1727fa1c18653;hb=9c8b18f0f3a2c7598fe39648247ce696a80f4087;hp=b61a14daabed45279da68e7f165715610506fcbb;hpb=adc26b010216b79de7046c4a08a92a4b77203414;p=debbugs.git diff --git a/scripts/mailsummary.in b/scripts/mailsummary.in index b61a14d..1ed2e0b 100755 --- a/scripts/mailsummary.in +++ b/scripts/mailsummary.in @@ -1,8 +1,8 @@ #!/usr/bin/perl -# $Id: mailsummary.in,v 1.8 2001/08/16 17:40:22 doogie Exp $ +# $Id: mailsummary.in,v 1.11 2003/04/28 23:51:15 cjwatson Exp $ -$config_path = '/org/bugs.debian.org/etc'; -$lib_path = '/org/bugs.debian.org/scripts'; +$config_path = '/etc/debbugs'; +$lib_path = '/usr/lib/debbugs'; require("$config_path/config"); require("$lib_path/errorlib"); @@ -18,7 +18,7 @@ if ($ARGV[0] eq 'undone') { $intro= "The following problem reports have not yet been marked as `taken up\' by a message to done\@$gEmailDomain or or `forwarded\' by a -message to fowarded\@$gEmailDomain." +message to forwarded\@$gEmailDomain." ; } elsif ($ARGV[0] eq 'bymaint') { $vdef= "(no outstanding $gBug reports on file, or problem running script)\n"; @@ -35,7 +35,7 @@ and do not expect to issue a new version soon. Variant versions of the Maintainer field for the same actual package maintainer will be listed separately. -Maintainers with few outstanding $gBug appear first, to avoid those with few +Maintainers with few outstanding $gBugs appear first, to avoid those with few $gBugs being lost deep in the message. " ; @@ -45,7 +45,7 @@ $gBugs being lost deep in the message. $intro= "The following problem reports are very old but have not yet been marked as `taken up\' by a message to done\@$gEmailDomain as forwarded -to a developer by CCing a message to fowarded\@$gEmailDomain. +to a developer by CCing a message to forwarded\@$gEmailDomain. Please help ensure that these $gBugs are dealt with quickly, even if you are not the package maintainer in question. (NB a full list of outstanding $gBug reports is posted periodically - this is a partial list only!) @@ -70,7 +70,7 @@ Subject: $subject $intro $v Every Tuesday, the listing by package maintainer is posted. -Every Frideay, the listing by age of the report is posted. +Every Friday, the listing by age of the report is posted. Please see the documentation for more information about how to use the $gBug tracking system. It is available on the WWW at