Magellan Linux

Diff of /alx-src/trunk/alxconfig-ng/functions/config_network.sh

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

revision 352 by niro, Sun Oct 9 21:34:47 2005 UTC revision 353 by niro, Mon Oct 10 18:43:58 2005 UTC
# Line 1  Line 1 
1  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/config_network.sh,v 1.11 2005-10-09 21:34:47 niro Exp $  # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/functions/config_network.sh,v 1.12 2005-10-10 18:43:58 niro Exp $
2  # configures networkin on the host via mysql db settings  # configures networkin on the host via mysql db settings
3    
4  get_network_settings()  get_network_settings()
# Line 173  config_networking() Line 173  config_networking()
173   unset value   unset value
174   done   done
175    
176     # setup wpa-driver (only zydas atm)
177     [[ ${ALX_MODULE} = zd1211 ]] && \
178     echo "WIRELESS_WPA_DRIVER=zydas" >> /etc/conf.d/net.${iface}
179    
180   # unset all vars   # unset all vars
181   unset ALX_HOSTNAME   unset ALX_HOSTNAME
182   unset ALX_MODULE   unset ALX_MODULE

Legend:
Removed from v.352  
changed lines
  Added in v.353