From: Ben Gras Date: Fri, 9 Feb 2007 16:28:34 +0000 (+0000) Subject: Don't complain about missing ip address. X-Git-Tag: v3.1.3~83 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=b857dec78d4c0b0509adcb0f439895a7496adce2;p=minix.git Don't complain about missing ip address. --- diff --git a/etc/usr/rc b/etc/usr/rc index dc00b459e..f4aa98d19 100644 --- a/etc/usr/rc +++ b/etc/usr/rc @@ -150,7 +150,7 @@ start) then # Get the nodename from the DNS and set it. trap '' 2 - intr -t 20 hostaddr -h || echo "Unable to obtain an IP address." + intr -t 20 hostaddr -h trap 2 fi