From: Ben Gras Date: Wed, 30 May 2007 16:44:43 +0000 (+0000) Subject: Hack for dhcp on 3.1.3 branch (not necessary on trunk) X-Git-Tag: v3.1.3a^2~5 X-Git-Url: http://zhaoyanbai.com/repos/pkcs11-list.html?a=commitdiff_plain;h=0e44ca2b611ab22c33dedd79857c33b32d520723;p=minix.git Hack for dhcp on 3.1.3 branch (not necessary on trunk) --- 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" ]