postinstall revision 26d8ba2242584067b65160d24193c37cdc83cd55
4737N/A#
4737N/A# CDDL HEADER START
4737N/A#
4737N/A# The contents of this file are subject to the terms of the
4737N/A# Common Development and Distribution License (the "License").
4737N/A# You may not use this file except in compliance with the License.
4737N/A#
4737N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4737N/A# or http://www.opensolaris.org/os/licensing.
4737N/A# See the License for the specific language governing permissions
4737N/A# and limitations under the License.
4737N/A#
4737N/A# When distributing Covered Code, include this CDDL HEADER in each
4737N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4737N/A# If applicable, add the following below this CDDL HEADER, with the
4737N/A# fields enclosed by brackets "[]" replaced with your own identifying
4737N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4737N/A#
4737N/A# CDDL HEADER END
4737N/A#
4737N/A#
4737N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
5336N/A# Use is subject to license terms.
4737N/A#
5716N/A# ident "%Z%%M% %I% %E% SMI"
5716N/A#
5680N/A
4737N/Aif [ -x /usr/sbin/svcadm ] && [ "$UPDATE" = yes ] &&
4737N/A [ -f /etc/pooladm.conf ]; then
4737N/A echo "/usr/sbin/svcadm enable svc:/system/pools" >> \
5363N/A $BASEDIR/var/svc/profile/upgrade
4737N/Afi
4737N/A