From b857dec78d4c0b0509adcb0f439895a7496adce2 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 9 Feb 2007 16:28:34 +0000 Subject: [PATCH] Don't complain about missing ip address. --- etc/usr/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0