Hack for dhcp on 3.1.3 branch (not necessary on trunk)

This commit is contained in:
Ben Gras 2007-05-30 16:44:43 +00:00
parent 2db64a7fa5
commit 0e44ca2b61

View File

@ -135,7 +135,8 @@ start)
echo -n "Starting networking:" echo -n "Starting networking:"
if grep -s 'psip0.*default' /etc/inet.conf if grep -s 'psip0.*default' /etc/inet.conf
then ifconfig -h 10.0.0.1 then ifconfig -h 10.0.0.1
else daemonize dhcpd else sleep 5
daemonize dhcpd
fi fi
daemonize nonamed -L daemonize nonamed -L
if [ -f "$DAEMONS" ] if [ -f "$DAEMONS" ]