Magellan Linux

Diff of /trunk/busybox-initscripts/rc/network

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

revision 1202 by niro, Thu Jan 27 20:41:29 2011 UTC revision 1203 by niro, Fri Jan 28 19:27:38 2011 UTC
# Line 114  checkconfig() Line 114  checkconfig()
114   rc_echo "using default programm /sbin/udhcpc"   rc_echo "using default programm /sbin/udhcpc"
115   DHCP_PROG="/sbin/udhcpc"   DHCP_PROG="/sbin/udhcpc"
116   fi   fi
117   [[ -z ${DHCP_START} ]] && DHCP_START="-T 10"   [[ -z ${DHCP_START} ]] && DHCP_START="-T10"
118   [[ -z ${DHCP_STOP} ]] && DHCP_STOP="-k"   [[ -z ${DHCP_STOP} ]] && DHCP_STOP="-k"
119   ;;   ;;
120    

Legend:
Removed from v.1202  
changed lines
  Added in v.1203