Package: acpi-support
Version: 0.103-5
Severity: normal

I installed 915resolution on my own and do not have the file
/etc/default/915resolution. The files
/etc/resume.d/13-915-resolution-set.sh and
/etc/resume.d/49-915-resolution-set.sh check for the existance of
/usr/sbin/915resolution and then try to source
/etc/default/915resolution. Without that file to source, the script
fails. Once that script returns an error, the whole set of following
resume scripts are not executed at all. Since 13 is early in the
process, things like network card restore and such do not occur.
Replacing
if [ -x /usr/sbin/915resolution ]; then

with

if [ -x /usr/sbin/915resolution ] && [ -e /etc/default/915resolution ]; then

in order to verify that the /etc/default file exists, takes care of
this problem.

Thanks,

John Paul

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.23
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages acpi-support depends on:
ii  acpi-support-base             0.103-5    scripts for handling base ACPI eve
ii  acpid                         1.0.4-7.1  Utilities for using ACPI power man
ii  dmidecode                     2.9-1      Dump Desktop Management Interface
ii  finger                        0.17-11    user information lookup program
ii  hdparm                        7.7-1      tune hard disk parameters for high
ii  laptop-detect                 0.13.5     attempt to detect a laptop
ii  libc6                         2.7-6      GNU C Library: Shared libraries
ii  lsb-base                      3.1-24     Linux Standard Base 3.1 init scrip
ii  nvclock                       0.8b3-1    Allows you to overclock your nVidi
ii  powermgmt-base                1.29       Common utils and configs for power
ii  radeontool                    1.5-5      utility to control ATI Radeon back
ii  toshset                       1.72-7     Access much of the Toshiba laptop
ii  vbetool                       1.0-1.1    run real-mode video BIOS code to a
ii  x11-xserver-utils             7.3+2      X server utilities

acpi-support recommends no packages.

-- no debconf information



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

Reply via email to