Package: console-tools
Version: 1:0.2.3dbs-65
Severity: normal
Tags: patch
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages console-tools depends on:
ii debconf [debconf-2.0] 1.5.11 Debian configuration
management sy
ii libc6 2.3.6.ds1-13 GNU C Library: Shared
libraries
ii libconsole 1:0.2.3dbs-65 Shared libraries for Linux
console
ii lsb-base 3.1-23 Linux Standard Base 3.1
init scrip
Versions of packages console-tools recommends:
ii console-common 0.7.69 Basic infrastructure for
text cons
ii console-data 2:1.01-7 Keymaps, fonts, charset
maps, fall
-- no debconf information
--- console-screen.sh 2007-03-04 17:55:42.000000000 +0200
+++ console-screen.sh.fixed 2007-03-04 17:55:29.000000000 +0200
@@ -106,7 +106,7 @@
NUM_CONSOLES=$(($NUM_CONSOLES - 1))
[ ${NUM_CONSOLES} -eq 1 ] && NUM_CONSOLES=6
i=1
- while [ $i -lt $NUM_CONSOLES ]
+ while [ $i -le $NUM_CONSOLES ]
do
if ! ${SETFONT} --tty=${DEVICE_PREFIX}$i ${SETFONT_OPT}
${SCREEN_FONT} ${SCREEN_FONT_MAP} ; then
[ "$VERBOSE" != "no" ] && log_action_end_msg 1 @@ -213,7
+213,7 @@
if [ "$LEDS" != "" ]
then
i=1
- while [ $i -lt $NUM_CONSOLES ]
+ while [ $i -le $NUM_CONSOLES ]
do
setleds -D $LEDS < $DEVICE_PREFIX$i
i=$(($i + 1))
Nachum Kanovsky
Senior Software/Hardware Engineer
Manager of Infrastructures
Mango DSP Ltd.
E-mail: [EMAIL PROTECTED]
Work: +972 2 588 5039
Cell: +972 547 508 121
Favorite Quote:
Mal: "Well, my days of not taking you seriously are certainly coming to
a middle..."
--- console-screen.sh 2007-03-04 17:55:42.000000000 +0200
+++ console-screen.sh.fixed 2007-03-04 17:55:29.000000000 +0200
@@ -106,7 +106,7 @@
NUM_CONSOLES=$(($NUM_CONSOLES - 1))
[ ${NUM_CONSOLES} -eq 1 ] && NUM_CONSOLES=6
i=1
- while [ $i -lt $NUM_CONSOLES ]
+ while [ $i -le $NUM_CONSOLES ]
do
if ! ${SETFONT} --tty=${DEVICE_PREFIX}$i ${SETFONT_OPT}
${SCREEN_FONT} ${SCREEN_FONT_MAP} ; then
[ "$VERBOSE" != "no" ] && log_action_end_msg 1
@@ -213,7 +213,7 @@
if [ "$LEDS" != "" ]
then
i=1
- while [ $i -lt $NUM_CONSOLES ]
+ while [ $i -le $NUM_CONSOLES ]
do
setleds -D $LEDS < $DEVICE_PREFIX$i
i=$(($i + 1))