#!/bin/sh

if [ 5.7 != `uname -r` ] ; then
   echo "This patch is for SunOS 2.7. Please install the correct patch"
   exit 1
fi 


