[Debian-eeepc-commits] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. b2167028b10ae4969394c9df4493b3d716751306

Damyan Ivanov dmn at debian.org
Mon Feb 2 15:00:25 UTC 2009


The following commit has been merged in the master branch:
commit b2167028b10ae4969394c9df4493b3d716751306
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Feb 2 17:00:04 2009 +0200

    fix typos in 6d5f53f

diff --git a/debian/eeepc-acpi-scripts.default b/debian/eeepc-acpi-scripts.default
index fd6b26c..1e5f706 100644
--- a/debian/eeepc-acpi-scripts.default
+++ b/debian/eeepc-acpi-scripts.default
@@ -29,7 +29,7 @@ LVDS_OFF='--off'
 # via a wrapper.
 # SUSPEND_OPTIONS is passed as-is to the command.
 SUSPEND_METHOD=pm-suspend
-SUSPEND_OPTIONS=--quirck-s3-bios
+SUSPEND_OPTIONS=--quirk-s3-bios
 
 # attempt to lock running xscreensaver or gnome-screensaver on suspend.
 # if you use hibernate(1) make sure you only indicate in one place to lock the
diff --git a/etc/acpi/actions/suspend.sh b/etc/acpi/actions/suspend.sh
index 06004cd..1b0915b 100755
--- a/etc/acpi/actions/suspend.sh
+++ b/etc/acpi/actions/suspend.sh
@@ -21,7 +21,7 @@ brn_control=/sys/class/backlight/eeepc/brightness
 brightness=$(cat $brn_control)
 
 # Setting defaults in case /etc/default/eeepc-acpi-scripts was not updated
-if [ -z "$SUSPEND_METHOD" ]; then
+if [ -z "$SUSPEND_OPTIONS" ]; then
     SUSPEND_OPTIONS=--quirk-s3-bios
 fi
 if [ -z "$(which "$SUSPEND_METHOD")" ]; then

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-commits mailing list