#!/bin/sh
#
echo ""
echo "## Executing SUNWx25b PATCH preinstall script"


cmd=`uname -r`
if  [ "$cmd" != "5.1" ] && [ "$cmd" != "5.2" ]; then
        echo "This patch is not compatible with your current OS version."
        echo "Aborting patch installation ..."
        exit 1
fi

echo ""
#
