diff options
| author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-04-14 21:51:16 +0000 |
|---|---|---|
| committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-04-14 21:51:16 +0000 |
| commit | 2b7a299a4788fd2932b26bfb18302994df0c9e6c (patch) | |
| tree | e075bc2250592384349e2758529c46a1b6c4810d /deskutils/cairo-dock-plugins/files/patch-wifi-data-wifi | |
| parent | update to 3.13.4 (diff) | |
- fix many bugs
PR: ports/165926
Submitted by: Ivan Klymenko <fidaj@ukr.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=294831
Diffstat (limited to 'deskutils/cairo-dock-plugins/files/patch-wifi-data-wifi')
| -rw-r--r-- | deskutils/cairo-dock-plugins/files/patch-wifi-data-wifi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/deskutils/cairo-dock-plugins/files/patch-wifi-data-wifi b/deskutils/cairo-dock-plugins/files/patch-wifi-data-wifi new file mode 100644 index 000000000000..d7fe1a4fea55 --- /dev/null +++ b/deskutils/cairo-dock-plugins/files/patch-wifi-data-wifi @@ -0,0 +1,18 @@ +--- wifi/data/wifi.orig 2012-03-10 14:33:22.124016420 +0200 ++++ wifi/data/wifi 2012-03-10 14:42:50.174065239 +0200 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/usr/local/bin/bash + + # Compiz check for Cairo-Dock + # +@@ -17,4 +17,8 @@ + # GNU General Public License for more details. + # http://www.gnu.org/licenses/licenses.html#GPL + +-iwconfig 2>/dev/null ++#iwconfig 2>/dev/null ++ ++lwlan = `ifconfig | awk -F": " '{print $1}' | awk '{print $1}' | grep wlan` ++ ++ifconfig
\ No newline at end of file |
