[pkg-wpa-devel] r1229 - in /wpasupplicant/trunk/debian: changelog ifupdown/wpa_action.sh

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Mon Jul 28 07:53:38 UTC 2008


Author: kelmo-guest
Date: Mon Jul 28 07:53:38 2008
New Revision: 1229

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1229
Log:
wpa_action: on connected action, call wpa_hysteresis_event before
ifup, so that a disconnected action may still be effective should
the ifup take a long time (eg. dhcp request takes a long time and
eventually fails).

Modified:
    wpasupplicant/trunk/debian/changelog
    wpasupplicant/trunk/debian/ifupdown/wpa_action.sh

Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=1229&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Mon Jul 28 07:53:38 2008
@@ -4,8 +4,12 @@
     that they were not released, as they were.
   * Use short option for grep (-q) and sed (-n) instead of the busybox
     incompatible --quiet as per advice of Charles-Henri Gros.
-
- -- Kel Modderman <kel at otaku42.de>  Mon, 28 Jul 2008 17:33:06 +1000
+  * wpa_action: on connected action, call wpa_hysteresis_event before
+    ifup, so that a disconnected action may still be effective should
+    the ifup take a long time (eg. dhcp request takes a long time and
+    eventually fails).
+
+ -- Kel Modderman <kel at otaku42.de>  Mon, 28 Jul 2008 17:53:15 +1000
 
 wpasupplicant (0.6.4~git20080716.93ef879-1) unstable; urgency=low
 

Modified: wpasupplicant/trunk/debian/ifupdown/wpa_action.sh
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/ifupdown/wpa_action.sh?rev=1229&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/ifupdown/wpa_action.sh (original)
+++ wpasupplicant/trunk/debian/ifupdown/wpa_action.sh Mon Jul 28 07:53:38 2008
@@ -43,8 +43,8 @@
 		wpa_log_action
 		wpa_log_environment
 		ifupdown_check || exit 1
+		wpa_hysteresis_event
 		ifup
-		wpa_hysteresis_event
 		wpa_cli status
 		ifupdown_status || wpa_cli reassociate
 		;;




More information about the Pkg-wpa-devel mailing list