i.manifest revision ead1f93ee620d7580f7e53350fe5a884fc4f158a
883N/A# The contents of this file are subject to the terms of the 883N/A# Common Development and Distribution License (the "License"). 883N/A# You may not use this file except in compliance with the License. 883N/A# See the License for the specific language governing permissions 883N/A# and limitations under the License. 883N/A# When distributing Covered Code, include this CDDL HEADER in each 883N/A# If applicable, add the following below this CDDL HEADER, with the 883N/A# fields enclosed by brackets "[]" replaced with your own identifying 883N/A# information: Portions Copyright [yyyy] [name of copyright owner] 883N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 883N/A# Use is subject to license terms. 883N/A# Helper function. Handle services deathrow file. 883N/A# Arguments: $1:manifest file. 883N/A # Services deathrow file handling, file format: 883N/A # <fmri>< ><manifest file>< ><package name> 883N/A # (field separator is a space character) 883N/A # Manifest file could be from another Solaris version, bypass 883N/A # the service bundle and validation (we only need the fmris 883N/A # list). Calling svccfg inventory with SVCCFG_NOVALIDATE=1 is 883N/A # safe because there is no access to the alternate repository. 883N/A # If fmri matches one in deathrow file, remove the 883N/A# If the repository does not yet exist, create it from the appropriate seed. If 883N/A# for some reason the seeds do not exist, svccfg(1M) will create the repository # smf(5) is not presently running for the destination environment. # Since we presently cannot refresh without a running svc.startd(1M), we # cannot consistently handle dependent placement. Defer to next boot.