#509934 nbd-server missing LSB information

Package:
nbd-server
Source:
nbd
Description:
Network Block Device protocol - server
Submitter:
"Trail And Error"
Date:
2010-05-01 20:54:04 UTC
Severity:
normal
#509934#5
Date:
2008-12-27 20:18:24 UTC
From:
To:
While installing nbd-server (new install of lenny, base-system, xorg, kde-core, ltsp-server-standalone)):

update-rc.d: warning: /etc/init.d/nbd-server missing LSB information
[...]

#509934#10
Date:
2010-05-01 20:53:16 UTC
From:
To:
As far as I know, this issue was fixed in version 1:2.9.9-4 with this
changelog entry:

  * Add experimental LSB headers. Initscript dependency info should really be
    calculated dynamically, but at least this is better than nothing.
    Closes: #448225.

No idea why you see this problem in version 1:2.9.11-1.  The header is
present in the current version in testing (1:2.9.15-2), at least:

### BEGIN INIT INFO
# Provides: nbd-server
# Required-Start: $remote_fs
# Required-Stop: $remote_fs
# Should-Start: $network
# Should-Stop: $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Network Block Device server
### END INIT INFO

Suspect it also should depend on $syslog, but that would be the topic
of another bug report. :)

Happy hacking,