]> Zhao Yanbai Git Server - minix.git/commitdiff
Wait longer for ip address (fxp)
authorBen Gras <ben@minix3.org>
Fri, 10 Mar 2006 17:33:15 +0000 (17:33 +0000)
committerBen Gras <ben@minix3.org>
Fri, 10 Mar 2006 17:33:15 +0000 (17:33 +0000)
etc/usr/rc

index 5e1a7b2d8054aea06473b8013c682c546a62bbb9..b780e1a92e3526a561736abdf101a35365852a14 100644 (file)
@@ -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