Your message dated Sun, 15 Dec 2013 12:41:30 +0000
with message-id <[email protected]>
and subject line Bug#671342: Removed package(s) from unstable
has caused the Debian Bug report #387005,
regarding console-tools: Inaccurate LSB-header in init.d script
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.)


-- 
387005: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387005
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: console-tools
Version: 0.2.3dbs-65
Tags:    patch

The LSB header for console-screen.sh is inaccurate and slightly
incorrect.  It currently look like this:

  ### BEGIN INIT INFO
  # Provides:          console-screen
  # Required-Start:    $local_fs $remote_fs
  # Required-Stop:     $local_fs $remote_fs
  # Default-Start:     S 2 3 4 5
  # Default-Stop:      0 1 6
  # Should-Start:      $syslog
  # Should-Stop:
  # Description: Set console screen modes and fonts
  # Short-Description:    Prepare console
  ### END INIT INFO

It should only start in runlevel S, and not stop in runlevel 0, 1 and
6.  Also, it should not depend on $syslog, as syslog is not started in
runlevel S.  And the dependency on $local_fs can be dropped, as
$local_fs is already a dependency for $remote_fs.  Please change it to
look like this:

  ### BEGIN INIT INFO
  # Provides:          console-screen
  # Required-Start:    $remote_fs
  # Required-Stop:     $remote_fs
  # Default-Start:     S
  # Default-Stop:
  # Short-Description: Prepare console
  # Description:       Set console screen modes and fonts
  ### END INIT INFO

Friendly,
-- 
Petter Reinholdtsen


--- End Message ---
--- Begin Message ---
Version: 2:0.2.3-73+rm

Dear submitter,

as the package console-tools has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/671342

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to