From: Ben Gras Date: Fri, 10 Mar 2006 17:33:15 +0000 (+0000) Subject: Wait longer for ip address (fxp) X-Git-Tag: v3.1.2a~258 X-Git-Url: http://zhaoyanbai.com/repos/icons/debian/openlogo-25.jpg?a=commitdiff_plain;h=682efc75e53cde1a57a97385abe50f7ad036f4b6;p=minix.git Wait longer for ip address (fxp) --- diff --git a/etc/usr/rc b/etc/usr/rc index 5e1a7b2d8..b780e1a92 100644 --- a/etc/usr/rc +++ b/etc/usr/rc @@ -142,7 +142,7 @@ start) then # Get the nodename from the DNS and set it. trap '' 2 - intr -t 10 hostaddr -h || echo "Unable to obtain an IP address." + intr -t 20 hostaddr -h || echo "Unable to obtain an IP address." trap 2 fi