#!/bin/ksh -p # Explorer defaults file # This file is Korn shell source and is read by the explorer program # Customer Contact Address EXP_ADDRESS_1="Information Systems Services" # Customer Contact Address (line 2) EXP_ADDRESS_2="Lancaster University" # Customer Contact City EXP_ADDRESS_CITY="Lancaster" # Customer Contact Country EXP_ADDRESS_COUNTRY="UK" # Customer Contact State EXP_ADDRESS_STATE="Lancs" # Customer Contact Zip EXP_ADDRESS_ZIP="LA1 4YW" # Contract ID EXP_CONTRACT_ID="14542-15" # Customer Name EXP_CUSTOMER_NAME="Lancaster University" # Location of the explorer defaults file EXP_DEFAULTS="${EXP_HOME}/etc/default/explorer" # Version of defaults file EXP_DEF_VERSION="3.5.2, FCS" # Where explorer output should be mailed EXP_EMAIL="s.bennett@lancaster.ac.uk" # Maximum size (in bytes) of an explorer email EXP_EMAIL_SPLIT="4194304" # Customer Geography one of: # APAC (Asia Pacific), # EMEA (Europe, Middle East, Africa), # AMERICAS (North, Central and South America) EXP_GEO="EMEA" # Explorer library directory EXP_LIB="${EXP_HOME}/lib" # Software License Agreement EXP_LICENSE="Mon Mar 4 14:18:43 GMT 2002" # Default PATH for explorer EXP_PATH="/usr/bin:/usr/sbin" # Customer Contact Phone Number EXP_PHONE="+44 1524 593688" # Email address where replies should be sent EXP_REPLY="systems@lancaster.ac.uk" # Subject line for explorer email EXP_SUBJECT="%C %I %E" # Customer Contact Email EXP_USER_EMAIL="S.Bennett@lancaster.ac.uk" # Customer Contact Name EXP_USER_NAME="Steve Bennett" # Default list of modules to run EXP_WHICH="default" # EXP_SERIAL_xxx is System Serial number # EXP_INSTALL_xxx is Installation date (MM/DD/YYYY) EXP_SERIAL_809a20e9=TW81710596 EXP_INSTALL_809a20e9=03/04/2002