John Paul Lorenti wrote:
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.
That check should indeed have been in there. I'll add it in the next
upload. Thanks for reporting!
Cheers,
Bart
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]