Your message dated Tue, 11 Mar 2008 09:02:21 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469697: fixed in pingpong 0.02-2
has caused the Debian Bug report #469697,
regarding pingpong: 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.)
--
469697: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469697
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: pingpong
Version: 0.01
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> and
<URL:http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot>.
Here is a patch to document the dependencies. I hope this is correct.
diff -ur pingpong-0.02.orig/debian/init.d pingpong-0.02/debian/init.d
--- pingpong-0.02.orig/debian/init.d 2008-03-06 17:32:18.000000000 +0100
+++ pingpong-0.02/debian/init.d 2008-03-06 17:34:01.000000000 +0100
@@ -1,4 +1,11 @@
#!/bin/sh
+### BEGIN INIT INFO
+# Provides: pingpong
+# Required-Start: $remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+### END INIT INFO
PATH=/bin:/usr/bin:/sbin:/usr/sbin
DAEMON=/usr/sbin/pingpong
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: pingpong
Source-Version: 0.02-2
We believe that the bug you reported is fixed in the latest version of
pingpong, which is due to be installed in the Debian FTP archive:
pingpong_0.02-2.diff.gz
to pool/main/p/pingpong/pingpong_0.02-2.diff.gz
pingpong_0.02-2.dsc
to pool/main/p/pingpong/pingpong_0.02-2.dsc
pingpong_0.02-2_i386.deb
to pool/main/p/pingpong/pingpong_0.02-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.
Joop Stakenborg <[EMAIL PROTECTED]> (supplier of updated pingpong 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, 11 Mar 2008 08:55:38 +0100
Source: pingpong
Binary: pingpong
Architecture: source i386
Version: 0.02-2
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg <[EMAIL PROTECTED]>
Changed-By: Joop Stakenborg <[EMAIL PROTECTED]>
Description:
pingpong - Free server for Amateur Radio convers
Closes: 469697
Changes:
pingpong (0.02-2) unstable; urgency=low
.
* Add LSB formatted dependency info in init.d script. Closes: #469697.
* Fix several lintian errors.
Files:
5461fb41111731f8a05d9a6cac5119d9 576 hamradio optional pingpong_0.02-2.dsc
b00174af34c2062cf5b85d5a262f10d0 8733 hamradio optional pingpong_0.02-2.diff.gz
f74978dfa8b335d2f363224431e1539f 13458 hamradio optional
pingpong_0.02-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH1j3P/CqtjGLxpX8RAutnAKCoKwlhrwPIePLdJnal8LLcnfTrsACg0Pxw
3XZ5TMUsZYuLQK7pp9qKM1w=
=Fvtb
-----END PGP SIGNATURE-----
--- End Message ---