Your message dated Mon, 16 Jun 2008 11:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#486455: fixed in dnsmasq 2.42-3
has caused the Debian Bug report #486455,
regarding dnsmasq: incorrect log_msg_end calls in init script
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.)


-- 
486455: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486455
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: dnsmasq
Version: 2.42-2
Severity: normal
Tags: patch

In bug 473117 you included an Ubuntu fix making use of log_*_msg
functions rather than calling echo in the init script.

Eric Shattow discovered that this fix makes improper calls to a
"log_msg_end" function. The attached patch (from Eric Shattow) corrects
the typo.

Regards,


-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-updates
  APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 
'hardy-proposed'), (500, 'hardy')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-19-generic (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- dnsmasq-2.42/debian/init.orig       2008-06-16 10:07:27.000000000 +0200
+++ dnsmasq-2.42/debian/init    2008-06-16 10:08:09.000000000 +0200
@@ -214,10 +214,10 @@
        log_daemon_msg "Checking $DESC" "$NAME"
        status
        case "$?" in
-               0) log_warning_msg "running" ; log_msg_end 0; exit 0 ;;
-               1) log_warning_msg "dead, pid file exists" ; log_msg_end 1; 
exit 1 ;;
-               3) log_warning_msg "not running" ; log_msg_end 3; exit 3 ;;
-               *) log_warning_msg "unknown" ; log_msg_end 4; exit 4 ;;
+               0) log_warning_msg "running" ; log_end_msg 0; exit 0 ;;
+               1) log_warning_msg "dead, pid file exists" ; log_end_msg 1; 
exit 1 ;;
+               3) log_warning_msg "not running" ; log_end_msg 3; exit 3 ;;
+               *) log_warning_msg "unknown" ; log_end_msg 4; exit 4 ;;
        esac
        ;;
   *)

--- End Message ---
--- Begin Message ---
Source: dnsmasq
Source-Version: 2.42-3

We believe that the bug you reported is fixed in the latest version of
dnsmasq, which is due to be installed in the Debian FTP archive:

dnsmasq-base_2.42-3_i386.deb
  to pool/main/d/dnsmasq/dnsmasq-base_2.42-3_i386.deb
dnsmasq_2.42-3.diff.gz
  to pool/main/d/dnsmasq/dnsmasq_2.42-3.diff.gz
dnsmasq_2.42-3.dsc
  to pool/main/d/dnsmasq/dnsmasq_2.42-3.dsc
dnsmasq_2.42-3_all.deb
  to pool/main/d/dnsmasq/dnsmasq_2.42-3_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.
Simon Kelley <[EMAIL PROTECTED]> (supplier of updated dnsmasq 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.7
Date: Mon, 16 Jun 2008 11:26:20 +0000
Source: dnsmasq
Binary: dnsmasq dnsmasq-base
Architecture: source all i386
Version: 2.42-3
Distribution: unstable
Urgency: low
Maintainer: Simon Kelley <[EMAIL PROTECTED]>
Changed-By: Simon Kelley <[EMAIL PROTECTED]>
Description: 
 dnsmasq    - A small caching DNS proxy and DHCP/TFTP server
 dnsmasq-base - A small caching DNS proxy and DHCP/TFTP server
Closes: 486455
Changes: 
 dnsmasq (2.42-3) unstable; urgency=low
 .
    * Fix thinko in init script, breaks status command. (closes: 486455)
Files: 
 180f4a13cda41f390a03d2dcea4f2397 596 net optional dnsmasq_2.42-3.dsc
 5e593ad6dd129b7e1c50f4425d6db2a4 13502 net optional dnsmasq_2.42-3.diff.gz
 27bc371b1f81d68decf08c87c5f98e8f 236722 net optional 
dnsmasq-base_2.42-3_i386.deb
 1689577881df134697d58564afe26681 12096 net optional dnsmasq_2.42-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFIVkSeKPyGmiibgrcRAo/JAJ42sfOTNTE2wW/8WEaQ6cw1b7DxWQCdEahp
BtsctybUdccZoIm9jR/xfWU=
=Jg6Z
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to