slitaz-boot-scripts diff etc/init.d/network.sh @ rev 160

bootopts.sh: Improve, clean and speed up boot options
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 26 16:11:54 2009 +0200 (2009-04-26)
parents 6038353267b7
children 16c27ed1f2c9
line diff
     1.1 --- a/etc/init.d/network.sh	Fri Feb 27 02:29:14 2009 +0100
     1.2 +++ b/etc/init.d/network.sh	Sun Apr 26 16:11:54 2009 +0200
     1.3 @@ -101,7 +101,7 @@
     1.4  	# For a dynamic IP with DHCP.
     1.5  	if [ "$DHCP" = "yes" ] ; then
     1.6  		echo "Starting udhcpc client on: $INTERFACE... "
     1.7 -		/sbin/udhcpc -b -i $INTERFACE -p /var/run/udhcpc.$INTERFACE.pid
     1.8 +		/sbin/udhcpc -b -T 1 -A 12 -i $INTERFACE -p /var/run/udhcpc.$INTERFACE.pid
     1.9  	fi
    1.10  
    1.11  	# For a static IP.