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