]> Zhao Yanbai Git Server - minix.git/commitdiff
Don't complain about missing ip address.
authorBen Gras <ben@minix3.org>
Fri, 9 Feb 2007 16:28:34 +0000 (16:28 +0000)
committerBen Gras <ben@minix3.org>
Fri, 9 Feb 2007 16:28:34 +0000 (16:28 +0000)
etc/usr/rc

index dc00b459e0b8cfb2e4317766e5c3e9ab8cde1cd6..f4aa98d19436ab6d867c174a6f5309aac63f4b45 100644 (file)
@@ -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