Magellan Linux

Diff of /trunk/magellan-initscripts/etc/rc.d/init.d/network

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

revision 867 by niro, Sat May 9 16:08:38 2009 UTC revision 868 by niro, Wed May 13 18:57:55 2009 UTC
# Line 397  networking_start() Line 397  networking_start()
397   config_bridge_devices ${iface} add   config_bridge_devices ${iface} add
398   fi   fi
399    
  # activate the interface  
  ifconfig "${iface}" up  
   
400   # now configure wireless_extensions   # now configure wireless_extensions
401   [ -x /usr/sbin/iwconfig ] && setup_wireless_extensions "${iface}"   [ -x /usr/sbin/iwconfig ] && setup_wireless_extensions "${iface}"
402    
403   echo -e ${COLOREDSTAR}"Bringing up interface ${COLBLUE}${iface}${COLDEFAULT} ..."   echo -e ${COLOREDSTAR}"Bringing up interface ${COLBLUE}${iface}${COLDEFAULT} ..."
404    
405     # activate the interface
406     ifconfig "${iface}" up
407    
408   # setup static or dhcp   # setup static or dhcp
409   case ${NETWORKING} in   case ${NETWORKING} in
410   dhcp|DHCP)   dhcp|DHCP)

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