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

Bug#469025: marked as done (das-watchdog: Please add LSB formatted dependency info in init.d script)



Your message dated Thu, 03 Apr 2008 12:02:33 +0000
with message-id <E1JhO9J-0008RK-II@ries.debian.org>
and subject line Bug#469025: fixed in das-watchdog 0.3.1-2.1
has caused the Debian Bug report #469025,
regarding das-watchdog: 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 owner@bugs.debian.org
immediately.)


-- 
469025: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469025
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package:  das-watchdog
Version:  0.3.1-1
Tags:     patch
User:     initscripts-ng-devel@lists.alioth.debian.org
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 das-watchdog-0.3.1.orig/das_watchdog.rc das-watchdog-0.3.1/das_watchdog.rc
--- das-watchdog-0.3.1.orig/das_watchdog.rc     2006-02-18 02:01:09.000000000 +0100
+++ das-watchdog-0.3.1/das_watchdog.rc  2008-03-02 18:21:47.000000000 +0100
@@ -1,4 +1,11 @@
 #! /bin/sh
+### BEGIN INIT INFO
+# Provides:          das-watchdog
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+### END INIT INFO
 #
 #Written by Miquel van Smoorenburg <miquels at cistron.nl>.
 #Modified for Debian GNU/Linux

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: das-watchdog
Source-Version: 0.3.1-2.1

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

das-watchdog_0.3.1-2.1.diff.gz
  to pool/main/d/das-watchdog/das-watchdog_0.3.1-2.1.diff.gz
das-watchdog_0.3.1-2.1.dsc
  to pool/main/d/das-watchdog/das-watchdog_0.3.1-2.1.dsc
das-watchdog_0.3.1-2.1_i386.deb
  to pool/main/d/das-watchdog/das-watchdog_0.3.1-2.1_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 469025@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Eisentraut <petere@debian.org> (supplier of updated das-watchdog 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: Thu, 03 Apr 2008 13:50:36 +0200
Source: das-watchdog
Binary: das-watchdog
Architecture: source i386
Version: 0.3.1-2.1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Team <debian-multimedia@lists.debian.org>
Changed-By: Peter Eisentraut <petere@debian.org>
Description: 
 das-watchdog - solves system lock-ups by making all processes non-realtime
Closes: 450025 469025
Changes: 
 das-watchdog (0.3.1-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Added LSB formatted dependency info in init.d script (closes: #469025)
   * Fixed watch file (closes: #450025)
   * Removed unused build dependency dpatch
   * Updated standards version
Files: 
 cad25455450c2807f813199d59a998a3 685 admin extra das-watchdog_0.3.1-2.1.dsc
 1806a96022586cd7b891eabed1c72e66 2421 admin extra das-watchdog_0.3.1-2.1.diff.gz
 df15aa683ef9bfb7265aafb1d7f44443 14384 admin extra das-watchdog_0.3.1-2.1_i386.deb

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

iD8DBQFH9MU5TTx8oVVPtMYRAmS0AJ489V4Nr+Q/5rqKupsLVlDeJWAvJwCgjZUO
DRe4Y/eVsye+pyyGRsi9Trs=
=1SiC
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: