Your message dated Sun, 30 Mar 2008 22:32:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#467540: fixed in tspc 2.1.1-6.1
has caused the Debian Bug report #467540,
regarding tspc: 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.)
--
467540: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467540
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: tspc
Version: 2.1.1-6
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.
The current boot and shutdown sequence for this script is slightly
wrong, as it uses files in /usr/ but starts before mountnfs.sh, which
will fail when /usr/ is NFS mounted, and stops after sendsigs, which
will kill the daemon before this init.d script is executed. I
recommend moving the script. The dependencies in the patch reflect
the sequence position I recommend.
diff -ur tspc-2.1.1.orig/debian/tspc.init tspc-2.1.1/debian/tspc.init
--- tspc-2.1.1.orig/debian/tspc.init 2008-02-26 09:25:42.000000000 +0100
+++ tspc-2.1.1/debian/tspc.init 2008-02-26 09:31:48.000000000 +0100
@@ -1,6 +1,12 @@
#! /bin/sh
-#
-# tspc Script to configure the IPv6 tunnel to tspc
+### BEGIN INIT INFO
+# Provides: tspc
+# Required-Start: $remote_fs
+# Required-Stop: $remote_fs
+# Default-Start: S
+# Default-Stop: 0 6
+# Short-Description: Script to configure the IPv6 tunnel to tspc
+### END INIT INFO
#
# Written by Martin Waitz <[EMAIL PROTECTED]>
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: tspc
Source-Version: 2.1.1-6.1
We believe that the bug you reported is fixed in the latest version of
tspc, which is due to be installed in the Debian FTP archive:
tspc_2.1.1-6.1.diff.gz
to pool/main/t/tspc/tspc_2.1.1-6.1.diff.gz
tspc_2.1.1-6.1.dsc
to pool/main/t/tspc/tspc_2.1.1-6.1.dsc
tspc_2.1.1-6.1_i386.deb
to pool/main/t/tspc/tspc_2.1.1-6.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated tspc 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: Mon, 31 Mar 2008 00:17:51 +0200
Source: tspc
Binary: tspc
Architecture: source i386
Version: 2.1.1-6.1
Distribution: unstable
Urgency: low
Maintainer: Anand Kumria <[EMAIL PROTECTED]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description:
tspc - Client to configure an IPv6 tunnel to Hexago's migration broker
Closes: 467540
Changes:
tspc (2.1.1-6.1) unstable; urgency=low
.
* Non-maintainer upload to fix RC bug.
* Add LSB dependency header to init.d scripts (Closes: #467540).
Files:
e74ef2078369858c6096f8adbb3b6099 566 net optional tspc_2.1.1-6.1.dsc
6751931c9d12a19b4a69a7a1ecbc7a10 11266 net optional tspc_2.1.1-6.1.diff.gz
ab5c59c2eaef0c32f6c410421098a1e5 42048 net optional tspc_2.1.1-6.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH8BIf20zMSyow1ykRAtUDAKDbpq4uUlW+iyc0NUXWO9wIAj/HnwCfTFcW
6tJ21X/LQgkz8xwj3tlc49c=
=Yk92
-----END PGP SIGNATURE-----
--- End Message ---