summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakroam
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-04-19 13:07:29 +0000
committerOlivier Blin <oblin@mandriva.org>2005-04-19 13:07:29 +0000
commit3da965926a96bd88eb40e48b02f74e8c3c37b283 (patch)
treee45c186002f1926dd25a65299f09ce1b75be7b97 /perl-install/standalone/drakroam
parenta0eb0e8b9348b1ea6a735c62a5c1fcbc68afa5f7 (diff)
downloaddrakx-backup-do-not-use-3da965926a96bd88eb40e48b02f74e8c3c37b283.tar
drakx-backup-do-not-use-3da965926a96bd88eb40e48b02f74e8c3c37b283.tar.gz
drakx-backup-do-not-use-3da965926a96bd88eb40e48b02f74e8c3c37b283.tar.bz2
drakx-backup-do-not-use-3da965926a96bd88eb40e48b02f74e8c3c37b283.tar.xz
drakx-backup-do-not-use-3da965926a96bd88eb40e48b02f74e8c3c37b283.zip
fix SSID listing
Diffstat (limited to 'perl-install/standalone/drakroam')
-rwxr-xr-xperl-install/standalone/drakroam2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakroam b/perl-install/standalone/drakroam
index c54240ee6..0eb796cb2 100755
--- a/perl-install/standalone/drakroam
+++ b/perl-install/standalone/drakroam
@@ -288,7 +288,7 @@ sub UpdateAvailable() {
foreach (`$IWList scan 2>/dev/null`) {
/([^ ]+)([ \t]+)Scan completed :/ and $device = $1;
/([^ ]+)([ \t]+)No scan results/ and $device = $1;
- /ESSID:".*?"/ and $essid = $1;
+ /ESSID:"(.*?)"/ and $essid = $1;
/Mode:(\S*)/ and $mode = $1;
m!Quality:(\S*)/! and $signal = $1;
if (/key:(\S*)\s/) {