Your message dated Mon, 16 Jan 2006 14:47:42 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#333841: fixed in bind9 1:9.3.2-2
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 14 Oct 2005 00:32:48 +0000
>From [EMAIL PROTECTED] Thu Oct 13 17:32:48 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail2.incase.de (mail.incase.de) [85.10.249.83] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EQDVA-00077i-00; Thu, 13 Oct 2005 17:32:48 -0700
Received: from [192.168.0.10] (dslb-084-060-114-088.pools.arcor-ip.net 
[84.60.114.88])
        by mail.incase.de (Postfix) with ESMTP id 999F3251B17
        for <[EMAIL PROTECTED]>; Fri, 14 Oct 2005 02:32:16 +0200 (CEST)
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 14 Oct 2005 02:32:07 +0200
From: Sven Mueller <[EMAIL PROTECTED]>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.6) 
Gecko/20050317 Thunderbird/1.0.2 Mnenhy/0.7.2.0
X-Accept-Language: de-DE, de, en-us, en
MIME-Version: 1.0
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: /etc/init.d/bind9: /etc/init.d/bind9 force-reload acts in the wrong
 way (does restart, not reload)
X-Enigmail-Version: 0.92.1.0
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Package: bind9
Version: 1:9.2.4-1
Severity: normal
File: /etc/init.d/bind9
Tags: patch


As the subject says, the init scripts does the wrong thing when called
with the force-reload command. Accordings to LSB, an init script, called
with that command should only do a restart if a reload isn't supported,
otherwise it should only do a reload. Note also that force-reload must
not start the service if it isn't already running (and your script
starts it).
The fix is easy:
Move the "force-reload|" pattern from the "restart" part to the "reload"
part of the case conditionals.

In other words, write:

    reload|force-reload)
        /usr/sbin/rndc reload
    ;;

    restart)
        $0 stop
        sleep 2
        $0 start
    ;;

instead of the old

    reload)
        /usr/sbin/rndc reload
    ;;

    restart|force-reload)
        $0 stop
        sleep 2
        $0 start
    ;;

Regards,
Sven

- -- System Information:
Debian Release: 3.1
Architecture: i386 (i586)
Kernel: Linux 2.6.8-486-voyage
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages bind9 depends on:
ii  adduser                     3.63         Add and remove users and groups
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared
libraries an
ii  libdns16                    1:9.2.4-1    DNS Shared Library used by BIND
ii  libisc7                     1:9.2.4-1    ISC Shared Library used by BIND
ii  libisccc0                   1:9.2.4-1    Command Channel Library
used by BI
ii  libisccfg0                  1:9.2.4-1    Config File Handling
Library used
ii  liblwres1                   1:9.2.4-1    Lightweight Resolver
Library used
ii  libssl0.9.7                 0.9.7e-3     SSL shared libraries
ii  netbase                     4.21         Basic TCP/IP networking system

- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Cygwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDTvyHDcs5RBTUBgsRAolAAJ40zAGdvGLieHGgs9OlAIKRQe13VQCfYYrN
mxVUZfWpbwbkGZBjYPJxTpo=
=60bi
-----END PGP SIGNATURE-----

---------------------------------------
Received: (at 333841-close) by bugs.debian.org; 16 Jan 2006 22:52:19 +0000
>From [EMAIL PROTECTED] Mon Jan 16 14:52:19 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1Eyd8Y-0000IR-3p; Mon, 16 Jan 2006 14:47:42 -0800
From: LaMont Jones <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#333841: fixed in bind9 1:9.3.2-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 16 Jan 2006 14:47:42 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: bind9
Source-Version: 1:9.3.2-2

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

bind9-doc_9.3.2-2_all.deb
  to pool/main/b/bind9/bind9-doc_9.3.2-2_all.deb
bind9-host_9.3.2-2_i386.deb
  to pool/main/b/bind9/bind9-host_9.3.2-2_i386.deb
bind9_9.3.2-2.diff.gz
  to pool/main/b/bind9/bind9_9.3.2-2.diff.gz
bind9_9.3.2-2.dsc
  to pool/main/b/bind9/bind9_9.3.2-2.dsc
bind9_9.3.2-2_i386.deb
  to pool/main/b/bind9/bind9_9.3.2-2_i386.deb
dnsutils_9.3.2-2_i386.deb
  to pool/main/b/bind9/dnsutils_9.3.2-2_i386.deb
libbind-dev_9.3.2-2_i386.deb
  to pool/main/b/bind9/libbind-dev_9.3.2-2_i386.deb
libbind9-0_9.3.2-2_i386.deb
  to pool/main/b/bind9/libbind9-0_9.3.2-2_i386.deb
libdns21_9.3.2-2_i386.deb
  to pool/main/b/bind9/libdns21_9.3.2-2_i386.deb
libisc11_9.3.2-2_i386.deb
  to pool/main/b/bind9/libisc11_9.3.2-2_i386.deb
libisccc0_9.3.2-2_i386.deb
  to pool/main/b/bind9/libisccc0_9.3.2-2_i386.deb
libisccfg1_9.3.2-2_i386.deb
  to pool/main/b/bind9/libisccfg1_9.3.2-2_i386.deb
liblwres9_9.3.2-2_i386.deb
  to pool/main/b/bind9/liblwres9_9.3.2-2_i386.deb
lwresd_9.3.2-2_i386.deb
  to pool/main/b/bind9/lwresd_9.3.2-2_i386.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.
LaMont Jones <[EMAIL PROTECTED]> (supplier of updated bind9 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 Jan 2006 15:17:04 -0700
Source: bind9
Binary: libisccc0 lwresd libbind9-0 bind9-doc dnsutils bind9 libbind-dev 
bind9-host liblwres9 libisc11 libisccfg1 libdns21
Architecture: all i386 source 
Version: 1:9.3.2-2
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones <[EMAIL PROTECTED]>
Changed-By: LaMont Jones <[EMAIL PROTECTED]>
Description: 
 bind9      - Internet Domain Name Server
 bind9-doc  - Documentation for BIND
 bind9-host - Version of 'host' bundled with BIND 9.X
 dnsutils   - Clients provided with BIND
 libbind-dev - Static Libraries and Headers used by BIND
 libbind9-0 - BIND9 Shared Library used by BIND
 libdns21   - DNS Shared Library used by BIND
 libisc11   - ISC Shared Library used by BIND
 libisccc0  - Command Channel Library used by BIND
 libisccfg1 - Config File Handling Library used by BIND
 liblwres9  - Lightweight Resolver Library used by BIND
 lwresd     - Lightweight Resolver Daemon
Closes: 252232 275412 331090 333841
Changes: 
 bind9 (1:9.3.2-2) unstable; urgency=low
 .
   * correct force-reload.  Closes: #333841
   * Fix init.d's usage message.  Closes: #331090
   * resolvconf tweaks.  Closes: #252232, #275412
Files: 
 10dacd681dba20cfc02cbc62a16cab36 180050 libs standard libisc11_9.3.2-2_i386.deb
 115632e659b943cb9e838f7505ab3b83 178446 net standard dnsutils_9.3.2-2_i386.deb
 1682b006da4b173af3742e5b25d2c3ac 91126 libs standard 
libbind9-0_9.3.2-2_i386.deb
 47b862d6b9eeca7b9ddbfb0894c869f9 90728 libs optional libisccc0_9.3.2-2_i386.deb
 4abc6cf52da1e0d80684606b99e63b69 102788 libs optional 
libisccfg1_9.3.2-2_i386.deb
 5eb6657d091cfff47c642ce35646ab09 86770 net optional bind9_9.3.2-2.diff.gz
 60774627ea1c7cad8a745d2766c54380 108116 libs standard 
liblwres9_9.3.2-2_i386.deb
 60ba7e670adde1ea4379d647db17a990 179894 doc optional bind9-doc_9.3.2-2_all.deb
 fe663c40a5a38658a8baf258c44584f0 784 net optional bind9_9.3.2-2.dsc
 79593a44812ba59d0c442b3218ff75d3 109264 net standard 
bind9-host_9.3.2-2_i386.deb
 7c7dc24f480e2b746ee549b7dc96a447 1046514 libdevel optional 
libbind-dev_9.3.2-2_i386.deb
 993f43b00247b126de584140f7b5bcb1 512148 libs standard libdns21_9.3.2-2_i386.deb
 9b10cd2d859ea2dfc4540d8e94180acf 299020 net optional bind9_9.3.2-2_i386.deb
 b26d45f1ba729b4632ab8efa38c704d4 210258 net optional lwresd_9.3.2-2_i386.deb

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

iD8DBQFDzB3szN/kmwoKyScRAlDXAKCalPlnKKQKhxFiAl1ZTMJ9IrTs9gCfZeJI
d12FXa5SwUp9Cwh/2L+uq4E=
=k2BN
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to