Your message dated Wed, 27 Feb 2008 23:32:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#465425: fixed in nas 1.9.1-2
has caused the Debian Bug report #465425,
regarding nas: Please add LSB formatted dependency info in init.d 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.)


-- 
465425: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465425
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package:  nas
Version:  1.7-1
Tags:     patch
User:     [EMAIL PROTECTED]
Usertags: missing-dependency

To be able to check boot script order, and also to be able to start
boot scripts in parallel, it is important to know the dependencies of
the various boot scripts.  The Linux Software Base specifies a init.d
header file format useful for this purpose, and adding such header to
the anacron init.d script would make it possible for me to use this
information to check the current sequence and to speed up the debian
boot.

I am working on a system to update the boot sequence based on these
dependencies, and would like see this as the default in Lenny.
Because of this, it is nice if the dependencies was updated quickly.

<URL:http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html>
documents the LSB header format.  Some debian notes are available from
<URL:http://wiki.debian.org/LSBInitScripts>.

Here is a patch to document the dependencies.  I hope this is correct.

diff -ur nas-1.9.1.orig/debian/rc.nas nas-1.9.1/debian/rc.nas
--- nas-1.9.1.orig/debian/rc.nas        2008-02-12 11:49:42.000000000 +0100
+++ nas-1.9.1/debian/rc.nas     2008-02-12 11:51:33.000000000 +0100
@@ -1,5 +1,12 @@
 #! /bin/sh
-# /etc/init.d/nas: start or stop the Network Audio System.
+### BEGIN INIT INFO
+# Provides:          nsd
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: start or stop the Network Audio System.
+### END INIT INFO

 test -f /usr/bin/nasd || exit 0

As the stop script do not seem to do much except killing the daemon,
that task might be better left to the sendsigs script in runlevel 0
and 6, to speed up shutdown.  If this is indeed the case, I recommend
removing 0 and 6 from the Default-Stop list.

Happy hacking,
--
Petter Reinholdtsen



--- End Message ---
--- Begin Message ---
Source: nas
Source-Version: 1.9.1-2

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

libaudio-dev_1.9.1-2_i386.deb
  to pool/main/n/nas/libaudio-dev_1.9.1-2_i386.deb
libaudio2_1.9.1-2_i386.deb
  to pool/main/n/nas/libaudio2_1.9.1-2_i386.deb
nas-bin_1.9.1-2_i386.deb
  to pool/main/n/nas/nas-bin_1.9.1-2_i386.deb
nas-doc_1.9.1-2_all.deb
  to pool/main/n/nas/nas-doc_1.9.1-2_all.deb
nas_1.9.1-2.diff.gz
  to pool/main/n/nas/nas_1.9.1-2.diff.gz
nas_1.9.1-2.dsc
  to pool/main/n/nas/nas_1.9.1-2.dsc
nas_1.9.1-2_i386.deb
  to pool/main/n/nas/nas_1.9.1-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.
Steve McIntyre <[EMAIL PROTECTED]> (supplier of updated nas 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: Wed, 27 Feb 2008 22:00:17 +0000
Source: nas
Binary: libaudio2 nas libaudio-dev nas-bin nas-doc
Architecture: source all i386
Version: 1.9.1-2
Distribution: unstable
Urgency: low
Maintainer: Steve McIntyre <[EMAIL PROTECTED]>
Changed-By: Steve McIntyre <[EMAIL PROTECTED]>
Description: 
 libaudio-dev - Network Audio System - development files
 libaudio2  - Network Audio System - shared libraries
 nas        - Network Audio System - local server
 nas-bin    - Network Audio System - client binaries
 nas-doc    - Network Audio System - extra documentation
Closes: 465425
Changes: 
 nas (1.9.1-2) unstable; urgency=low
 .
   * Add LSB formatted dependency info in the nas init script. Thanks to
     Petter Reinholdtsen for the patch. Closes: #465425
Files: 
 953a3d198965f43763014cb465877453 691 sound optional nas_1.9.1-2.dsc
 941558168381bd60300826f90026990d 38338 sound optional nas_1.9.1-2.diff.gz
 ccc210627c78def1672cd823317a5e84 156354 doc extra nas-doc_1.9.1-2_all.deb
 8a14a9755bac966b770db8678778389a 103332 sound optional nas_1.9.1-2_i386.deb
 4eb971303f0319bb6249c09007b9ddc2 491286 sound extra nas-bin_1.9.1-2_i386.deb
 5258f7a6bf6c4d0cfaf9f52755524844 78874 libs optional libaudio2_1.9.1-2_i386.deb
 39a4a28952a4218827d185a1058c09e0 502598 libdevel optional 
libaudio-dev_1.9.1-2_i386.deb

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

iD8DBQFHxfGxfDt5cIjHwfcRArpOAJ488P2jxpmWXx5YiH5qxubgaO0lAwCgglC7
uGvg/gmNmh1Tj/4ch83RiVw=
=YyJx
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to