;;
esac
# Mount NFS filesystems.
# Mount NFS filesystems if present in /etc/fstab.
echo -n "Mounting NFS file systems"
if mount -d -a -t nfs | grep nfs >/dev/null 2>&1 ; then
mount -a -t nfs
echo .
fi
# Whack the pty perms back into shape.
#