#!/bin/sh

#	errorScript
#
#	Derived from:	New script
#
#	Author:		Anthony Shaughnessy
#
#	Created on:	26th July 1993
#
#	Sccs ID:	@(#)errorScript.sh	1.1 7/27/93
#
#	Coding Stds.:	2.0
#
#	Purpose:	This script is called by the instwrap program when it
#			detects that inst has complained about some kind of
#			interrupt or other strange error. It only really needs 
#			to output a meaningful message, with some hints as to 
#			what the user can do about it. This is because the
#			output from inst is directed to /dev/null, and so the
#			user does not see the inst error messages.
#

echo "\nAn error has occurred while installing SoftPC. This is most likely due
to a permissions problem. As we are running as root, this is probably due to
directories that are symbolic links to NFS mounted file systems. Please check
in particular the /usr/lib/SoftPC, /usr/catman, and /usr/Insight directories.
SoftPC cannot be installed into NFS mounted directories.\n"
