#! /bin/sh
#
# Copyright (c) 2003 by Sun Microsystems, Inc.
# All rights reserved.
#
#
#
# Check for SUNWwbsup 

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

echo "This patch requires the installation of \c"
echo "the WAN boot support package, SUNWwbsup."
echo
echo "Please load the package SUNWwbsup before continuing \c"
echo "with this patch installation.  This package can be \c" 
echo "found on the Solaris 9 Update 5 (Beta) CDs."
echo ""

exit 1
