Package: network-config
Severity: important
Tags: patch

Hi,

wpasupplicant package version 0.6.2-2 and above no longer support the -w
(wait for network interface) command line option, and will exit with an error
if used. Furthermore, the -w option hasn't been working right for a long time,
see #350963.

It is planned to upload wpasupplicant 0.6.2-2 to sid very soon. Please apply
patch below.

Thanks, Kel.
---
diff -Nrup network-config-0.1/network-config.pl 
network-config-0.1.patch/network-config.pl
--- network-config-0.1/network-config.pl        2006-08-07 01:13:54.000000000 
+1000
+++ network-config-0.1.patch/network-config.pl  2008-01-14 18:44:44.000000000 
+1000
@@ -658,7 +658,7 @@ network={
                        #we run wpa_supplicant
                        $command="pkill -9 wpa_supplicant";
                        execute_command($command);
-                       $command="wpa_supplicant -Bw -D$wpa_driver 
-i$device->{name} -c$wpa_configuration_file";
+                       $command="wpa_supplicant -B -D$wpa_driver 
-i$device->{name} -c$wpa_configuration_file";
                        execute_command($command);
                    }
                }
---



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

Reply via email to