preinstall revision fcf3ce441efd61da9bb2884968af01cb7c1452cc
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith# CDDL HEADER START
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith# The contents of this file are subject to the terms of the
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith# Common Development and Distribution License (the "License").
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith# You may not use this file except in compliance with the License.
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith# See the License for the specific language governing permissions
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith# and limitations under the License.
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith# When distributing Covered Code, include this CDDL HEADER in each
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith# If applicable, add the following below this CDDL HEADER, with the
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith# fields enclosed by brackets "[]" replaced with your own identifying
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith# information: Portions Copyright [yyyy] [name of copyright owner]
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith# CDDL HEADER END
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith# Use is subject to license terms.
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John SmithCOMMON_URL="http://sourceforge.net/projects/mp-mgmt-api/"
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smithif [ ! -f ${CONF_FILE} ]; then
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith echo "Unable to locate ${CONF_FILE} on the system."
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith echo "Please install the MP API Common library "
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith echo "available in the packages: ${COMMON_PKGS} "
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith echo "or from: ${COMMON_URL}"
6bd7ac3b4704cf1cba90dd21a73bfedd6d640a16John Smith echo "Aborting install."