Your message dated Fri, 04 Apr 2008 12:02:24 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469742: fixed in linesrv 2.1.21-4.3
has caused the Debian Bug report #469742,
regarding linesrv-mysql/linesrv: 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.)
--
469742: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469742
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: linesrv-mysql linesrv
Version: 2.1.21-2
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.
Not sure if it depend on the databases to start first or not, nor if
mysql and postgresql are the correct scripts to depend on.
diff -ur linesrv-2.1.21.orig/debian/linecontrol
linesrv-2.1.21/debian/linecontrol
--- linesrv-2.1.21.orig/debian/linecontrol 2008-03-06 21:36:09.000000000
+0100
+++ linesrv-2.1.21/debian/linecontrol 2008-03-06 21:37:55.000000000 +0100
@@ -1,4 +1,11 @@
#! /bin/sh
+### BEGIN INIT INFO
+# Provides: linesrv
+# 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=/sbin:/bin:/usr/sbin:/usr/bin
CONF=/etc/linesrv/linesrv.conf
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: linesrv
Source-Version: 2.1.21-4.3
We believe that the bug you reported is fixed in the latest version of
linesrv, which is due to be installed in the Debian FTP archive:
linesrv-mysql_2.1.21-4.3_i386.deb
to pool/main/l/linesrv/linesrv-mysql_2.1.21-4.3_i386.deb
linesrv_2.1.21-4.3.diff.gz
to pool/main/l/linesrv/linesrv_2.1.21-4.3.diff.gz
linesrv_2.1.21-4.3.dsc
to pool/main/l/linesrv/linesrv_2.1.21-4.3.dsc
linesrv_2.1.21-4.3_i386.deb
to pool/main/l/linesrv/linesrv_2.1.21-4.3_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.
Peter Eisentraut <[EMAIL PROTECTED]> (supplier of updated linesrv 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: Fri, 04 Apr 2008 13:31:07 +0200
Source: linesrv
Binary: linesrv linesrv-mysql
Architecture: source i386
Version: 2.1.21-4.3
Distribution: unstable
Urgency: low
Maintainer: Marco Presi (Zufus) <[EMAIL PROTECTED]>
Changed-By: Peter Eisentraut <[EMAIL PROTECTED]>
Description:
linesrv - A server to remotely control the internet connection
linesrv-mysql - A server to remotely control the internet connection
Closes: 457850 469742
Changes:
linesrv (2.1.21-4.3) unstable; urgency=low
.
* Non-maintainer upload.
.
[ Marco Rodrigues ]
* debian/control:
+ Add apache2 to Depends (Closes: #457850).
* debian/rules:
+ Remove DH_COMPAT.
* Add compat file.
.
[ Peter Eisentraut ]
* Added LSB formatted dependency info in init.d script (closes: #469742)
Files:
fa935c5303f2ba12240f48188e1f80b5 648 net optional linesrv_2.1.21-4.3.dsc
4d7ffa42c9c2de9bae339ce60909a0eb 76000 net optional linesrv_2.1.21-4.3.diff.gz
094510262d1297143dba5a47c2f555e8 82046 net optional linesrv_2.1.21-4.3_i386.deb
39f89439f00d57064f972f0a18121a8a 86134 net optional
linesrv-mysql_2.1.21-4.3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH9hWLTTx8oVVPtMYRAuJYAJ4/zlPFRZ0ZDMHRFGWD7CcajABjVQCcC74d
ZXtsFE1OqCpP7tOApQOHmGQ=
=NCjt
-----END PGP SIGNATURE-----
--- End Message ---