On Wed, Sep 13, 2000 at 08:11:02PM +0200, Torsten Landschoff wrote:
 
> Attached is a simple patch to dinstall which should fix that problem.

This time for real :)

cu
        Torsten
Index: dinstall
===================================================================
RCS file: /cvs/ftpmaint/dinstall/dinstall,v
retrieving revision 1.16
diff -u -r1.16 dinstall
--- dinstall    2000/09/01 01:51:55     1.16
+++ dinstall    2000/09/13 18:07:23
@@ -761,7 +761,8 @@
     }
 
     my($dsc822, $dscn, $dsce) = parsemaint($$changes{maintainerdsc});
-    if ($dscn eq $$changes{maintainername}) {
+    if ($dscn eq $$changes{maintainername} or
+        $dscn eq "[EMAIL PROTECTED]") {
        $summ .= "Closing bugs: ";
        for $d (sort {$a <=> $b} keys %{$$changes{closes}}) {
            $summ .= "$d ";

Reply via email to