Set ip address manually without dhcp when psip is set in /etc/inet.conf.

This commit is contained in:
Ben Gras 2006-03-28 12:35:33 +00:00
parent f32289c86f
commit ef676bd39b

View file

@ -126,6 +126,10 @@ start)
else
# Standard network daemons.
echo -n "Starting networking:"
if grep psip /etc/inet.conf >/dev/null
then ifconfig -h 10.0.0.1
else daemonize dhcpd
fi
daemonize dhcpd
daemonize nonamed
daemonize talkd