[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#187250: marked as done (init.d/bind example restart rules is broken)



Your message dated Tue, 19 Aug 2003 11:47:06 -0400
with message-id <E19p8hO-00011r-00@auric.debian.org>
and subject line Bug#187250: fixed in debian-policy 3.6.1.0
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; 2 Apr 2003 09:52:16 +0000
>From bill@yellowpig.yi.org Wed Apr 02 03:52:15 2003
Return-path: <bill@yellowpig.yi.org>
Received: from guest-206.loria.fr (yellowpig.yi.org) [152.81.114.206] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 190euk-0000lU-00; Wed, 02 Apr 2003 03:52:14 -0600
Received: from seventeen
	([127.0.0.1] helo=yellowpig.yi.org ident=mail)
	by yellowpig.yi.org with smtp (Exim 3.35 #1 (Debian))
	id 190euF-0007Ut-00; Wed, 02 Apr 2003 11:51:43 +0200
Received: (nullmailer pid 28821 invoked by uid 1000);
	Wed, 02 Apr 2003 09:51:43 -0000
Date: Wed, 2 Apr 2003 11:51:43 +0200
From: Bill Allombert <ballombe@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: init.d/bind example restart rules is broken
Message-ID: <20030402095143.GA28808@yellowpig.yi.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 2.10.1
User-Agent: Mutt/1.5.4i
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-2.2 required=4.0
	tests=HAS_PACKAGE,SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,
	      USER_AGENT,USER_AGENT_MUTT
	version=2.44
X-Spam-Level: 

Package: debian-policy
Version: 3.5.9.0
Severity: normal


The init.d/bind example has a bug...


          restart)
            echo -n "Restarting domain name service: named"
            start-stop-daemon --stop --quiet  \
              --pidfile /var/run/named.pid --exec /usr/sbin/named
            start-stop-daemon --start --verbose --exec /usr/sbin/named \
                              -- $PARAMS
            echo "."

This is wrong, since if the service is not running,
start-stop-daemon --stop will fail and so service
will not be restarted. It should use --oknodo.

Cheers,
Bill.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux seventeen 2.4.20 #1 Wed Mar 5 16:16:52 CET 2003 i686
Locale: LANG=french, LC_CTYPE=french

-- no debconf information


-- 
Bill. <ballombe@debian.org>

---------------------------------------
Received: (at 187250-close) by bugs.debian.org; 19 Aug 2003 15:53:44 +0000
>From katie@auric.debian.org Tue Aug 19 10:53:20 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19p8nM-0003TG-00; Tue, 19 Aug 2003 10:53:16 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 19p8hO-00011r-00; Tue, 19 Aug 2003 11:47:06 -0400
From: Manoj Srivastava <srivasta@debian.org>
To: 187250-close@bugs.debian.org
X-Katie: $Revision: 1.35 $
Subject: Bug#187250: fixed in debian-policy 3.6.1.0
Message-Id: <E19p8hO-00011r-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Tue, 19 Aug 2003 11:47:06 -0400
Delivered-To: 187250-close@bugs.debian.org

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

debian-policy_3.6.1.0.dsc
  to pool/main/d/debian-policy/debian-policy_3.6.1.0.dsc
debian-policy_3.6.1.0.tar.gz
  to pool/main/d/debian-policy/debian-policy_3.6.1.0.tar.gz
debian-policy_3.6.1.0_all.deb
  to pool/main/d/debian-policy/debian-policy_3.6.1.0_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 187250@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Manoj Srivastava <srivasta@debian.org> (supplier of updated debian-policy 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Tue, 19 Aug 2003 07:28:10 -0500
Source: debian-policy
Binary: debian-policy
Architecture: source all
Version: 3.6.1.0
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava <srivasta@debian.org>
Changed-By: Manoj Srivastava <srivasta@debian.org>
Description: 
 debian-policy - Debian Policy Manual and related documents
Closes: 176506 187250 187297 188030 193748 200440 203728
Changes: 
 debian-policy (3.6.1.0) unstable; urgency=low
 .
   Josip:
   * Removed obsolete section on obsolete constructs and libraries,
     closes: #193748.
   Manoj:
   * Change reference to the debconf introduction from kitenet to a debian
     hosted server.                                         closes: Bug#187297
   * Added myspell-dictionary to the virtual packages list  closes: Bug#203728
   * Fix the restart action in the init.d/bind example; it now uses
     --oknodo so that the action does not fail when the service is not
     running.                                               closes: Bug#187250
   * invoke-rc.d and update-rc.d are now in the sysv-rc package instead of
     the sysvinit package. Fixed a reference in policy.     closes: Bug#200440
   * Note that postinst abort-remove is called if there is an error while
     removing the package.                                  closes: Bug#188030
   * [AMENDMENT 2003/08/03] Make Debconf the standard for prompting the
     user                                                   closes: Bug#176506
Files: 
 1a03f67a3afd331c290c41f5c0008441 798 doc optional debian-policy_3.6.1.0.dsc
 7dbe3ca1df000212517bf29b0453aad2 569342 doc optional debian-policy_3.6.1.0.tar.gz
 3759654780361dbc9f52c426e1e13c4f 1209866 doc optional debian-policy_3.6.1.0_all.deb

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

iD8DBQE/QjmHIbrau78kQkwRAtvCAJ99asWbl2v9zHG2jsmkuLVSZPellwCg7YNN
YFv3iDq+wOgmgFf8suEQ274=
=wEzD
-----END PGP SIGNATURE-----



Reply to: