#!/bin/sh

grep dbcc /opt/SUNWcluster/ha/sybase/sybase_svc_start_net >/dev/null 2>&1
if [ $? -eq 0 ]; then
        #
        # The scripts are ones supplied by Sybase Inc. Just exit the
        # patch installation.
        echo "\nA Sybase Inc. supported version of HA-Sybase agent"
        echo "has been detected on this system.\n"
        echo "This patch should only be applied on clusters with"
        echo "versions of HA-Sybase agent sold and supported by"
        echo "Sun, as files distributed in this patch will conflict"
        echo "with those shipped by Sybase.\n"
        exit 1
fi

