Your message dated Thu, 14 Aug 2008 13:47:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#491503: fixed in djbdns 1:1.05-4
has caused the Debian Bug report #491503,
regarding dnscache-run: Postrm script does not call daemontools properly
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
491503: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491503
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: dnscache-run
Version: 1:1.05-3
Severity: grave
Tags: patch
Dnscache-run's postrm script does not properly terminate the dnscache process
because, AFAIK, it does not call properly the daemontools utility used to
terminate processes (uses 'sv' instead of 'svc').
The attached patch fixes this issue.
Regards
Javier
--- dnscache-run.postrm.orig 2008-07-19 23:30:59.000000000 +0200
+++ dnscache-run.postrm 2008-07-19 23:34:42.000000000 +0200
@@ -3,7 +3,7 @@
test "$1" = 'purge' || exit 0
-sv force-stop /etc/sv/dnscache || :
+svc -x /etc/sv/dnscache || :
rm -rf /etc/sv/dnscache
rm -rf /var/lib/supervise/dnscache /var/lib/supervise/dnscache.log
for i in '@*' current config lock state; do
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: djbdns
Source-Version: 1:1.05-4
We believe that the bug you reported is fixed in the latest version of
djbdns, which is due to be installed in the Debian FTP archive:
djbdns_1.05-4.diff.gz
to pool/main/d/djbdns/djbdns_1.05-4.diff.gz
djbdns_1.05-4.dsc
to pool/main/d/djbdns/djbdns_1.05-4.dsc
dnscache-run_1.05-4_all.deb
to pool/main/d/djbdns/dnscache-run_1.05-4_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gerrit Pape <[EMAIL PROTECTED]> (supplier of updated djbdns package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 13 Aug 2008 19:30:06 +0000
Source: djbdns
Binary: djbdns dbndns dnscache-run
Architecture: all source
Version: 1:1.05-4
Distribution: unstable
Urgency: medium
Maintainer: Gerrit Pape <[EMAIL PROTECTED]>
Changed-By: Gerrit Pape <[EMAIL PROTECTED]>
Description:
dbndns - Debian fork of djbdns, a collection of Domain Name System tools
djbdns - a collection of Domain Name System tools
dnscache-run - djbdns dnscache service
Closes: 491343 491503
Changes:
djbdns (1:1.05-4) unstable; urgency=medium
.
* debian/dnscache-run.postrm: use daemontools' svc program to take
down service (thx Javier Fernández-Sanguino Peña for the patch,
closes: #491503).
* debian/dnscache-run.preinst, debian/dnscache-run.postinst: create
seed file through dnscache-conf in postinst instead of preinst
(closes: #491343).
* debian/control: Standards-Version: 3.8.0.1.
Checksums-Sha1:
11515cab7a6f122d22d665c022190a9885325633 909 djbdns_1.05-4.dsc
1f76f1e335f2492134777beceb1cd9c903f8f381 47637 djbdns_1.05-4.diff.gz
d08c80497f8be2896730c740d98924d186f8ff48 11770 dnscache-run_1.05-4_all.deb
Checksums-Sha256:
fe8c6c9c7f73de2558220c6ae4abe6ef3381f8bc5bec430eaf5089dcde4b9a55 909
djbdns_1.05-4.dsc
cc3e5cdb9a2c1b6c769828307455149e9fa4fb6727b26224e8824f6a54c2007b 47637
djbdns_1.05-4.diff.gz
0c575923b2cc88e27134c7a848ffbb843db0c4cec823cf6cb1b9120a8dd5efa0 11770
dnscache-run_1.05-4_all.deb
Files:
78bb1db97c09a10c2408abd530ab45ea 909 net optional djbdns_1.05-4.dsc
c76423fd90b76bbcef4fb736efcb401f 47637 net optional djbdns_1.05-4.diff.gz
aa8d9215ba23d800dad4ff05139c3714 11770 net optional dnscache-run_1.05-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFIpDKaGJoyQbxwpv8RAmedAJ4yN6bVR81Fo9+GTJXA0hoxGlAuAACfdHy0
LUHVFYCzyFN8D3MENa5v1Bs=
=IWo4
-----END PGP SIGNATURE-----
--- End Message ---