Installation notes for S+FinMetrics 2.0.1 to 2.0.2 Patch for UNIX/Linux (June 2005) This file contains instructions for patching your S+FinMetrics module. The patch will update your existing S+FinMetrics 2.0.1 module to version 2.0.2. 1. Download the patch file FN201TO202PATCH.TZ. Extract the contents to a temporary, empty directory using the command: cat FN201TO202PATCH.TZ | uncompress | tar xvf - If your system has the zcat command, you can use it to shorten your extraction command (zcat combines the cat and uncompress commands): zcat FN201TO202PATCH.TZ | tar xvf - 2. After extracting the files, cd into the temporary directory containing the patch files. Execute the following command to apply the patch: ./patch PATCH.RTP For example, if S-PLUS is installed in /usr/local/splus70, the command would be: ./patch PATCH.RTP /usr/local/splus70 3. After the patch executes, optionally remove the temporary directory.