get_site_cfg
Purpose:
- 
Read a specified file and output the @SITE_CONFIG entry to STDOUT.
 
Enter:
- 
get_site_cfg <filename>
 
Where:
- 
filename
Specify the file name of the cvs specs file to read. The file must contain the @SITE_CONFIG entry.
 
Example:
- 
get_site_cfg cvs_specs.dat
 
Notes:
- 
This process writes the site configuration that is found in the specified file to STDOUT. It is typically used in a script where the output is checked. 0 indicates the keyword was not present, -1 indicates an error reading the file, and any other value is the @SITE_CONFIG entry.