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