Bug#476112: udftools: Incomplete LSB init header

2008-04-22 Thread Petter Reinholdtsen
Hi.  Any hope of having a fix for this issue uploaded quickly?  I can
NMU to solve it.  The current settings make the package misbehave when
dependency based boot sequencing is enabled.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#476112: udftools: Incomplete LSB init header

2008-04-22 Thread Richard Atterer
On Tue, Apr 22, 2008 at 10:30:45PM +0200, Petter Reinholdtsen wrote:
 Hi.  Any hope of having a fix for this issue uploaded quickly?  I can
 NMU to solve it.  The current settings make the package misbehave when
 dependency based boot sequencing is enabled.

If you want, feel free to NMU. Otherwise, I'll try to get it fixed next 
weekend.

Cheers,

  Richard

-- 
  __   _
  |_) /|  Richard Atterer
  | \/¯|  http://atterer.net
  ¯ '` ¯




Bug#476112: udftools: Incomplete LSB init header

2008-04-14 Thread Michael Biebl
Package: udftools
Version: 1.0.0b3-13.1
Severity: normal
Tags: patch

Hi,

while testing insserv I noticed that the LSB init header of udftools is
incomplete.
It doesn't list any requirements in Required-Start.
As it at least requires a mounted /usr directory $remote_fs should be
listed there. The attached patch does that.

Please review and add additional dependencies if necessary.
See also:
http://wiki.debian.org/LSBInitScripts

Cheers,
Michael

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24.4
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages udftools depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libncurses5   5.6+20080405-1 Shared libraries for terminal hand
ii  libreadline5  5.2-3  GNU readline and history libraries

Versions of packages udftools recommends:
ii  udev  0.114-2/dev/ and hotplug management daemo

-- debconf information excluded
--- debian/udftools.init.orig   2008-04-14 16:48:13.0 +0200
+++ debian/udftools.init2008-04-14 16:48:50.0 +0200
@@ -14,8 +14,8 @@
 
 ### BEGIN INIT INFO
 # Provides:  udftools
-# Required-Start:
-# Required-Stop: 
+# Required-Start:$remote_fs 
+# Required-Stop: $remote_fs
 # Default-Start: 2 3 4 5
 # Default-Stop:  0 1 6
 # Short-Description: Set up packet writing devices