Your message dated Tue, 5 Sep 2006 11:51:52 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in NMU of thttpd 2.23beta1-4.1
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: thttpd
Version: 2.23beta1-4
Severity: serious
Tags: patch
Justification: Policy 6.1 - maintainer scripts

Hi,

if the thttpd daemon is not running, the prerm script fails, since
"/etc/init.d/thttpd stop" fails to exit with a zero status.
This prevents the package from uninstall. Attached is a patch
the ignores stop errors.

Regards,
  Bastian

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-treasure7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
--- prerm_old   2006-08-28 20:33:54.087259208 +0200
+++ prerm       2006-08-28 20:33:39.154529328 +0200
@@ -7,7 +7,7 @@
                #
                #       Stop the daemon
                #
-               /etc/init.d/thttpd stop
+               /etc/init.d/thttpd stop || true
                [ -L /usr/doc/thttpd ] && rm -f /usr/doc/thttpd
                ;;
        failed-upgrade)

--- End Message ---
--- Begin Message ---
Version: 2.23beta1-4.1

I've NMUed for this bug (fixing the bug to use versioning instead of the
"fixed" tag, to ease tracking through testing); here's the changelog:

>  thttpd (2.23beta1-4.1) unstable; urgency=medium
>  .
>    * Non-maintainer upload.
>    * Make prerm script use invoke-rc.d instead of calling the init script
>      directly. (Closes: #385055)

/* Steinar */
-- 
Homepage: http://www.sesse.net/

--- End Message ---

Reply via email to