Package: openbsd-inetd Version: 0.20080125-1 Severity: important Tags: patch User: [EMAIL PROTECTED] Usertags: incorrect-provides
The openbsd-inetd init.d script provide the same facility as inetutils-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/openbsd-inetd to provide 'openbsd-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 openbsd-inetd-0.20080125/debian/openbsd-inetd.init openbsd-inetd-0.20080125-pere/debian/openbsd-inetd.init --- openbsd-inetd-0.20080125/debian/openbsd-inetd.init 2008-11-28 10:48:08.000000000 +0100 +++ openbsd-inetd-0.20080125-pere/debian/openbsd-inetd.init 2008-11-28 10:47:53.790899190 +0100 @@ -1,6 +1,6 @@ #!/bin/sh -e ### BEGIN INIT INFO -# Provides: inetd +# Provides: openbsd-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]