## Copyright 2005 Sun Microsystems, Inc. All rights reserved.

OS_V=`uname -r`
sunmc_patch=5.8
if [ $sunmc_patch != $OS_V ] ; then
   echo "This SunMC patch can only be installed on a SunOS $sunmc_patch system. Please install the correct patch."
   exit 1
fi
