Magellan Linux

Diff of /alx-src/branches/alxconf-060/init.d/alxsettings

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

revision 2010 by niro, Mon May 9 15:44:33 2011 UTC revision 2011 by niro, Mon May 9 15:48:19 2011 UTC
# Line 708  preliminary_network() Line 708  preliminary_network()
708   if ps -A|grep udhcpc > /dev/null   if ps -A|grep udhcpc > /dev/null
709   then   then
710   echo -e ${COLMAGENTA}"Forcing network down"${COLDEFAULT}   echo -e ${COLMAGENTA}"Forcing network down"${COLDEFAULT}
711   killall udhcpc   killall udhcpc &> /dev/null
712   sleep 1   sleep 1
713   fi   fi
714   [[ ${ALX_CONFD_NETWORKING} = true ]] && [[ ${RUNLEVEL} != S ]] && \   [[ ${ALX_CONFD_NETWORKING} = true ]] && [[ ${RUNLEVEL} != S ]] && \
# Line 723  preliminary_network() Line 723  preliminary_network()
723   else   else
724   echo -e ${COLOREDSTAR}"Starting default dhcp based networking ... "${COLDEFAULT}   echo -e ${COLOREDSTAR}"Starting default dhcp based networking ... "${COLDEFAULT}
725   # -t 10 timeout of 10 secs   # -t 10 timeout of 10 secs
726   dhcpcd -t 10 &> /dev/null   udhcpc -t 10 &> /dev/null
727   evaluate_retval   evaluate_retval
728   fi   fi
729   ;;   ;;

Legend:
Removed from v.2010  
changed lines
  Added in v.2011