[Debian-eeepc-devel] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. 40eab078e10f31316ab00407caa90067c6ebd7f0

Damyan Ivanov dmn at debian.org
Fri Aug 22 14:52:16 UTC 2008


The following commit has been merged in the master branch:
commit 40eab078e10f31316ab00407caa90067c6ebd7f0
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Aug 22 17:48:55 2008 +0300

    hotkey.sh: use $WLAN_IF when checking wireless status

diff --git a/actions/hotkey.sh b/actions/hotkey.sh
index 9af27b5..5dba0ba 100755
--- a/actions/hotkey.sh
+++ b/actions/hotkey.sh
@@ -28,7 +28,8 @@ notify() {
 }
 
 show_wireless() {
-    if grep -q ath0 /proc/net/wireless; then
+    detect_wlan
+    if grep -q $WLAN_IF /proc/net/wireless; then
 	status=On
     else
 	status=Off
diff --git a/debian/changelog b/debian/changelog
index e9016dd..4ddef47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,9 @@ eeepc-acpi-scripts (1.0.5) unstable; urgency=low
   * move X detection to functions.sh/detect_x_display()
   * detect_x_display: support users using 'startx' after console login
   * suspend.sh: use detect_x_display for X detection
+  * hotkey.sh: use $WLAN_IF when checking for wireless status
 
- -- Damyan Ivanov <dmn at debian.org>  Fri, 22 Aug 2008 17:38:16 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Fri, 22 Aug 2008 17:48:27 +0300
 
 eeepc-acpi-scripts (1.0.4) unstable; urgency=low
 

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-devel mailing list