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

Ben Armstrong synrg at debian.org
Sun Dec 21 14:19:03 UTC 2008


The following commit has been merged in the master branch:
commit 910c783698d8ec4e41236e0a265b0d04e0471e96
Author: Ben Armstrong <synrg at debian.org>
Date:   Sun Dec 21 10:18:59 2008 -0400

    Provide defaults in vga-toggle.sh too

diff --git a/etc/acpi/actions/vga-toggle.sh b/etc/acpi/actions/vga-toggle.sh
index e56d101..86c52ff 100755
--- a/etc/acpi/actions/vga-toggle.sh
+++ b/etc/acpi/actions/vga-toggle.sh
@@ -33,6 +33,6 @@ case $? in
         xrandr --output VGA --off --output LVDS --auto
         ;;
     *)
-        xrandr --output VGA $VGA_ON --output LVDS $LVDS_OFF
+        xrandr --output VGA ${VGA_ON:---auto} --output LVDS ${LVDS_OFF:---off}
 esac
 

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-commits mailing list