Magellan Linux

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

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

revision 2100 by niro, Thu Feb 21 08:27:48 2013 UTC revision 2101 by niro, Tue Apr 2 08:27:01 2013 UTC
# Line 441  networking_start() Line 441  networking_start()
441   fi   fi
442    
443   # now configure wireless_extensions   # now configure wireless_extensions
444   [ -x /usr/sbin/iwconfig ] && setup_wireless_extensions "${iface}"   [ -x $(type -P iwconfig) ] && setup_wireless_extensions "${iface}"
445    
446   # activate the interface   # activate the interface
447   ifconfig "${iface}" up   ifconfig "${iface}" up

Legend:
Removed from v.2100  
changed lines
  Added in v.2101