Your message dated Fri, 28 Mar 2008 00:02:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#468746: fixed in sympa 5.3.4-3
has caused the Debian Bug report #468746,
regarding sympa: 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.)
--
468746: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468746
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: sympa
Version: 4.1.5-7
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.
I was very confused by the current boot sequence numbers (starting
before networking is set up, but also stopping before networking is
taken down), so please check carefully that I picked the correct
dependencies.
diff -ur sympa-5.3.4.orig/debian/init sympa-5.3.4/debian/init
--- sympa-5.3.4.orig/debian/init 2008-03-01 07:36:34.000000000 +0100
+++ sympa-5.3.4/debian/init 2008-03-01 07:40:37.000000000 +0100
@@ -1,4 +1,13 @@
#! /bin/sh
+### BEGIN INIT INFO
+# Provides: sympa
+# Required-Start: $remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Should-Start: mysql postgresql
+# Should-Stop: mysql postgresql
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+### END INIT INFO
PATH=/bin:/usr/bin:/sbin:/usr/sbin
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: sympa
Source-Version: 5.3.4-3
We believe that the bug you reported is fixed in the latest version of
sympa, which is due to be installed in the Debian FTP archive:
sympa_5.3.4-3.diff.gz
to pool/main/s/sympa/sympa_5.3.4-3.diff.gz
sympa_5.3.4-3.dsc
to pool/main/s/sympa/sympa_5.3.4-3.dsc
sympa_5.3.4-3_i386.deb
to pool/main/s/sympa/sympa_5.3.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.
Stefan Hornburg (Racke) <[EMAIL PROTECTED]> (supplier of updated sympa 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: Thu, 27 Mar 2008 13:43:54 +0100
Source: sympa
Binary: sympa
Architecture: source i386
Version: 5.3.4-3
Distribution: unstable
Urgency: low
Maintainer: Stefan Hornburg (Racke) <[EMAIL PROTECTED]>
Changed-By: Stefan Hornburg (Racke) <[EMAIL PROTECTED]>
Description:
sympa - Modern mailing list manager
Closes: 444305 448897 468746
Changes:
sympa (5.3.4-3) unstable; urgency=low
.
* LSB dependency info added to init script (Closes: #468746,
thanks to Petter Reinholdtsen <[EMAIL PROTECTED]> for the patch)
* fix spelling errors in Debconf templates (Closes: #448897, #444305)
* apply patch from Colin Watson <[EMAIL PROTECTED]> to config
maintainer script
Files:
47c8326132262a2de556105f4e2a9f52 602 mail optional sympa_5.3.4-3.dsc
606f94980f7ef8e6f4f1ac638b15cc76 109097 mail optional sympa_5.3.4-3.diff.gz
9de11603887bd74f3d5a09cdb14f4c9a 3085894 mail optional sympa_5.3.4-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH7DEHjgVfE5tya3ERAgn3AKDNA+ByW4H133I0Z4HqLZDLv/A2VgCfffwF
KVtsTvWU1z5sXOB7HSAH6WU=
=4/ef
-----END PGP SIGNATURE-----
--- End Message ---