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