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
I confirm that installing and removing courier-mta leads to dangling
symlinks for the manpages.
However, I couldn't see any mistake in the update-alternatives directives
used in the maintainer scripts.
I'll ask for help on debian-devel.
Bye
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]