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