Your message dated Thu, 03 Apr 2008 16:02:35 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469111: fixed in rtpproxy 1.0.2-1
has caused the Debian Bug report #469111,
regarding rtpproxy: 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.)
--
469111: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469111
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: rtpproxy
Version: 0.3-0.1
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.
diff -ur rtpproxy-0.3.orig/debian/rtpproxy.init
rtpproxy-0.3/debian/rtpproxy.init
--- rtpproxy-0.3.orig/debian/rtpproxy.init 2008-03-03 08:23:02.000000000
+0100
+++ rtpproxy-0.3/debian/rtpproxy.init 2008-03-03 08:25:49.000000000 +0100
@@ -1,4 +1,11 @@
#! /bin/sh
+### BEGIN INIT INFO
+# Provides: rtpproxy
+# Required-Start: $remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+### END INIT INFO
#
# skeleton example file to build /etc/init.d/ scripts.
# This file should be used to construct scripts for /etc/init.d.
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: rtpproxy
Source-Version: 1.0.2-1
We believe that the bug you reported is fixed in the latest version of
rtpproxy, which is due to be installed in the Debian FTP archive:
rtpproxy_1.0.2-1.diff.gz
to pool/main/r/rtpproxy/rtpproxy_1.0.2-1.diff.gz
rtpproxy_1.0.2-1.dsc
to pool/main/r/rtpproxy/rtpproxy_1.0.2-1.dsc
rtpproxy_1.0.2-1_i386.deb
to pool/main/r/rtpproxy/rtpproxy_1.0.2-1_i386.deb
rtpproxy_1.0.2.orig.tar.gz
to pool/main/r/rtpproxy/rtpproxy_1.0.2.orig.tar.gz
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.
Marcus Better <[EMAIL PROTECTED]> (supplier of updated rtpproxy 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: Tue, 25 Mar 2008 11:52:57 +0000
Source: rtpproxy
Binary: rtpproxy
Architecture: source i386
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team <[EMAIL PROTECTED]>
Changed-By: Marcus Better <[EMAIL PROTECTED]>
Description:
rtpproxy - relay for RTP media streams
Closes: 469111 470768
Changes:
rtpproxy (1.0.2-1) unstable; urgency=low
.
[ Marcus Better ]
* New upstream release.
* Updated LSB headers. (Closes: #469111)
* Do not install emtpy change log and superfluous README.Debian.
(Closes: #470768)
* debian/control: Do not build-depend on dpatch, there were no patches.
* debian/control: Bump Standards-Version to 3.7.3 and compat version to 5.
* debian/control: Build-depend on docbook-xml, needed for man page
generation.
* debian/rules: Clean up.
* debian/watch: Removed outdated file.
* Run autotools during build.
* debian/copyright: Updated copyright info.
* debian/control: Removed Jan Janak from Uploaders field on own request.
.
[ Kilian Krause ]
* Don't ignore make clean error.
* Add LSB section to init.
.
[ Faidon Liambotis ]
* Suggest ser | openser.
Files:
4b6c294169ca0fcc9552ac5354bfd7db 974 net optional rtpproxy_1.0.2-1.dsc
af2a00a8cda8f3dc711d13b26d585136 162139 net optional rtpproxy_1.0.2.orig.tar.gz
488192b8436d51404f228823813fad31 7657 net optional rtpproxy_1.0.2-1.diff.gz
91e65b1b42b27724d99abeb83ae6d132 22726 net optional rtpproxy_1.0.2-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH9P3NVty5d8XpUzMRAvsTAJ4klP643rMoLZ9Y2ILNS3xIjvUFkgCfVLWj
Zc/7g2wM3bWLWyyTEo33BuE=
=MrpB
-----END PGP SIGNATURE-----
--- End Message ---