Bug#507121: inetutils-inetd: Should not provide inetd in init.d script

2008-12-19 Thread Guillem Jover
Hi!

On Wed, 2008-12-10 at 14:35:10 +0100, Petter Reinholdtsen wrote:
 [Guillem Jover]
  Thanks! I'll probably upload a new version targetting etch with this
  one.
 
 I hope you will to upload one targeted at Lenny too.  And quickly, to
 get the problem fixed and allow more people to use dependency based
 boot sequencing soon. :)

Ugh, I guess I meant lenny. :) Anyway, not that quickly, but uploading
just right now.

regards,
guillem



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#507121: inetutils-inetd: Should not provide inetd in init.d script

2008-12-10 Thread Petter Reinholdtsen
[Guillem Jover]
 Hmm, thinking about this, I guess it does not make much sense to
 provide a virtual $inetd, as the services depending on it being
 started are the ones which will be under inetd control anyway and
 thus not run from the init system.

I agree.

 Thanks! I'll probably upload a new version targetting etch with this
 one.

I hope you will to upload one targeted at Lenny too.  And quickly, to
get the problem fixed and allow more people to use dependency based
boot sequencing soon. :)

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#507121: inetutils-inetd: Should not provide inetd in init.d script

2008-12-01 Thread Guillem Jover
Hi,

On Fri, 2008-11-28 at 11:03:30 +0100, Petter Reinholdtsen wrote:
 Package:  inetutils-inetd
 Version:  2:1.5.dfsg.1-8
 Severity: important
 Tags: patch
 User: [EMAIL PROTECTED]
 Usertags: incorrect-provides
 
 The inetutils-inetd init.d script provide the same facility as
 openbsd-inetd, and this give problems enabling dependency based boot
 sequencing when switching inetd.  Having several script providing the
 same facility should be avoided, and virtual facilities should be used
 instead.
 
 Please change the provide header in /etc/init.d/inetutils-inetd to
 provide 'inetutils-inetd'.  I am not aware of any other init.d scripts
 depending on 'inetd', but please let me know if you are aware of any
 such script.  If such exist, it should be changed to depend on a
 virtual facility or the individual inetd implementations.

Hmm, thinking about this, I guess it does not make much sense to
provide a virtual $inetd, as the services depending on it being
started are the ones which will be under inetd control anyway and thus
not run from the init system.

 Here is a patch.

Thanks! I'll probably upload a new version targetting etch with this
one.

 diff -ur inetutils-1.5.dfsg.1/debian/inetutils-inetd.init 
 inetutils-1.5.dfsg.1-pere/debian/inetutils-inetd.init
 --- inetutils-1.5.dfsg.1/debian/inetutils-inetd.init2008-11-28 
 11:01:09.0 +0100
 +++ inetutils-1.5.dfsg.1-pere/debian/inetutils-inetd.init   2008-11-28 
 11:01:24.752662153 +0100
 @@ -1,6 +1,6 @@
  #! /bin/sh
  ### BEGIN INIT INFO
 -# Provides:  inetd
 +# Provides:  inetutils-inetd
  # Required-Start:$local_fs $remote_fs
  # Required-Stop: $local_fs $remote_fs
  # Should-Start:  $syslog

regards,
guillem



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#507121: inetutils-inetd: Should not provide inetd in init.d script

2008-11-28 Thread Petter Reinholdtsen

Package:  inetutils-inetd
Version:  2:1.5.dfsg.1-8
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: incorrect-provides

The inetutils-inetd init.d script provide the same facility as
openbsd-inetd, and this give problems enabling dependency based boot
sequencing when switching inetd.  Having several script providing the
same facility should be avoided, and virtual facilities should be used
instead.

Please change the provide header in /etc/init.d/inetutils-inetd to
provide 'inetutils-inetd'.  I am not aware of any other init.d scripts
depending on 'inetd', but please let me know if you are aware of any
such script.  If such exist, it should be changed to depend on a
virtual facility or the individual inetd implementations.

Here is a patch.

diff -ur inetutils-1.5.dfsg.1/debian/inetutils-inetd.init 
inetutils-1.5.dfsg.1-pere/debian/inetutils-inetd.init
--- inetutils-1.5.dfsg.1/debian/inetutils-inetd.init2008-11-28 
11:01:09.0 +0100
+++ inetutils-1.5.dfsg.1-pere/debian/inetutils-inetd.init   2008-11-28 
11:01:24.752662153 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 ### BEGIN INIT INFO
-# Provides:  inetd
+# Provides:  inetutils-inetd
 # Required-Start:$local_fs $remote_fs
 # Required-Stop: $local_fs $remote_fs
 # Should-Start:  $syslog

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]