Your message dated Tue, 29 Jan 2008 22:02:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#460299: fixed in monit 1:4.10.1-1
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: monit
Version: 1:4.8.1-2.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 monit-4.8.1.orig/debian/monit.init monit-4.8.1/debian/monit.init
--- monit-4.8.1.orig/debian/monit.init 2008-01-11 22:29:09.000000000 +0100
+++ monit-4.8.1/debian/monit.init 2008-01-11 22:35:26.000000000 +0100
@@ -1,4 +1,11 @@
#!/bin/sh
+### BEGIN INIT INFO
+# Provides: monit
+# Required-Start: $remote_fs
+# Required-Stop: $remote_fs
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+### END INIT INFO
# /etc/init.d/monit start and stop monit daemon monitor process.
# Fredrik Steen, [EMAIL PROTECTED]
:
As the stop script do not seem to do much except killing the daemons,
that task might be better left to the sendsigs script in runlevel 0
and 6. 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: monit
Source-Version: 1:4.10.1-1
We believe that the bug you reported is fixed in the latest version of
monit, which is due to be installed in the Debian FTP archive:
monit_4.10.1-1.diff.gz
to pool/main/m/monit/monit_4.10.1-1.diff.gz
monit_4.10.1-1.dsc
to pool/main/m/monit/monit_4.10.1-1.dsc
monit_4.10.1-1_i386.deb
to pool/main/m/monit/monit_4.10.1-1_i386.deb
monit_4.10.1.orig.tar.gz
to pool/main/m/monit/monit_4.10.1.orig.tar.gz
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.
Stefan Alfredsson <[EMAIL PROTECTED]> (supplier of updated monit 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: Tue, 29 Jan 2008 21:36:33 +0100
Source: monit
Binary: monit
Architecture: source i386
Version: 1:4.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Stefan Alfredsson <[EMAIL PROTECTED]>
Changed-By: Stefan Alfredsson <[EMAIL PROTECTED]>
Description:
monit - A utility for monitoring and managing daemons or similar programs
Closes: 364844 399027 411886 433164 453248 460299
Changes:
monit (1:4.10.1-1) unstable; urgency=low
.
* New upstream release (Closes: #453248)
* Upstream has fixed pid testing since v4.8 (Closes: #364844)
* Event queue segfault problem patched by upstream (Closes: #399027)
* HTTP segfault patched by upstream (Closes: #433164)
* Added LSB formatted dependency to init-script (Closes: #460299)
* Removed bashism echo -e in init-script (Closes: #411886)
Files:
4fceb0a3476161403c4f05bbd09609f4 618 admin optional monit_4.10.1-1.dsc
d3143b0bbd79b53f1b019d2fc1dae656 606273 admin optional monit_4.10.1.orig.tar.gz
ad2120e2a7e8e11fca74d8fae5c2e7f3 67373 admin optional monit_4.10.1-1.diff.gz
da795902fe9b2fa4f6c27b958db4560e 257414 admin optional monit_4.10.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFHn6IR7WvuLRx04LcRAuCVAKCzOBNZX6acnizIP01oD/QvWDT5lACg4ql5
E6V2EZZqMKBl9eenKRm5Va8=
=cU0n
-----END PGP SIGNATURE-----
--- End Message ---