Your message dated Sun, 09 Mar 2008 21:02:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#448223: fixed in anacron 2.3-13.1
has caused the Debian Bug report #448223,
regarding anacron: 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.)
--
448223: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448223
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: anacron
Version: 2.3-11
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.
<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 relative to version 2.3-13 to document the
dependencies of anacron. I hope this is correct.
--- /etc/init.d/anacron.orig 2004-12-16 00:35:24.000000000 +0100
+++ /etc/init.d/anacron 2007-10-27 11:01:34.000000000 +0200
@@ -1,4 +1,12 @@
#! /bin/sh
+### BEGIN INIT INFO
+# Provides: anacron
+# Required-Start: $syslog $time
+# Required-Stop: $syslog $time
+# Default-Start: 1 2 3 4 5
+# Default-Stop: 0 6
+### END INIT INFO
+#
# /etc/init.d/anacron: start anacron
#
--- End Message ---
--- Begin Message ---
Source: anacron
Source-Version: 2.3-13.1
We believe that the bug you reported is fixed in the latest version of
anacron, which is due to be installed in the Debian FTP archive:
anacron_2.3-13.1.diff.gz
to pool/main/a/anacron/anacron_2.3-13.1.diff.gz
anacron_2.3-13.1.dsc
to pool/main/a/anacron/anacron_2.3-13.1.dsc
anacron_2.3-13.1_i386.deb
to pool/main/a/anacron/anacron_2.3-13.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 anacron 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: Sun, 9 Mar 2008 20:54:47 +0100
Source: anacron
Binary: anacron
Architecture: source i386
Version: 2.3-13.1
Distribution: unstable
Urgency: low
Maintainer: Pascal Hakim <[EMAIL PROTECTED]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description:
anacron - cron-like program that doesn't go by time
Closes: 448223
Changes:
anacron (2.3-13.1) unstable; urgency=low
.
* Non-maintainer upload to fix release goal issue.
* Added LSB style dependency information in init.d
script (Closes: #448223).
Files:
1d4d5ceac0189160e069c3a6745ce5e5 556 admin optional anacron_2.3-13.1.dsc
1dee0787af5480a7b20385b6b8ddbe5f 15761 admin optional anacron_2.3-13.1.diff.gz
17c997551cdf56ee09618eb7c701d8fa 29238 admin optional anacron_2.3-13.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH1EGh20zMSyow1ykRAs8bAKCDl8NInEbQGvqQjfN6Yhbhl00yIACfZ3Ni
PmuA6IvpFVLe7bpj7qfhYHo=
=Mphw
-----END PGP SIGNATURE-----
--- End Message ---