Tim Cutts wrote:
Package: courier-mta
Version: 0.47-4sarge5
Severity: serious
Tags: patch
Justification: Appendix F

The prerm script of courier-mta does not remove two manpage
alternatives.  The following patch corrects the problem:

--- courier-mta.prerm.orig      2007-02-09 10:24:09.896439231 +0000
+++ courier-mta.prerm   2007-02-09 10:27:47.419548587 +0000
@@ -20,6 +20,8 @@
 if [ "$1" = "upgrade" -o "$1" = "remove" ]; then
        for binary in lockmail preline; do
                update-alternatives --remove $binary /usr/bin/$binary
+               update-alternatives --remove $binary.1 \
+                       /usr/share/man/man1/$binary.courier.1.gz
        done
 fi

Thank you very much for your patch.

However, how do you justify the serious severity ? Appendix F says
nothing about a "must".

Regards
        Racke


--
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to