Magellan Linux

Diff of /trunk/initscripts/sysvinit/rc/network

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 180  config_wireless_wpa() Line 180  config_wireless_wpa()
180   return 1   return 1
181   fi   fi
182    
183   if [ ! -x /sbin/wpa_supplicant ]   if [ ! -x $(type -P wpa_supplicant) ]
184   then   then
185   rc_echo "WPA: wpa_supplicant not installed. Aborting setup."   rc_echo "WPA: wpa_supplicant not installed. Aborting setup."
186   return 1   return 1

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