Your message dated Wed, 10 May 2006 13:19:53 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Fixed a while back
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: kdm
Version: 3.3.2
Severity: minor
Tags: patch
if the question shared/default-x-display-manager do not exist => prerm
failed
with the patch dpkg -P kdm works
sylvain
--- debian/kdm.prerm~ 2005-03-17 07:49:06.000000000 +0100
+++ debian/kdm.prerm 2005-03-17 11:29:51.000000000 +0100
@@ -100,7 +100,7 @@
if [ "$1" = "remove" -o "$1" = "deconfigure" ]; then
if [ -n "$HAVE_DEBCONF" ]; then
# disown this question
- db_unregister shared/default-x-display-manager
+ db_unregister shared/default-x-display-manager || true
# does the question still exist?
if db_get shared/default-x-display-manager; then
if db_metaget shared/default-x-display-manager owners; then
smime.p7s
Description: S/MIME Cryptographic Signature
--- End Message ---
--- Begin Message ---
This patch was incorporated some time ago.
--- End Message ---