From: Ben Gras Date: Tue, 28 Mar 2006 13:38:52 +0000 (+0000) Subject: psip fix X-Git-Tag: v3.1.2a~110 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=3e6ec290950216f6dd03f1c45b8466bc1e84e573;p=minix.git psip fix --- diff --git a/etc/usr/rc b/etc/usr/rc index 8d8dcbf36..0c6c984bb 100644 --- a/etc/usr/rc +++ b/etc/usr/rc @@ -126,11 +126,10 @@ start) else # Standard network daemons. echo -n "Starting networking:" - if grep psip /etc/inet.conf >/dev/null + if grep 'psip0.*default' /etc/inet.conf >/dev/null then ifconfig -h 10.0.0.1 else daemonize dhcpd fi - daemonize dhcpd daemonize nonamed daemonize talkd daemonize tcpd shell in.rshd