psip fix
This commit is contained in:
parent
ef676bd39b
commit
3e6ec29095
@ -126,11 +126,10 @@ start)
|
|||||||
else
|
else
|
||||||
# Standard network daemons.
|
# Standard network daemons.
|
||||||
echo -n "Starting networking:"
|
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
|
then ifconfig -h 10.0.0.1
|
||||||
else daemonize dhcpd
|
else daemonize dhcpd
|
||||||
fi
|
fi
|
||||||
daemonize dhcpd
|
|
||||||
daemonize nonamed
|
daemonize nonamed
|
||||||
daemonize talkd
|
daemonize talkd
|
||||||
daemonize tcpd shell in.rshd
|
daemonize tcpd shell in.rshd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user