From 682efc75e53cde1a57a97385abe50f7ad036f4b6 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 10 Mar 2006 17:33:15 +0000 Subject: [PATCH] Wait longer for ip address (fxp) --- etc/usr/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0