#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T.
# All rights reserved.
#
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
#
#
# The following is used to detect if the fs minimal script has been replaced
# THIS_IS_SOLARIS10_BRAND_FS_MINIMAL
#
# Do the real s10 fs-minimal
#
# The following three updates to /var are done after fs-minimal, as
# fs-minimal mounts /var. Performing these updates before fs-minimal would
# cause them to be hidden if /var is mounted. They could also cause /var
# to fail to mount.
#
#
#
if [ $? -ne 0 ] ; then
fi
#
# /var 2, install network management services. Manifest import depends on
# fs-minimal, so it will run after this.
#
if [ $? -ne 0 ] ; then
fi
fi
exit $SMF_EXIT_OK