From ef676bd39ba7f48c2abd42494ba5dea76d56637a Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 28 Mar 2006 12:35:33 +0000 Subject: [PATCH] Set ip address manually without dhcp when psip is set in /etc/inet.conf. --- etc/usr/rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/usr/rc b/etc/usr/rc index b780e1a92..8d8dcbf36 100644 --- a/etc/usr/rc +++ b/etc/usr/rc @@ -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 -- 2.44.0