Package: console-tools
Version: 1:0.2.3dbs-60
Severity: normal
Tags: patch

In bug #330229, when I sent a LSB formatted info block for
init.d/console-screen.sh, I made a slight error.  The script should be
called with the stop argument in runlevel 1, so the '1' need to move
to 'Default-Stop'.  Without this change, the insserv package create
the wrong script order for rc1.d/.

This patch solve the issue:

--- /etc/init.d/console-screen.sh.dpkg-dist     2005-10-05 22:14:17.000000000 
+0200
+++ etc/init.d/console-screen.sh.dpkg-dist      2006-04-04 16:38:47.000000000 
+0200
@@ -3,8 +3,8 @@
 # Provides:          console-screen
 # Required-Start:    $local_fs $remote_fs
 # Required-Stop:     $local_fs $remote_fs
-# Default-Start:     S 1 2 3 4 5
-# Default-Stop:      0 6
+# Default-Start:     S 2 3 4 5
+# Default-Stop:      0 1 6
 ### END INIT INFO

 #

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages console-tools depends on:
ii  console-common             0.7.55.1      Basic infrastructure for text cons
ii  debconf [debconf-2.0]      1.4.72        Debian configuration management sy
ii  libc6                      2.3.6-4       GNU C Library: Shared libraries an
ii  libconsole                 1:0.2.3dbs-60 Shared libraries for Linux console
ii  sysvinit                   2.86.ds1-13   System-V-like init utilities

Versions of packages console-tools recommends:
ii  console-data                  20060317   Keymaps, fonts, charset maps, fall

-- no debconf information


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

Reply via email to