#! /bin/sh 
#
# Copyright (c) 2001 by Sun Microsystems, Inc.
# All rights reserved.
#
#
#
# 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
