From: <smi...@us...> - 2003-12-26 16:48:31
|
Update of /cvsroot/devil-linux/build/config/etc/sysconfig/network In directory sc8-pr-cvs1:/tmp/cvs-serv12473/config/etc/sysconfig/network Modified Files: dhcp Log Message: - set the timeout for the dhcp client to 60 seconds Index: dhcp =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/sysconfig/network/dhcp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- dhcp 24 May 2003 10:59:51 -0000 1.2 +++ dhcp 26 Dec 2003 16:48:28 -0000 1.3 @@ -86,7 +86,7 @@ # much longer time. dhcpcd will then run as a daemon in the background and # broadcast a DHCPDISCOVER once in a while, trying to get a lease. # -DHCLIENT_TIMEOUT="999999" +DHCLIENT_TIMEOUT="60" # # (only dhcpcd does use this setting) |