[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#469217: marked as done (aprsd: Please add LSB formatted dependency info in init.d script)



Your message dated Sun, 16 Mar 2008 21:02:05 +0000
with message-id <E1JazzZ-00063u-Or@ries.debian.org>
and subject line Bug#469217: fixed in aprsd 1:2.2.5-13-4.1
has caused the Debian Bug report #469217,
regarding aprsd: 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 owner@bugs.debian.org
immediately.)


-- 
469217: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469217
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package:  aprsd
Version:  1:2.2.5-13-3
Tags:     patch
User:     initscripts-ng-devel@lists.alioth.debian.org
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.

diff -ur aprsd-2.2.5-13.orig/debian/aprsd.init aprsd-2.2.5-13/debian/aprsd.init
--- aprsd-2.2.5-13.orig/debian/aprsd.init       2008-03-03 22:38:34.000000000 +0100
+++ aprsd-2.2.5-13/debian/aprsd.init    2008-03-03 22:39:50.000000000 +0100
@@ -1,6 +1,12 @@
 #!/bin/sh
-#
-# Start aprsd daemon.
+### BEGIN INIT INFO
+# Provides:          aprsd
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Start aprsd daemon.
+### END INIT INFO

 PATH=/bin:/usr/bin:/sbin:/usr/sbin
 DAEMON=/usr/sbin/aprsd

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: aprsd
Source-Version: 1:2.2.5-13-4.1

We believe that the bug you reported is fixed in the latest version of
aprsd, which is due to be installed in the Debian FTP archive:

aprsd_2.2.5-13-4.1.diff.gz
  to pool/main/a/aprsd/aprsd_2.2.5-13-4.1.diff.gz
aprsd_2.2.5-13-4.1.dsc
  to pool/main/a/aprsd/aprsd_2.2.5-13-4.1.dsc
aprsd_2.2.5-13-4.1_i386.deb
  to pool/main/a/aprsd/aprsd_2.2.5-13-4.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 469217@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marc 'HE' Brockschmidt <he@debian.org> (supplier of updated aprsd 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 16 Mar 2008 21:31:36 +0100
Source: aprsd
Binary: aprsd
Architecture: source i386
Version: 1:2.2.5-13-4.1
Distribution: unstable
Urgency: low
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: Marc 'HE' Brockschmidt <he@debian.org>
Description: 
 aprsd      - Internet Gateway for the Automatic Position Reporting System
Closes: 456059 469217
Changes: 
 aprsd (1:2.2.5-13-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix gcc-4.3 FTBFS, patch by KiBi (Closes: #456059)
   * Add LSB init script header, patch by Petter Reinholdtsen (Closes: #469217)
Files: 
 7b7ffcec6ca2c97c1cb8b1e4fefb32a9 814 hamradio optional aprsd_2.2.5-13-4.1.dsc
 fde0db5ae0c2670fa9be10e88bb20a46 6907 hamradio optional aprsd_2.2.5-13-4.1.diff.gz
 33e13f5b0b7fe24a70c56977ab9ca56e 155166 hamradio optional aprsd_2.2.5-13-4.1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH3YQ0mO5zOp3h7rERAuwjAJsHVF/j+RKnApPLTKxfVEDBIFlQEwCdEy5o
wTij0OwhDVrvMEFWNxsSDiI=
=bdaE
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: