Your message dated Mon, 05 Oct 2009 10:48:45 +0000
with message-id <[email protected]>
and subject line Bug#547513: fixed in inetutils 2:1.6-3
has caused the Debian Bug report #547513,
regarding inetutils-syslogd: Incorrect provides and dependencies in init.d 
scripts
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.)


-- 
547513: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547513
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package:  inetutils-syslogd
Version:  2:1.4.3+20060719-3
Severity: important
Tags:     patch
User:     [email protected]
Usertags: incorrect-runlevels incorrect-dependency

With dependency based boot sequencing, I discovered what I believe is
a bug in the init.d scripts.  The provide string should be unique, to
avoid problems during installation when duplicate provides are
detected.  For syslog implementations, the file /etc/insserv.conf
define which provides map to $syslog, so there is no need to have a
non-unique provide there.  The insserv.conf file in unstable is
already updated to expect the proposed provide.  The script uses files
in /usr/, and should depend on $remote_fs, not $local_fs.

<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 >.

This patch should solve the issue.  Without it, the packages will fail
to install if the syslog-ng package syslog-ng was install earlier.

diff -ur ../inetutils-1.6/debian/inetutils-syslogd.init 
../inetutils-1.6-pere/debian/inetutils-syslogd.init
--- ../inetutils-1.6/debian/inetutils-syslogd.init      2009-09-20 
14:57:34.000000000 +0200
+++ ../inetutils-1.6-pere/debian/inetutils-syslogd.init 2009-09-20 
14:58:47.000000000 +0200
@@ -1,8 +1,8 @@
 #! /bin/sh
 ### BEGIN INIT INFO
-# Provides:          syslog
-# Required-Start:    $local_fs $network $time
-# Required-Stop:     $local_fs $network $time
+# Provides:          inetutils-syslogd
+# Required-Start:    $network $remote_fs $time
+# Required-Stop:     $network $remote_fs $time
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start or stop the syslog daemon.

Happy hacking,
-- 
Petter Reinholdtsen



--- End Message ---
--- Begin Message ---
Source: inetutils
Source-Version: 2:1.6-3

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

inetutils-ftp_1.6-3_amd64.deb
  to pool/main/i/inetutils/inetutils-ftp_1.6-3_amd64.deb
inetutils-ftpd_1.6-3_amd64.deb
  to pool/main/i/inetutils/inetutils-ftpd_1.6-3_amd64.deb
inetutils-inetd_1.6-3_amd64.deb
  to pool/main/i/inetutils/inetutils-inetd_1.6-3_amd64.deb
inetutils-ping_1.6-3_amd64.deb
  to pool/main/i/inetutils/inetutils-ping_1.6-3_amd64.deb
inetutils-syslogd_1.6-3_amd64.deb
  to pool/main/i/inetutils/inetutils-syslogd_1.6-3_amd64.deb
inetutils-talk_1.6-3_amd64.deb
  to pool/main/i/inetutils/inetutils-talk_1.6-3_amd64.deb
inetutils-talkd_1.6-3_amd64.deb
  to pool/main/i/inetutils/inetutils-talkd_1.6-3_amd64.deb
inetutils-telnet_1.6-3_amd64.deb
  to pool/main/i/inetutils/inetutils-telnet_1.6-3_amd64.deb
inetutils-telnetd_1.6-3_amd64.deb
  to pool/main/i/inetutils/inetutils-telnetd_1.6-3_amd64.deb
inetutils-tools_1.6-3_amd64.deb
  to pool/main/i/inetutils/inetutils-tools_1.6-3_amd64.deb
inetutils_1.6-3.diff.gz
  to pool/main/i/inetutils/inetutils_1.6-3.diff.gz
inetutils_1.6-3.dsc
  to pool/main/i/inetutils/inetutils_1.6-3.dsc



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.
Guillem Jover <[email protected]> (supplier of updated inetutils 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.8
Date: Mon, 05 Oct 2009 12:27:34 +0200
Source: inetutils
Binary: inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping 
inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnet 
inetutils-telnetd inetutils-tools
Architecture: source amd64
Version: 2:1.6-3
Distribution: unstable
Urgency: low
Maintainer: Guillem Jover <[email protected]>
Changed-By: Guillem Jover <[email protected]>
Description: 
 inetutils-ftp - File Transfer Protocol client
 inetutils-ftpd - File Transfer Protocol server
 inetutils-inetd - internet super server
 inetutils-ping - ICMP echo tool
 inetutils-syslogd - system logging daemon
 inetutils-talk - talk to another user
 inetutils-talkd - remote user communication server
 inetutils-telnet - telnet client
 inetutils-telnetd - telnet server
 inetutils-tools - base networking utilities (experimental package)
Closes: 547513
Changes: 
 inetutils (2:1.6-3) unstable; urgency=low
 .
   * Fix init script dependency information: (Closes: #547513)
     - Provide a unique service name.
     - Require $remote_fs instead of $local_fs, as we use stuff from /usr.
     Thanks to Petter Reinholdtsen <[email protected]>.
   * Move libreadline-dev to be the first Build-Depends alternative, and add
     libreadline6-dev for compatibility purposes.
Checksums-Sha1: 
 d6d456c9b4883213f4c305e079b1fbef4043ec22 1566 inetutils_1.6-3.dsc
 af1ee1034e338b16a1949d311d40ea658782833f 23910 inetutils_1.6-3.diff.gz
 302ed5d512a102461f6369c04a8efdcd6927075b 136198 inetutils-ftp_1.6-3_amd64.deb
 923e62110990ff7dbcde8041aca8762a9132e756 120182 inetutils-ftpd_1.6-3_amd64.deb
 9a58d18204267af932ffaf2f869ed801b3745716 111274 inetutils-inetd_1.6-3_amd64.deb
 c254202ce2e0f6210183496cf404eda2c1752bf7 131914 inetutils-ping_1.6-3_amd64.deb
 fb8d187ba79b5aaf2c92e5cf8ffcb6b87e285908 113270 
inetutils-syslogd_1.6-3_amd64.deb
 dba997adeef057c8c99c6c62652da25ee3361c7a 85088 inetutils-talk_1.6-3_amd64.deb
 010e7f46ef3c9678ed9b169a4a32e0854c7ffa75 136018 inetutils-talkd_1.6-3_amd64.deb
 51566390e70007afc35565fbdaebf819b9aedf6b 136978 
inetutils-telnet_1.6-3_amd64.deb
 52eab624fdb07ac48f7e86bca79d52f0728c2193 120894 
inetutils-telnetd_1.6-3_amd64.deb
 dd8a7faf9b7c9c7862e4e2b19f4741a078cc4f05 88142 inetutils-tools_1.6-3_amd64.deb
Checksums-Sha256: 
 cb84b24adb8135c40f182deacc33392897a48da558709f4a47b70f284b1f953e 1566 
inetutils_1.6-3.dsc
 10c3101626085a50a19a05724ff2e476ebbd9e9a7c9bfa1cb258f4cb491e8d7b 23910 
inetutils_1.6-3.diff.gz
 742b173632880fb440eebf371a8e73a8695aa791ff113854cd59a7735ee8425d 136198 
inetutils-ftp_1.6-3_amd64.deb
 62d05f0c12bb459dd57474195d1cb0073d914ed142ab2ad385fbb4e8b62bf344 120182 
inetutils-ftpd_1.6-3_amd64.deb
 7c164842811cda5cc35b5f5b9401446c612c53d8650e2120936797936a83c1a4 111274 
inetutils-inetd_1.6-3_amd64.deb
 68b6ae73f47d9864b7c5cf878eeff7fe65f72801cdac3cb1d46d0789bb9a0231 131914 
inetutils-ping_1.6-3_amd64.deb
 1975cc76b43446ef34faf06ed7ad8744bc630722d66b1c5919c7dab80e862d8d 113270 
inetutils-syslogd_1.6-3_amd64.deb
 21dfe66e5557a48f50ddef00f4d75b98f6d24b90977b83e82f9ec783eba04e93 85088 
inetutils-talk_1.6-3_amd64.deb
 ae5c8d6c5a7ab1d4479e4080e9e9d8900f6338ab1de8d7446cb22fad4cd33d93 136018 
inetutils-talkd_1.6-3_amd64.deb
 a359fcbcccd12d9de59dba28391b1689c10ac86c80d4b4fac8ee6eee4508705a 136978 
inetutils-telnet_1.6-3_amd64.deb
 d85f8c66281350038c45c1e85be81289fc0002867098866a7ba03de56a843df9 120894 
inetutils-telnetd_1.6-3_amd64.deb
 1afa36740bd851b0f0f6abf2f98068953f84c08d74281cf04732474070101eb7 88142 
inetutils-tools_1.6-3_amd64.deb
Files: 
 3d26e318decdd41a9a19dbda4db93900 1566 net extra inetutils_1.6-3.dsc
 d8abecaf5b41867b7223fae07167d57f 23910 net extra inetutils_1.6-3.diff.gz
 363fe777a509416512336bc238b2e95f 136198 net extra inetutils-ftp_1.6-3_amd64.deb
 9d77924b1e3702bdf7a632dcdd21dd54 120182 net extra 
inetutils-ftpd_1.6-3_amd64.deb
 4ac6447cbcef86087cba4583f686a16a 111274 net extra 
inetutils-inetd_1.6-3_amd64.deb
 b221642131aef2bd8e14d7ede23bafb3 131914 net extra 
inetutils-ping_1.6-3_amd64.deb
 79f250a70f880b2ecd1a027534bfefd7 113270 net extra 
inetutils-syslogd_1.6-3_amd64.deb
 19dd58cc1136332a6895d2bedafa9136 85088 net extra inetutils-talk_1.6-3_amd64.deb
 5d1695c70f37fff8f3e559c6635bc418 136018 net extra 
inetutils-talkd_1.6-3_amd64.deb
 1e4ed5685141715d8050c4f29ad7e4c7 136978 net extra 
inetutils-telnet_1.6-3_amd64.deb
 9d38e25af43c53c5dbad8cc94870b76f 120894 net extra 
inetutils-telnetd_1.6-3_amd64.deb
 de06974e8594f5766bb971189814bd78 88142 net extra 
inetutils-tools_1.6-3_amd64.deb

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

iEYEARECAAYFAkrJzDYACgkQuW9ciZ2SjJu8cwCg4823ArYnoQbINSZp67HCk7MQ
LkUAniVmoroHgpVvoQLQZ59tzBlsk9JX
=2iH9
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to