CENTRAL=$HOMEDIR/mvw ## the default central directory for install
DEFAULTCENTRAL=/usr/mvw ## the default central directory for mvw.license
## NB #MVWDIR overrides $DEFAULTCENTRAL
BINDIR=/usr/bin
## Default Demonstration Key
DEMOPREFIX=JSB
DEMONUMBER=999999
DEMOKEY=BN8DzD7n
## Compressed file name
TARFILE=Mascot.tar
EXPANDFILE=$TARFILE.Z
if [ -x /usr/5bin/echo ]
then
ECHO=/usr/5bin/echo
else
ECHO=echo
fi
PAGER=${PAGER:-more}
README=readme
## make sure permissions in the central directory are OK
CHECK_PERMS=TRUE
## Auto brand vars
AUTOBRAND=FALSE
NEWKEY=FALSE
##
## Internationalisation begins here
##
# Error Messages.
##
ERR01=" Could not find "
ERR02="failed with following error :"
ERR03="aborted\n"
ERR04=" Incorrect serialisation"
ERR05=" Could not create directory "
ERR06=" Could not change permissions on directory "
ERR07=" You are installing from the wrong directory - check installation notes"
ERR08=" Missing file - "
ERR09=" Could not change ownership for "
ERR10=" Could not change group for "
ERR11=" Could not link Mascot "
ERR12=" Could not link Host Support "
ERR13=" Serialisation aborted at user request "
ERR14=" Installation aborted at user request "
ERR15=" Could not change permissions for "
ERR16=" Could not create backup directory "
ERR17=" Conversion of command file(s) failed, please see audit.txt"
ERR18=" File expansion has failed"
BRAND00="\nSerial Number OK."
BRAND01="\nInvalid Serial Number / Activation Key sequence."
BRAND02="\nSerial Number or Activation Key has incorrect format."
BRAND03="\nInvalid upgrade path - no action taken."
BRAND04="\nThis key has already been used."
BRAND05="\nYou must run as root to install / upgrade."
BRAND06="\nInvalid argument."
BRAND07="\nFailed to access Mascot."
BRAND08="\nFailed to access Host Support."
BRAND09="\nFailed to open binary."
BRAND10="\nFailed to write binary stamp area."
BRAND11="\nFailed to find the binary stamp area."
BRAND12="\nFailed to read the binary stamp area."
BRAND13="\nInvalid Serial Number / Activation Key sequence."
BRAND14="\nFailed to open binary because somebody else is using it."
BRAND15="\nSerial number does not match product."
BRAND16="\nInternal error - key does not match product."
BRAND17="\nFailed to access license configuration file - check MVWDIR."
BRAND18="\nLicense configuration corrupt - the product should be reinstalled."
BRAND19="\n\nChecking for existing Mascot serial numbers and activation keys\n"
BRAND20="Autobranding binaries with serial no.: "
BRAND21=" and act. key: "
LIC01="This procedure may be used to increase your MultiView Mascot user license.\nTo do this you must :\n\n1. Be a running as a super-user ( root )\n2. Make sure that no one is using MultiView Mascot or the\n MultiView DeskTop Host Support Server.\n\nDo you wish to continue \c"
LIC02="Can't find Mascot Central Directory - type in the pathname\c"
##
# Prompts
##
PRM01="\nInstallation of MultiView Mascot\n================================\n"
PRM02="\nMultiView Mascot User License upgrade\n=====================================\n"
PRM03="\nDo you wish to try again \c"
PRM04=", or d for a demo copy\c"
PRM05="completed successfully."
PRM06="\n\nEnter Serial Number\c"
PRM07="Enter Activation Key\c"
PRM08="Can't find mascot binary - type in the path name\c"
PRM09="Can't find mvw_ixsrv binary - type in the path name\c"
PRM10="Invalid input "
PRM11="\nDo you have any other Activation Keys \c"
PRM12=", or q to quit : \c"
PRM13="Warning : "
PRM14="Checking file permissions\c"
PRM15="\nInstallation"
PRM16="\nUser License increase"
PRM17="\nThere is a readme file containing notes specific \nto this release. Do you wish to read it now \c"
PRM21="\nConverting the central mascot.rc command file to new format \c"
PRM22="\nMascot has been upgraded.\n\nYour original copy has been saved in\c"
PRM23="\nYour old command file has been converted to the new format.\nPlease reference the file 'audit.txt' and the section 'Mascot command\nfiles' in chapter 'Mascot Files' in the Configuration Guide for more\ninformation on the new command files. The 'readme' issued with this product\ngives details on how to upgrade other mascot.rc type command files."