[Collab-maint-devel] r573 - /trunk/wpasupplicant/debian/ifupdown.sh

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Sat Jul 8 01:14:14 UTC 2006


Author: kelmo-guest
Date: Sat Jul  8 01:14:12 2006
New Revision: 573

URL: http://svn.debian.org/wsvn/?sc=1&rev=573
Log:
Also test for ctrl_iface socket in head of init_wpa_cli().
Also test PTS post-commit notification ;-)

Modified:
    trunk/wpasupplicant/debian/ifupdown.sh

Modified: trunk/wpasupplicant/debian/ifupdown.sh
URL: http://svn.debian.org/wsvn/trunk/wpasupplicant/debian/ifupdown.sh?rev=573&op=diff
==============================================================================
--- trunk/wpasupplicant/debian/ifupdown.sh (original)
+++ trunk/wpasupplicant/debian/ifupdown.sh Sat Jul  8 01:14:12 2006
@@ -489,7 +489,7 @@
 }
 
 init_wpa_cli () {
-	if [ -n "$WPA_ACTION_SCRIPT" ]; then
+	if [ -n "$WPA_ACTION_SCRIPT" -a -S "$WPA_CTRL_DIR/$IFACE" ]; then
 
 		# default wpa_cli daemon options
 		# daemonise, create pidfile, supply IFACE




More information about the Collab-maint-devel mailing list