1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24# 25 26set name=pkg.fmri value=pkg:/service/storage/fibre-channel/fc-fabric@0.5.11,5.11-0.155.53 27set name=pkg.description value="Provides the fp plug-in library of libcfgadm." 28set name=pkg.summary value="fp cfgadm plug-in library" 29set name=info.classification value=org.opensolaris.category.2008:System/Libraries 30set name=variant.arch value=i386 31dir group=bin mode=0755 owner=root path=lib variant.opensolaris.zone=global 32dir group=bin mode=0755 owner=root path=lib/svc variant.opensolaris.zone=global 33dir group=sys mode=0755 owner=root path=lib/svc/manifest variant.opensolaris.zone=global 34dir group=sys mode=0755 owner=root path=lib/svc/manifest/system variant.opensolaris.zone=global 35dir group=sys mode=0755 owner=root path=lib/svc/manifest/system/device variant.opensolaris.zone=global 36dir group=bin mode=0755 owner=root path=lib/svc/method variant.opensolaris.zone=global 37dir group=sys mode=0755 owner=root path=usr 38dir group=bin mode=0755 owner=root path=usr/lib 39dir group=bin mode=0755 owner=root path=usr/lib/cfgadm 40dir group=bin mode=0755 owner=root path=usr/lib/cfgadm/amd64 41file NOHASH group=sys mode=0444 owner=root path=lib/svc/manifest/system/device/devices-fc-fabric.xml restart_fmri=svc:/system/manifest-import:default variant.opensolaris.zone=global 42file NOHASH group=bin mode=0555 owner=root path=lib/svc/method/fc-fabric variant.opensolaris.zone=global 43file NOHASH group=bin mode=0755 owner=root path=usr/lib/cfgadm/amd64/fp.so.1 44file NOHASH group=bin mode=0755 owner=root path=usr/lib/cfgadm/fp.so.1 45legacy arch=i386 category=system desc="Provides the fp plug-in library of libcfgadm." hotline="Please contact your local service provider" name="fp cfgadm plug-in library" pkg=SUNWcfpl vendor=Illumos version=11.11,REV=2009.11.11 46legacy arch=i386 category=system desc="Provides support for fp plug-in library of libcfgadm." hotline="Please contact your local service provider" name="fp cfgadm plug-in library (root)" pkg=SUNWcfplr vendor=Illumos version=11.11,REV=2009.11.11 47license cr_Sun license=cr_Sun 48license lic_CDDL license=lic_CDDL 49link path=usr/lib/cfgadm/amd64/fp.so target=fp.so.1 50link path=usr/lib/cfgadm/fp.so target=fp.so.1 51depend fmri=system/storage/luxadm type=require 52# 53# CDDL HEADER START 54# 55# The contents of this file are subject to the terms of the 56# Common Development and Distribution License (the "License"). 57# You may not use this file except in compliance with the License. 58# 59# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 60# or http://www.opensolaris.org/os/licensing. 61# See the License for the specific language governing permissions 62# and limitations under the License. 63# 64# When distributing Covered Code, include this CDDL HEADER in each 65# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 66# If applicable, add the following below this CDDL HEADER, with the 67# fields enclosed by brackets "[]" replaced with your own identifying 68# information: Portions Copyright [yyyy] [name of copyright owner] 69# 70# CDDL HEADER END 71# 72 73# 74# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 75# 76 77# 78# These actions represent settings which should appear in every package. 79# 80 81# 82# Name the consolidation this package came from. 83# 84set name=org.opensolaris.consolidation value=osnet 85 86# 87# Indicate that the package was published in a zones aware 88# fashion. 89# 90set name=variant.opensolaris.zone value=global value=nonglobal 91# 92# CDDL HEADER START 93# 94# The contents of this file are subject to the terms of the 95# Common Development and Distribution License (the "License"). 96# You may not use this file except in compliance with the License. 97# 98# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 99# or http://www.opensolaris.org/os/licensing. 100# See the License for the specific language governing permissions 101# and limitations under the License. 102# 103# When distributing Covered Code, include this CDDL HEADER in each 104# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 105# If applicable, add the following below this CDDL HEADER, with the 106# fields enclosed by brackets "[]" replaced with your own identifying 107# information: Portions Copyright [yyyy] [name of copyright owner] 108# 109# CDDL HEADER END 110# 111 112# 113# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 114# Use is subject to license terms. 115# 116 117# 118# Only publish packages for the currently specified architecture 119# 120# This is somewhat nonintuitive. In English: 121# 122# For any action of type "set", 123# if the "name" property matches the regex "variant.arch", 124# and *every* occurrence of the "value" property does not match 125# $ARCH, then don't publish it. 126# 127# ...in other words, if *any* occurrence of "value" matches i386, 128# then the negative lookahead assertion in the regex will fail, and we 129# won't abort based on the action. 130# 131 132# 133# Catch don't-publish settings from manifest-embedded transforms 134# 135# 136# CDDL HEADER START 137# 138# The contents of this file are subject to the terms of the 139# Common Development and Distribution License (the "License"). 140# You may not use this file except in compliance with the License. 141# 142# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 143# or http://www.opensolaris.org/os/licensing. 144# See the License for the specific language governing permissions 145# and limitations under the License. 146# 147# When distributing Covered Code, include this CDDL HEADER in each 148# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 149# If applicable, add the following below this CDDL HEADER, with the 150# fields enclosed by brackets "[]" replaced with your own identifying 151# information: Portions Copyright [yyyy] [name of copyright owner] 152# 153# CDDL HEADER END 154# 155 156# 157# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 158# 159 160# 161# This file and its contents are supplied under the terms of the 162# Common Development and Distribution License ("CDDL"), version 1.0. 163# You may only use this file in accordance with the terms of version 164# 1.0 of the CDDL. 165# 166# A full copy of the text of the CDDL should have accompanied this 167# source. A copy of the CDDL is also available via the Internet 168# at http://www.illumos.org/license/CDDL. 169# 170 171# Copyright 2011, Richard Lowe 172 173# Manual pages are documentation, and more specifically 'man' documentation 174# 175# CDDL HEADER START 176# 177# The contents of this file are subject to the terms of the 178# Common Development and Distribution License (the "License"). 179# You may not use this file except in compliance with the License. 180# 181# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 182# or http://www.opensolaris.org/os/licensing. 183# See the License for the specific language governing permissions 184# and limitations under the License. 185# 186# When distributing Covered Code, include this CDDL HEADER in each 187# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 188# If applicable, add the following below this CDDL HEADER, with the 189# fields enclosed by brackets "[]" replaced with your own identifying 190# information: Portions Copyright [yyyy] [name of copyright owner] 191# 192# CDDL HEADER END 193# 194 195# 196# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 197# Copyright 2011, Richard Lowe 198# 199 200# 201# For kernel/drv, set .conf files to mode 0644. Assume all other 202# files there are drivers, and give them mode 0755 and reboot-needed. 203# 204# The (?<!r) construct in the reboot-needed transform is a negative 205# lookbehind assertion: it says "only match this regex if the 206# previously matched text does NOT match regex r." So it will match 207# all files in the various kernel trees, except for .conf files. 208# 209 210 211# 212# Non-global zones should not have content in kernel, usr/kernel (and 213# other kernel dirs) or in boot/. 214# 215 216 217# 218# shared objects should generally have mode 0755 219# 220 221# 222# Catch some of the collections of largely read-only files 223# 224 225 226# 227# For what's left, go with root:bin 0644, +x for directories 228# 229 230# 231# Default values for legacy actions 232# 233# 234# CDDL HEADER START 235# 236# The contents of this file are subject to the terms of the 237# Common Development and Distribution License (the "License"). 238# You may not use this file except in compliance with the License. 239# 240# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 241# or http://www.opensolaris.org/os/licensing. 242# See the License for the specific language governing permissions 243# and limitations under the License. 244# 245# When distributing Covered Code, include this CDDL HEADER in each 246# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 247# If applicable, add the following below this CDDL HEADER, with the 248# fields enclosed by brackets "[]" replaced with your own identifying 249# information: Portions Copyright [yyyy] [name of copyright owner] 250# 251# CDDL HEADER END 252# 253 254# 255# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 256# 257 258# 259# Pull out the license paths for staging in the proto area. Ignore 260# those with no path separators, as that indicates a file kept in 261# $SRC/pkg/license_files, rather than alongside the associated source. 262# 263 264# 265# Ordering is important here, and the last line wins. 266# 267# The default of "current" is provided by the calling environment, 268# rather than a print operation. 269# 270depend fmri=consolidation/osnet/osnet-incorporation type=require 271depend fmri=__TBD pkg.debug.depend.file=libHBAAPI.so.1 pkg.debug.depend.path=lib pkg.debug.depend.path=usr/lib pkg.debug.depend.reason=usr/lib/cfgadm/fp.so.1 pkg.debug.depend.type=elf type=require 272depend fmri=__TBD pkg.debug.depend.file=libHBAAPI.so.1 pkg.debug.depend.path=lib/64 pkg.debug.depend.path=usr/lib/64 pkg.debug.depend.reason=usr/lib/cfgadm/amd64/fp.so.1 pkg.debug.depend.type=elf type=require 273depend fmri=__TBD pkg.debug.depend.file=libc.so.1 pkg.debug.depend.path=lib pkg.debug.depend.path=usr/lib pkg.debug.depend.reason=usr/lib/cfgadm/fp.so.1 pkg.debug.depend.type=elf type=require 274depend fmri=__TBD pkg.debug.depend.file=libc.so.1 pkg.debug.depend.path=lib/64 pkg.debug.depend.path=usr/lib/64 pkg.debug.depend.reason=usr/lib/cfgadm/amd64/fp.so.1 pkg.debug.depend.type=elf type=require 275depend fmri=__TBD pkg.debug.depend.file=libdevice.so.1 pkg.debug.depend.path=lib pkg.debug.depend.path=usr/lib pkg.debug.depend.reason=usr/lib/cfgadm/fp.so.1 pkg.debug.depend.type=elf type=require 276depend fmri=__TBD pkg.debug.depend.file=libdevice.so.1 pkg.debug.depend.path=lib/64 pkg.debug.depend.path=usr/lib/64 pkg.debug.depend.reason=usr/lib/cfgadm/amd64/fp.so.1 pkg.debug.depend.type=elf type=require 277depend fmri=__TBD pkg.debug.depend.file=libdevinfo.so.1 pkg.debug.depend.path=lib pkg.debug.depend.path=usr/lib pkg.debug.depend.reason=usr/lib/cfgadm/fp.so.1 pkg.debug.depend.type=elf type=require 278depend fmri=__TBD pkg.debug.depend.file=libdevinfo.so.1 pkg.debug.depend.path=lib/64 pkg.debug.depend.path=usr/lib/64 pkg.debug.depend.reason=usr/lib/cfgadm/amd64/fp.so.1 pkg.debug.depend.type=elf type=require 279depend fmri=__TBD pkg.debug.depend.file=libgen.so.1 pkg.debug.depend.path=lib pkg.debug.depend.path=usr/lib pkg.debug.depend.reason=usr/lib/cfgadm/fp.so.1 pkg.debug.depend.type=elf type=require 280depend fmri=__TBD pkg.debug.depend.file=libgen.so.1 pkg.debug.depend.path=lib/64 pkg.debug.depend.path=usr/lib/64 pkg.debug.depend.reason=usr/lib/cfgadm/amd64/fp.so.1 pkg.debug.depend.type=elf type=require 281depend fmri=__TBD pkg.debug.depend.file=librcm.so.1 pkg.debug.depend.path=lib pkg.debug.depend.path=usr/lib pkg.debug.depend.reason=usr/lib/cfgadm/fp.so.1 pkg.debug.depend.type=elf type=require 282depend fmri=__TBD pkg.debug.depend.file=librcm.so.1 pkg.debug.depend.path=lib/64 pkg.debug.depend.path=usr/lib/64 pkg.debug.depend.reason=usr/lib/cfgadm/amd64/fp.so.1 pkg.debug.depend.type=elf type=require 283depend fmri=__TBD pkg.debug.depend.file=sh pkg.debug.depend.path=sbin pkg.debug.depend.reason=lib/svc/method/fc-fabric pkg.debug.depend.type=script type=require variant.opensolaris.zone=global 284depend fmri=__TBD pkg.debug.depend.file=sysevent.xml pkg.debug.depend.path=lib/svc/manifest/system pkg.debug.depend.reason=lib/svc/manifest/system/device/devices-fc-fabric.xml pkg.debug.depend.type=smf_manifest type=require variant.opensolaris.zone=global 285set name=org.opensolaris.smf.fmri value=svc:/system/device/fc-fabric value=svc:/system/device/fc-fabric:default 286