diff options
Diffstat (limited to 'source/n/network-scripts/scripts/rc.inet2')
-rw-r--r-- | source/n/network-scripts/scripts/rc.inet2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/network-scripts/scripts/rc.inet2 b/source/n/network-scripts/scripts/rc.inet2 index 232d93ec..4f51a330 100644 --- a/source/n/network-scripts/scripts/rc.inet2 +++ b/source/n/network-scripts/scripts/rc.inet2 @@ -98,7 +98,7 @@ fi # Start NIS (the Network Information Service): if [ -x /etc/rc.d/rc.yp ]; then - . /etc/rc.d/rc.yp start + /etc/rc.d/rc.yp start fi # Start the NFS server. Note that for this to work correctly, you'll |