Magellan Linux

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

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

revision 2306 by niro, Thu Jan 2 13:30:38 2014 UTC revision 2307 by niro, Thu Jan 2 13:33:22 2014 UTC
# Line 477  networking_start() Line 477  networking_start()
477   checkconfig   checkconfig
478    
479   # wait until the device is created   # wait until the device is created
480   wait_online 5 "${iface}" || { echo "device '${iface}' does not exist"; continue; }   wait_online 5 "${iface}" || { rc_echo "device '${iface}' does not exist"; continue; }
481    
482   # setup mac   # setup mac
483   if [[ -n ${FORCE_MAC_TO} ]]   if [[ -n ${FORCE_MAC_TO} ]]

Legend:
Removed from v.2306  
changed lines
  Added in v.2307