#! /bin/sh 
#
# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
#
#
# Check for SUNWsan

pkginfo -R $ROOTDIR SUNWsan > /dev/null 2>&1
[ $? -eq 0 ] && exit 0

echo "This patch requires the installation of \c"
echo "the Sun SAN Foundation Kit, SUNWsan."
echo
echo "Please load the package SUNWsan before continuing \c"
echo "with this patch installation."
echo

exit 1
