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

Bug#346598: marked as done (init script stop example should use --oknodo)



Your message dated Tue, 25 Apr 2006 22:47:06 -0700
with message-id <E1FYcri-0000SO-G5@spohr.debian.org>
and subject line Bug#346598: fixed in debian-policy 3.7.0.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)

--- Begin Message ---
Package: debian-policy
Version: 3.6.2.2

According to the LSB Core Specification 3.1, init scripts should
consider running stop on a service already stopped or not running
successful, but the example in policy does not behave this way because
it does not pass --oknodo to start-stop-daemon in the stop case.  The
attached patch makes it do so.

-- 
Matt
diff -ru debian-policy-3.6.2.2.orig/policy.sgml debian-policy-3.6.2.2/policy.sgml
--- debian-policy-3.6.2.2.orig/policy.sgml	2006-01-08 16:30:46.000000000 -0800
+++ debian-policy-3.6.2.2/policy.sgml	2006-01-08 16:31:14.000000000 -0800
@@ -5746,7 +5746,7 @@
   ;;
 stop)
   echo -n "Stopping domain name service: named"
-  start-stop-daemon --stop --quiet  \
+  start-stop-daemon --stop --quiet --oknodo \
     --pidfile /var/run/named.pid --exec /usr/sbin/named
   echo "."
   ;;

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: debian-policy
Source-Version: 3.7.0.0

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.7.0.0.dsc
  to pool/main/d/debian-policy/debian-policy_3.7.0.0.dsc
debian-policy_3.7.0.0.tar.gz
  to pool/main/d/debian-policy/debian-policy_3.7.0.0.tar.gz
debian-policy_3.7.0.0_all.deb
  to pool/main/d/debian-policy/debian-policy_3.7.0.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 346598@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, 25 Apr 2006 23:56:16 -0500
Source: debian-policy
Binary: debian-policy
Architecture: source all
Version: 3.7.0.0
Distribution: unstable
Urgency: low
Maintainer: Debian Policy List <debian-policy@lists.debian.org>
Changed-By: Manoj Srivastava <srivasta@debian.org>
Description: 
 debian-policy - Debian Policy Manual and related documents
Closes: 32263 117916 148194 190753 199849 212434 230217 341232 342611 344158 346598 349010 349775 355263 357613 359817 361137 362247 362975
Changes: 
 debian-policy (3.7.0.0) unstable; urgency=low
 .
   * Bug fix: "[PENDING AMENDMENT 20/01/2000] Splitting cgi-bin", thanks to
     Brian White.                                             (Closes: #32263).
   * Bug fix: "debian-policy: [PROPOSAL] Should update to Filesystem
     Hierarchy Standard FHS 2.3", thanks to Tobias Burnus
                                           (Closes: #230217, #212434, #344158).
   * Bug fix: "[AMENDMENT 11/04/2006] Permit multi-line fields in
     debian/control", thanks to John R. Daily. Mention that all fields,
     except the Uploaders, are supposed to be a single logical line, which
     may be spread over multiple physical lines (newline followed by space
     is elided). Also mention that anything parsing the control file must
     allow for a multi-line uploaders field.                (Closes: #148194).
   * Bug fix: "[AMENDMENT 12/04/2004] frown on programs in PATH with
     language extentions", thanks to Joey Hess.             (Closes: #190753).
   * Bug fix: "init script stop example should use --oknodo", thanks to
     Matt Kraai. Removed the example entirely.              (Closes: #346598).
   * Bug fix: "policy 12.5: Please recommend a sane practice WRT different
     gpl versions (was: Re: RFC/RFS: beef - a flexible BrainFuck
     interpreter)", thanks to Justin Pryzby. The subject leaves something
     to be desired, but polic should not attempt to enumerate all common
     licenses.                                               (Closes: #355263).
   * Bug fix: "debian-policy: Conflicting Architecture definitions", thanks
     to Hans Ulrich Niedermann. Punt to dpkg-architecture to providing
     legal architecture strings, since that's what is used by everyone
     anyway.  The version in policy was wrong, but that s=does not seem to
     have hindered anyone, which indicates that this policy directive was
     uneeded. Now the dpkg-architecture list is deemed authoritative, which
     it is, but the format for the string is defined by policy, and the
     current list of architecture strings is in an informative foot note.
                                                            (Closes: #357613).
   * Bug fix: "[AMENDMENT 06/04/2006] Make use of invoke-rc.d, if
     available, mandatory", thanks to Lars Wirzenius.        (Closes: #361137).
   * Bug fix: "no longer current regarding X font paths", thanks to Joey
     Hess                                                    (Closes: #362247).
   * Bug fix: "debian-policy: please prohibit circular dependencies, or
     mention that dependencies won't be respected during prerm remove",
     thanks to Justin Pryzby. Well, we did not prohibit circular
     dependencies. But we do now have a warning that In case of circular
     dependencies, since installation or removal order honoring the
     dependency order can't be established, dependency loops are broken at
     some random point, and some packages may not be able to rely on their
     dependencies being present when being installed or removed, depending
     on which side of the break of the circular dependcy loop they happen
     to be on.                                                (Closes: #362975).
   * Bug fix: "8.6.4. Providing a `shlibs' file: s/should create/must
     provide/", thanks to Christoph Berg. Clarified the wording.
                                                              (Closes: #341232).
   * Bug fix: "debian-policy: Chapter 6 - Package maintainer scripts:
     redundant info about exit status", thanks to Daniel Bonniot
                                                              (Closes: #349010).
   * Bug fix: "debian-policy: Refers to upgrading-checklist.txt instead of
     upgrading-checklist.txt.gz", thanks to Matt Kraai         (Closes: #349775).
   * Bug fix: "debian-policy: dpkg-gencontrol now uses -isp by default",
     thanks to Guillem Jover                                   (Closes: #359817).
   * Bug fix: "[PROPOSAL] unclear recommendation for debconf w/
     dpkg-statoverride", thanks to Eduard Bloch                (Closes: #199849).
   * debian-policy: please support Watch file as recommendation, thanks to
      Bluefuture                                               (Closes: #342611).
   * Bug fix: "[PROPOSED] Mandate http servers to provide httpd-cgi as
     relevenat", thanks to Uwe Hermann. This is already supported by the
     http servers out there.                                   (Closes: #117916).
Files: 
 a99c53850f2296afd22844be148c71c9 820 doc optional debian-policy_3.7.0.0.dsc
 e43f135a8c5ad3f7090435137bf14bb1 771599 doc optional debian-policy_3.7.0.0.tar.gz
 eede58ceff0218bca767236ca6f214b2 1510902 doc optional debian-policy_3.7.0.0_all.deb

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

iD8DBQFETwUjIbrau78kQkwRAhJoAJ4hJn1LsLLZz+QlEseg/kYOGKutiwCcDOGE
hDMF+HerbJZffUcCsHwBME4=
=+ydU
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: