Package: laptop-mode-tools
Version: 1.45-1
Severity: normal
Tags: patch

LM_VERBOSE is initialized to "[1 = 0]" when VERBOSE_OUTPUT is 1 and to
"[1 = 1]" when VERBOSE_OUTPUT is 0. This is obviously backwards.                
                                                                                
                              


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages laptop-mode-tools depends on:
ii  lsb-base                      3.2-20     Linux Standard Base 3.2 init scrip
ii  util-linux                    2.13.1.1-1 Miscellaneous system utilities

Versions of packages laptop-mode-tools recommends:
ii  acpid                         1.0.8-1    Utilities for using ACPI power man
ii  apmd                          3.2.2-12   Utilities for Advanced Power Manag
ii  hal                           0.5.11-6   Hardware Abstraction Layer
ii  hdparm                        8.9-2      tune hard disk parameters for high
ii  sdparm                        1.02-1     Output and modify SCSI device para

laptop-mode-tools suggests no packages.

-- no debconf information
*** /usr/sbin/laptop_mode.orig	2008-12-31 01:29:12.000000000 -0500
--- /usr/sbin/laptop_mode	2008-12-31 00:45:20.000000000 -0500
*************** fi
*** 287,296 ****
  # Postprocessing
  if [ "$VERBOSE_OUTPUT" -ne 0 ] ; then
  	OUTPUT="/dev/stdout"
! 	LM_VERBOSE="[ 1 = 0 ]"
  else
  	OUTPUT="/dev/null"
! 	LM_VERBOSE="[ 1 = 1 ]"
  fi
  
  if [ "$PARTITIONS" = "" ] ; then
--- 287,296 ----
  # Postprocessing
  if [ "$VERBOSE_OUTPUT" -ne 0 ] ; then
  	OUTPUT="/dev/stdout"
! 	LM_VERBOSE="[ 1 = 1 ]"
  else
  	OUTPUT="/dev/null"
! 	LM_VERBOSE="[ 1 = 0 ]"
  fi
  
  if [ "$PARTITIONS" = "" ] ; then

Attachment: signature.asc
Description: Digital signature

Reply via email to