Carl Castanier wrote:
Package: acpi-support
Version: 0.103-5
Followup-For: Bug #453861


I have same problem and it can be solve fast. It's only due to double " in 
asus-wireless.sh script.
Just apply this patch and you can close bug.

--- etc/acpi/asus-wireless.sh~  2007-12-13 20:35:00.000000000 +0100
+++ etc/acpi/asus-wireless.sh   2008-03-12 14:46:46.000000000 +0100
@@ -12,7 +12,7 @@
                toggleAllWirelessStates;
        fi
 else
-       if [ "$1" == "on"" ] ; then
+       if [ "$1" == "on" ] ; then
                toggleAllWirelessStates;
        fi
 fi

Ah, thanks for the info, I'll see to it that it gets fixed!

Cheers,
Bart



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

Reply via email to