Magellan Linux

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

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

revision 868 by niro, Wed May 13 18:57:55 2009 UTC revision 872 by niro, Thu May 21 13:41:38 2009 UTC
# Line 182  config_wireless_wpa() Line 182  config_wireless_wpa()
182   # check the configuration   # check the configuration
183   [[ -z ${WIRELESS_WPA_CONFIG} ]] && WIRELESS_WPA_CONFIG=/etc/wpa_supplicant.auto   [[ -z ${WIRELESS_WPA_CONFIG} ]] && WIRELESS_WPA_CONFIG=/etc/wpa_supplicant.auto
184   [[ -z ${WIRELESS_WPA_SKEL} ]] && WIRELESS_WPA_SKEL=/etc/conf.d/wpa_supplicant.skel   [[ -z ${WIRELESS_WPA_SKEL} ]] && WIRELESS_WPA_SKEL=/etc/conf.d/wpa_supplicant.skel
185   if [[ -z ${WIRELESS_WPA_DRIVER} ]]  
186   then   # use wext as default driver, do not abort here anymore
187   echo "WPA: WIRELESS_WPA_DRIVER given. Aborting setup."   [[ -z ${WIRELESS_WPA_DRIVER} ]] && WIRELESS_WPA_DRIVER=wext
  return 1  
  fi  
188    
189   # write a config with the settings from net.${iface}   # write a config with the settings from net.${iface}
190   # only wpa-psk ! all other needs manual setup   # only wpa-psk ! all other needs manual setup

Legend:
Removed from v.868  
changed lines
  Added in v.872