From 0e44ca2b611ab22c33dedd79857c33b32d520723 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 30 May 2007 16:44:43 +0000 Subject: [PATCH] Hack for dhcp on 3.1.3 branch (not necessary on trunk) --- etc/usr/rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/usr/rc b/etc/usr/rc index f4aa98d19..1c80c327d 100644 --- a/etc/usr/rc +++ b/etc/usr/rc @@ -135,7 +135,8 @@ start) echo -n "Starting networking:" if grep -s 'psip0.*default' /etc/inet.conf then ifconfig -h 10.0.0.1 - else daemonize dhcpd + else sleep 5 + daemonize dhcpd fi daemonize nonamed -L if [ -f "$DAEMONS" ] -- 2.44.0