Magellan Linux

Diff of /trunk/initscripts/systemd/units/scripts/network.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2062 by niro, Thu Jan 24 14:33:31 2013 UTC revision 2063 by niro, Thu Feb 21 08:27:48 2013 UTC
# Line 167  config_wireless_wpa() Line 167  config_wireless_wpa()
167   return 1   return 1
168   fi   fi
169    
170   if [ ! -x /sbin/wpa_supplicant ]   if [ ! -x $(type -P wpa_supplicant) ]
171   then   then
172   echo "WPA: wpa_supplicant not installed. Aborting setup."   echo "WPA: wpa_supplicant not installed. Aborting setup."
173   return 1   return 1

Legend:
Removed from v.2062  
changed lines
  Added in v.2063