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
26#
27# The default for payload-bearing actions in this package is to appear in the
28# global zone only.  See the include file for greater detail, as well as
29# information about overriding the defaults.
30#
31#
32# CDDL HEADER START
33#
34# The contents of this file are subject to the terms of the
35# Common Development and Distribution License (the "License").
36# You may not use this file except in compliance with the License.
37#
38# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
39# or http://www.opensolaris.org/os/licensing.
40# See the License for the specific language governing permissions
41# and limitations under the License.
42#
43# When distributing Covered Code, include this CDDL HEADER in each
44# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
45# If applicable, add the following below this CDDL HEADER, with the
46# fields enclosed by brackets "[]" replaced with your own identifying
47# information: Portions Copyright [yyyy] [name of copyright owner]
48#
49# CDDL HEADER END
50#
51
52#
53# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
54#
55
56#
57# For packagers:
58#
59# This ruleset is useful for "system" components-- ones which are expected
60# to appear primarily in the global zone, but which may have some small
61# pieces (man pages, header files) which may need to appear in all zones.
62#
63# The current rules specify that all payload-bearing actions (file,
64# dir, hardlink, link) should appear *only* in the global zone, with
65# the following exceptions:
66#
67# 	- man pages appear in all zones
68# 	- header files appear in all zones
69# 	- mdb(1) modules appear in all zones
70#
71# You may well have other actions which you wish to appear in all zones.
72# An example would be an administrative utility for a driver which has
73# been virtualized to work within zones.  For those actions you wish to
74# appear in all zones, add the following attribute to your action.
75#
76#         variant.opensolaris.zone=__NODEFAULT
77#
78# You DO NOT need to specify __NODEFAULT for man pages, headers, or
79# mdb modules, as those are covered by the automatic rules below.
80#
81# Note: When you specify variant.opensolaris.zone=__NODEFAULT, the
82# net effect is that *no* variant.opensolaris.zone attribute will
83# appear in the post-processed manifest.
84#
85
86#
87# For packaging nerds:
88#
89# We have a problem to solve here: To make an action appear in all zones,
90# it should have *no* variant.opensolaris.zone attribute.  So it's a bit
91# more complicated to use "default".
92#
93# Here's what we do: we use "default" to set all payload bearing actions
94# which have no variant.opensolaris.zone attribute to be
95# variant.opensolaris.zone=global.  For those actions which need to appear
96# in all zones, the packager must specify
97# variant.opensolaris.zone=__NODEFAULT.  Additionally we have some rules
98# which set __NODEFAULT for a few classes of well known things, like man
99# pages and headers.
100#
101# We then go through and clean up all of the __NODEFAULTed attributes by
102# simply deleting them.
103#
104
105# Man pages should appear in all zones.
106
107# Headers should appear in all zones.
108
109# MDB modules should appear in all zones, as one might debug a crash dump
110# in a zone.
111
112# Everything else is global zone only unless the user overrides
113# action-by-action with __NODEFAULT.
114
115#
116# Buff out the __NODEFAULT attributes.
117#
118set name=pkg.fmri value=pkg:/system/network/udapl@0.5.11,5.11-0.155.53
119set name=pkg.description value="Sun DAT registry library and datadm"
120set name=pkg.summary value="Sun User Direct Access Programming Library (User)"
121set name=info.classification value=org.opensolaris.category.2008:System/Libraries
122set name=variant.arch value=i386
123dir group=sys mode=0755 owner=root path=etc variant.opensolaris.zone=global
124dir group=sys mode=0755 owner=root path=etc/dat variant.opensolaris.zone=global
125dir group=sys mode=0755 owner=root path=usr variant.opensolaris.zone=global
126dir group=bin mode=0755 owner=root path=usr/lib variant.opensolaris.zone=global
127dir group=bin mode=0755 owner=root path=usr/lib/amd64 variant.opensolaris.zone=global
128dir group=bin mode=0755 owner=root path=usr/sbin variant.opensolaris.zone=global
129dir group=bin mode=0755 owner=root path=usr/share/man
130dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man1m
131dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man3dat
132dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man3lib
133dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man4
134file NOHASH group=sys mode=0644 original_name=SUNWudapl:etc/dat/dat.conf owner=root path=etc/dat/dat.conf preserve=true variant.opensolaris.zone=global
135file NOHASH group=bin mode=0755 owner=root path=usr/lib/amd64/libdat.so.1 variant.opensolaris.zone=global
136file NOHASH group=bin mode=0644 owner=root path=usr/lib/amd64/llib-ldat.ln variant.opensolaris.zone=global
137file NOHASH group=bin mode=0755 owner=root path=usr/lib/libdat.so.1 variant.opensolaris.zone=global
138file NOHASH group=bin mode=0644 owner=root path=usr/lib/llib-ldat variant.opensolaris.zone=global
139file NOHASH group=bin mode=0644 owner=root path=usr/lib/llib-ldat.ln variant.opensolaris.zone=global
140file NOHASH group=bin mode=0555 owner=root path=usr/sbin/datadm variant.opensolaris.zone=global
141file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man1m/datadm.1m
142file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_cno_create.3dat
143file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_cno_free.3dat
144file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_cno_modify_agent.3dat
145file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_cno_query.3dat
146file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_cno_wait.3dat
147file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_cr_accept.3dat
148file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_cr_handoff.3dat
149file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_cr_query.3dat
150file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_cr_reject.3dat
151file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ep_connect.3dat
152file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ep_create.3dat
153file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ep_create_with_srq.3dat
154file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ep_disconnect.3dat
155file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ep_dup_connect.3dat
156file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ep_free.3dat
157file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ep_get_status.3dat
158file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ep_modify.3dat
159file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ep_post_rdma_read.3dat
160file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ep_post_rdma_write.3dat
161file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ep_post_recv.3dat
162file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ep_post_send.3dat
163file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ep_query.3dat
164file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ep_recv_query.3dat
165file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ep_reset.3dat
166file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ep_set_watermark.3dat
167file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_evd_clear_unwaitable.3dat
168file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_evd_dequeue.3dat
169file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_evd_disable.3dat
170file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_evd_enable.3dat
171file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_evd_free.3dat
172file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_evd_modify_cno.3dat
173file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_evd_post_se.3dat
174file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_evd_query.3dat
175file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_evd_resize.3dat
176file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_evd_set_unwaitable.3dat
177file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_evd_wait.3dat
178file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_get_consumer_context.3dat
179file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_get_handle_type.3dat
180file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ia_close.3dat
181file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ia_open.3dat
182file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_ia_query.3dat
183file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_lmr_create.3dat
184file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_lmr_free.3dat
185file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_lmr_query.3dat
186file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_lmr_sync_rdma_read.3dat
187file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_lmr_sync_rdma_write.3dat
188file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_provider_fini.3dat
189file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_provider_init.3dat
190file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_psp_create.3dat
191file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_psp_create_any.3dat
192file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_psp_free.3dat
193file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_psp_query.3dat
194file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_pz_create.3dat
195file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_pz_free.3dat
196file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_pz_query.3dat
197file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_registry_add_provider.3dat
198file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_registry_list_providers.3dat
199file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_registry_remove_provider.3dat
200file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_rmr_bind.3dat
201file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_rmr_create.3dat
202file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_rmr_free.3dat
203file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_rmr_query.3dat
204file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_rsp_create.3dat
205file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_rsp_free.3dat
206file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_rsp_query.3dat
207file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_set_consumer_context.3dat
208file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_srq_create.3dat
209file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_srq_free.3dat
210file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_srq_post_recv.3dat
211file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_srq_query.3dat
212file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_srq_resize.3dat
213file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_srq_set_lw.3dat
214file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3dat/dat_strerror.3dat
215file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man3lib/libdat.3lib
216file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man4/dat.conf.4
217legacy arch=i386 category=system desc="DAT static registry file" hotline="Please contact your local service provider" name="Sun User Direct Access Programming Library (Root)" pkg=SUNWudaplr vendor=Illumos version=11.11,REV=2009.11.11
218legacy arch=i386 category=system desc="Sun DAT registry library and datadm" hotline="Please contact your local service provider" name="Sun User Direct Access Programming Library (User)" pkg=SUNWudaplu vendor=Illumos version=11.11,REV=2009.11.11
219license cr_Sun license=cr_Sun
220license lic_CDDL license=lic_CDDL
221link path=usr/lib/amd64/libdat.so target=libdat.so.1 variant.opensolaris.zone=global
222link path=usr/lib/libdat.so target=libdat.so.1 variant.opensolaris.zone=global
223#
224# CDDL HEADER START
225#
226# The contents of this file are subject to the terms of the
227# Common Development and Distribution License (the "License").
228# You may not use this file except in compliance with the License.
229#
230# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
231# or http://www.opensolaris.org/os/licensing.
232# See the License for the specific language governing permissions
233# and limitations under the License.
234#
235# When distributing Covered Code, include this CDDL HEADER in each
236# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
237# If applicable, add the following below this CDDL HEADER, with the
238# fields enclosed by brackets "[]" replaced with your own identifying
239# information: Portions Copyright [yyyy] [name of copyright owner]
240#
241# CDDL HEADER END
242#
243
244#
245# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
246#
247
248#
249# These actions represent settings which should appear in every package.
250#
251
252#
253# Name the consolidation this package came from.
254#
255set name=org.opensolaris.consolidation value=osnet
256
257#
258# Indicate that the package was published in a zones aware
259# fashion.
260#
261set name=variant.opensolaris.zone value=global value=nonglobal
262#
263# CDDL HEADER START
264#
265# The contents of this file are subject to the terms of the
266# Common Development and Distribution License (the "License").
267# You may not use this file except in compliance with the License.
268#
269# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
270# or http://www.opensolaris.org/os/licensing.
271# See the License for the specific language governing permissions
272# and limitations under the License.
273#
274# When distributing Covered Code, include this CDDL HEADER in each
275# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
276# If applicable, add the following below this CDDL HEADER, with the
277# fields enclosed by brackets "[]" replaced with your own identifying
278# information: Portions Copyright [yyyy] [name of copyright owner]
279#
280# CDDL HEADER END
281#
282
283#
284# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
285# Use is subject to license terms.
286#
287
288#
289# Only publish packages for the currently specified architecture
290#
291# This is somewhat nonintuitive.  In English:
292#
293#	For any action of type "set",
294#	if the "name" property matches the regex "variant.arch",
295#	and *every* occurrence of the "value" property does not match
296#		$ARCH, then don't publish it.
297#
298# ...in other words, if *any* occurrence of "value" matches i386,
299# then the negative lookahead assertion in the regex will fail, and we
300# won't abort based on the action.
301#
302
303#
304# Catch don't-publish settings from manifest-embedded transforms
305#
306#
307# CDDL HEADER START
308#
309# The contents of this file are subject to the terms of the
310# Common Development and Distribution License (the "License").
311# You may not use this file except in compliance with the License.
312#
313# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
314# or http://www.opensolaris.org/os/licensing.
315# See the License for the specific language governing permissions
316# and limitations under the License.
317#
318# When distributing Covered Code, include this CDDL HEADER in each
319# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
320# If applicable, add the following below this CDDL HEADER, with the
321# fields enclosed by brackets "[]" replaced with your own identifying
322# information: Portions Copyright [yyyy] [name of copyright owner]
323#
324# CDDL HEADER END
325#
326
327#
328# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
329#
330
331#
332# This file and its contents are supplied under the terms of the
333# Common Development and Distribution License ("CDDL"), version 1.0.
334# You may only use this file in accordance with the terms of version
335# 1.0 of the CDDL.
336#
337# A full copy of the text of the CDDL should have accompanied this
338# source.  A copy of the CDDL is also available via the Internet
339# at http://www.illumos.org/license/CDDL.
340#
341
342# Copyright 2011, Richard Lowe
343
344# Manual pages are documentation, and more specifically 'man' documentation
345#
346# CDDL HEADER START
347#
348# The contents of this file are subject to the terms of the
349# Common Development and Distribution License (the "License").
350# You may not use this file except in compliance with the License.
351#
352# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
353# or http://www.opensolaris.org/os/licensing.
354# See the License for the specific language governing permissions
355# and limitations under the License.
356#
357# When distributing Covered Code, include this CDDL HEADER in each
358# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
359# If applicable, add the following below this CDDL HEADER, with the
360# fields enclosed by brackets "[]" replaced with your own identifying
361# information: Portions Copyright [yyyy] [name of copyright owner]
362#
363# CDDL HEADER END
364#
365
366#
367# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
368# Copyright 2011, Richard Lowe
369#
370
371#
372# For kernel/drv, set .conf files to mode 0644.  Assume all other
373# files there are drivers, and give them mode 0755 and reboot-needed.
374#
375# The (?<!r) construct in the reboot-needed transform is a negative
376# lookbehind assertion: it says "only match this regex if the
377# previously matched text does NOT match regex r."  So it will match
378# all files in the various kernel trees, except for .conf files.
379#
380
381
382#
383# Non-global zones should not have content in kernel, usr/kernel (and
384# other kernel dirs) or in boot/.
385#
386
387
388#
389# shared objects should generally have mode 0755
390#
391
392#
393# Catch some of the collections of largely read-only files
394#
395
396
397#
398# For what's left, go with root:bin 0644, +x for directories
399#
400
401#
402# Default values for legacy actions
403#
404#
405# CDDL HEADER START
406#
407# The contents of this file are subject to the terms of the
408# Common Development and Distribution License (the "License").
409# You may not use this file except in compliance with the License.
410#
411# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
412# or http://www.opensolaris.org/os/licensing.
413# See the License for the specific language governing permissions
414# and limitations under the License.
415#
416# When distributing Covered Code, include this CDDL HEADER in each
417# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
418# If applicable, add the following below this CDDL HEADER, with the
419# fields enclosed by brackets "[]" replaced with your own identifying
420# information: Portions Copyright [yyyy] [name of copyright owner]
421#
422# CDDL HEADER END
423#
424
425#
426# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
427#
428
429#
430# Pull out the license paths for staging in the proto area.  Ignore
431# those with no path separators, as that indicates a file kept in
432# $SRC/pkg/license_files, rather than alongside the associated source.
433#
434
435#
436# Ordering is important here, and the last line wins.
437#
438# The default of "current" is provided by the calling environment,
439# rather than a print operation.
440#
441depend fmri=consolidation/osnet/osnet-incorporation type=require
442depend 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/libdat.so.1 pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
443depend 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/sbin/datadm pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
444depend 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/amd64/libdat.so.1 pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
445depend fmri=__TBD pkg.debug.depend.file=libdladm.so.1 pkg.debug.depend.path=lib pkg.debug.depend.path=usr/lib pkg.debug.depend.reason=usr/sbin/datadm pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
446depend fmri=__TBD pkg.debug.depend.file=libdlpi.so.1 pkg.debug.depend.path=lib pkg.debug.depend.path=usr/lib pkg.debug.depend.reason=usr/sbin/datadm pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
447depend fmri=__TBD pkg.debug.depend.file=libsocket.so.1 pkg.debug.depend.path=lib pkg.debug.depend.path=usr/lib pkg.debug.depend.reason=usr/sbin/datadm pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
448