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:/service/storage/avs/cache-management@0.5.11,5.11-0.155.53
119set name=pkg.description value="Storage Cache Management of read-only bitmap volumes"
120set name=pkg.summary value="Sun StorageTek Availability Suite Cache Management"
121set name=info.classification value="org.opensolaris.category.2008:System/Enterprise Management"
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/init.d variant.opensolaris.zone=global
125dir group=sys mode=0755 owner=root path=kernel variant.opensolaris.zone=global
126dir group=sys mode=0755 owner=root path=kernel/kmdb variant.opensolaris.zone=global
127dir group=sys mode=0755 owner=root path=kernel/kmdb/amd64 variant.opensolaris.zone=global
128dir group=bin mode=0755 owner=root path=lib variant.opensolaris.zone=global
129dir group=bin mode=0755 owner=root path=lib/svc variant.opensolaris.zone=global
130dir group=sys mode=0755 owner=root path=lib/svc/manifest variant.opensolaris.zone=global
131dir group=sys mode=0755 owner=root path=lib/svc/manifest/system variant.opensolaris.zone=global
132dir group=bin mode=0755 owner=root path=lib/svc/method variant.opensolaris.zone=global
133dir group=sys mode=0755 owner=root path=usr variant.opensolaris.zone=global
134dir group=bin mode=0755 owner=root path=usr/bin variant.opensolaris.zone=global
135dir group=sys mode=0755 owner=root path=usr/cluster variant.opensolaris.zone=global
136dir group=bin mode=0755 owner=root path=usr/cluster/lib variant.opensolaris.zone=global
137dir group=bin mode=0755 owner=root path=usr/cluster/lib/start variant.opensolaris.zone=global
138dir group=bin mode=0755 owner=root path=usr/cluster/lib/stop variant.opensolaris.zone=global
139dir group=other mode=0755 owner=root path=usr/cluster/sbin variant.opensolaris.zone=global
140dir group=sys mode=0755 owner=root path=usr/kernel variant.opensolaris.zone=global
141dir group=sys mode=0755 owner=root path=usr/kernel/drv variant.opensolaris.zone=global
142dir group=sys mode=0755 owner=root path=usr/kernel/drv/amd64 variant.opensolaris.zone=global
143dir group=sys mode=0755 owner=root path=usr/kernel/misc variant.opensolaris.zone=global
144dir group=sys mode=0755 owner=root path=usr/kernel/misc/amd64 variant.opensolaris.zone=global
145dir group=bin mode=0755 owner=root path=usr/lib variant.opensolaris.zone=global
146dir group=sys mode=0755 owner=root path=usr/lib/mdb
147dir group=sys mode=0755 owner=root path=usr/lib/mdb/kvm
148dir group=sys mode=0755 owner=root path=usr/lib/mdb/kvm/amd64
149dir group=bin mode=0755 owner=root path=usr/sbin variant.opensolaris.zone=global
150dir group=bin mode=0755 owner=root path=usr/share/man
151dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man1m
152dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man4
153driver devlink=type=ddi_pseudo;name=ncall\t\D name=ncall perms="* 0666 root sys" privs=sys_config privs=sys_devices
154driver devlink=type=ddi_pseudo;name=nsctl\t\D name=nsctl perms="* 0666 root sys" privs=sys_config privs=sys_devices
155driver devlink=type=ddi_pseudo;name=nskern\t\D name=nskern perms="* 0666 root sys" privs=sys_config privs=sys_devices
156driver devlink=type=ddi_pseudo;name=sdbc\t\D name=sdbc perms="* 0666 root sys" privs=sys_config privs=sys_devices
157file NOHASH group=sys mode=0744 owner=root path=etc/dscfg_format variant.opensolaris.zone=global
158file NOHASH group=bin mode=0744 owner=root path=etc/init.d/scm variant.opensolaris.zone=global
159file NOHASH group=sys mode=0555 owner=root path=kernel/kmdb/amd64/nsctl reboot-needed=true variant.opensolaris.zone=global
160file NOHASH group=sys mode=0555 owner=root path=kernel/kmdb/amd64/sdbc reboot-needed=true variant.opensolaris.zone=global
161file NOHASH group=sys mode=0444 owner=root path=lib/svc/manifest/system/nws_scm.xml restart_fmri=svc:/system/manifest-import:default variant.opensolaris.zone=global
162file NOHASH group=bin mode=0555 owner=root path=usr/bin/dsbitmap variant.opensolaris.zone=global
163file NOHASH group=bin mode=0555 owner=root path=usr/bin/dscfg variant.opensolaris.zone=global
164file NOHASH group=bin mode=0555 owner=root path=usr/bin/dscfg_reconfigure.cluster variant.opensolaris.zone=global
165file NOHASH group=bin mode=0555 owner=root path=usr/bin/dscfgadm variant.opensolaris.zone=global
166file NOHASH group=bin mode=0555 owner=root path=usr/bin/dscfglockd variant.opensolaris.zone=global
167file NOHASH group=bin mode=0555 owner=root path=usr/bin/dsstat variant.opensolaris.zone=global
168file NOHASH group=bin mode=0555 owner=root path=usr/bin/ncalladm variant.opensolaris.zone=global
169file NOHASH group=bin mode=0555 owner=root path=usr/bin/nscadm variant.opensolaris.zone=global
170file NOHASH group=bin mode=0555 owner=root path=usr/bin/nskernd variant.opensolaris.zone=global
171file NOHASH group=bin mode=0555 owner=root path=usr/bin/scmadm variant.opensolaris.zone=global
172file NOHASH group=sys mode=0755 owner=root path=usr/kernel/drv/amd64/ncall reboot-needed=true variant.opensolaris.zone=global
173file NOHASH group=sys mode=0755 owner=root path=usr/kernel/drv/amd64/nsctl reboot-needed=true variant.opensolaris.zone=global
174file NOHASH group=sys mode=0755 owner=root path=usr/kernel/drv/amd64/nskern reboot-needed=true variant.opensolaris.zone=global
175file NOHASH group=sys mode=0755 owner=root path=usr/kernel/drv/amd64/sdbc reboot-needed=true variant.opensolaris.zone=global
176file NOHASH group=sys mode=0644 owner=root path=usr/kernel/drv/ncall.conf variant.opensolaris.zone=global
177file NOHASH group=sys mode=0644 owner=root path=usr/kernel/drv/nsctl.conf variant.opensolaris.zone=global
178file NOHASH group=sys mode=0644 owner=root path=usr/kernel/drv/nskern.conf variant.opensolaris.zone=global
179file NOHASH group=sys mode=0644 owner=root path=usr/kernel/drv/sdbc.conf variant.opensolaris.zone=global
180file NOHASH group=sys mode=0755 owner=root path=usr/kernel/misc/amd64/spuni reboot-needed=true variant.opensolaris.zone=global
181file NOHASH group=bin mode=0755 owner=root path=usr/lib/libdscfg.so.1 variant.opensolaris.zone=global
182file NOHASH group=bin mode=0755 owner=root path=usr/lib/libnsctl.so.1 variant.opensolaris.zone=global
183file NOHASH group=bin mode=0755 owner=root path=usr/lib/libunistat.so.1 variant.opensolaris.zone=global
184file NOHASH group=sys mode=0555 owner=root path=usr/lib/mdb/kvm/amd64/nsctl.so
185file NOHASH group=sys mode=0555 owner=root path=usr/lib/mdb/kvm/amd64/sdbc.so
186file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man1m/dsbitmap.1m
187file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man1m/dscfg.1m
188file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man1m/dscfgadm.1m
189file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man1m/dscfglockd.1m
190file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man1m/dsstat.1m
191file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man1m/nscadm.1m
192file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man1m/scmadm.1m
193file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man4/ds.log.4
194hardlink path=lib/svc/method/svc-scm target=../../../etc/init.d/scm variant.opensolaris.zone=global
195hardlink path=usr/cluster/sbin/dscfg_reconfigure target=../../bin/dscfg_reconfigure.cluster variant.opensolaris.zone=global
196hardlink path=usr/lib/dscfglockd target=../bin/dscfglockd variant.opensolaris.zone=global
197hardlink path=usr/lib/ncalladm target=../bin/ncalladm variant.opensolaris.zone=global
198hardlink path=usr/lib/nskernd target=../bin/nskernd variant.opensolaris.zone=global
199hardlink path=usr/sbin/dsbitmap target=../bin/dsbitmap variant.opensolaris.zone=global
200hardlink path=usr/sbin/dscfg target=../bin/dscfg variant.opensolaris.zone=global
201hardlink path=usr/sbin/dscfgadm target=../bin/dscfgadm variant.opensolaris.zone=global
202hardlink path=usr/sbin/dsstat target=../bin/dsstat variant.opensolaris.zone=global
203hardlink path=usr/sbin/nscadm target=../bin/nscadm variant.opensolaris.zone=global
204hardlink path=usr/sbin/scmadm target=../bin/scmadm variant.opensolaris.zone=global
205legacy arch=i386 category=system desc="Storage Cache Management of read-only bitmap volumes" hotline="Please contact your local service provider" name="Sun StorageTek Availability Suite Cache Management (root)" pkg=SUNWscmr vendor=Illumos version=11.11,REV=2009.11.11
206legacy arch=i386 category=system desc="Storage Cache Management of read-only bitmap volumes" hotline="Please contact your local service provider" name="Sun StorageTek Availability Suite Cache Management (usr)" pkg=SUNWscmu vendor=Illumos version=11.11,REV=2009.11.11
207license cr_Sun license=cr_Sun
208license lic_CDDL license=lic_CDDL
209#
210# CDDL HEADER START
211#
212# The contents of this file are subject to the terms of the
213# Common Development and Distribution License (the "License").
214# You may not use this file except in compliance with the License.
215#
216# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
217# or http://www.opensolaris.org/os/licensing.
218# See the License for the specific language governing permissions
219# and limitations under the License.
220#
221# When distributing Covered Code, include this CDDL HEADER in each
222# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
223# If applicable, add the following below this CDDL HEADER, with the
224# fields enclosed by brackets "[]" replaced with your own identifying
225# information: Portions Copyright [yyyy] [name of copyright owner]
226#
227# CDDL HEADER END
228#
229
230#
231# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
232#
233
234#
235# These actions represent settings which should appear in every package.
236#
237
238#
239# Name the consolidation this package came from.
240#
241set name=org.opensolaris.consolidation value=osnet
242
243#
244# Indicate that the package was published in a zones aware
245# fashion.
246#
247set name=variant.opensolaris.zone value=global value=nonglobal
248#
249# CDDL HEADER START
250#
251# The contents of this file are subject to the terms of the
252# Common Development and Distribution License (the "License").
253# You may not use this file except in compliance with the License.
254#
255# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
256# or http://www.opensolaris.org/os/licensing.
257# See the License for the specific language governing permissions
258# and limitations under the License.
259#
260# When distributing Covered Code, include this CDDL HEADER in each
261# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
262# If applicable, add the following below this CDDL HEADER, with the
263# fields enclosed by brackets "[]" replaced with your own identifying
264# information: Portions Copyright [yyyy] [name of copyright owner]
265#
266# CDDL HEADER END
267#
268
269#
270# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
271# Use is subject to license terms.
272#
273
274#
275# Only publish packages for the currently specified architecture
276#
277# This is somewhat nonintuitive.  In English:
278#
279#	For any action of type "set",
280#	if the "name" property matches the regex "variant.arch",
281#	and *every* occurrence of the "value" property does not match
282#		$ARCH, then don't publish it.
283#
284# ...in other words, if *any* occurrence of "value" matches i386,
285# then the negative lookahead assertion in the regex will fail, and we
286# won't abort based on the action.
287#
288
289#
290# Catch don't-publish settings from manifest-embedded transforms
291#
292#
293# CDDL HEADER START
294#
295# The contents of this file are subject to the terms of the
296# Common Development and Distribution License (the "License").
297# You may not use this file except in compliance with the License.
298#
299# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
300# or http://www.opensolaris.org/os/licensing.
301# See the License for the specific language governing permissions
302# and limitations under the License.
303#
304# When distributing Covered Code, include this CDDL HEADER in each
305# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
306# If applicable, add the following below this CDDL HEADER, with the
307# fields enclosed by brackets "[]" replaced with your own identifying
308# information: Portions Copyright [yyyy] [name of copyright owner]
309#
310# CDDL HEADER END
311#
312
313#
314# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
315#
316
317#
318# This file and its contents are supplied under the terms of the
319# Common Development and Distribution License ("CDDL"), version 1.0.
320# You may only use this file in accordance with the terms of version
321# 1.0 of the CDDL.
322#
323# A full copy of the text of the CDDL should have accompanied this
324# source.  A copy of the CDDL is also available via the Internet
325# at http://www.illumos.org/license/CDDL.
326#
327
328# Copyright 2011, Richard Lowe
329
330# Manual pages are documentation, and more specifically 'man' documentation
331#
332# CDDL HEADER START
333#
334# The contents of this file are subject to the terms of the
335# Common Development and Distribution License (the "License").
336# You may not use this file except in compliance with the License.
337#
338# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
339# or http://www.opensolaris.org/os/licensing.
340# See the License for the specific language governing permissions
341# and limitations under the License.
342#
343# When distributing Covered Code, include this CDDL HEADER in each
344# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
345# If applicable, add the following below this CDDL HEADER, with the
346# fields enclosed by brackets "[]" replaced with your own identifying
347# information: Portions Copyright [yyyy] [name of copyright owner]
348#
349# CDDL HEADER END
350#
351
352#
353# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
354# Copyright 2011, Richard Lowe
355#
356
357#
358# For kernel/drv, set .conf files to mode 0644.  Assume all other
359# files there are drivers, and give them mode 0755 and reboot-needed.
360#
361# The (?<!r) construct in the reboot-needed transform is a negative
362# lookbehind assertion: it says "only match this regex if the
363# previously matched text does NOT match regex r."  So it will match
364# all files in the various kernel trees, except for .conf files.
365#
366
367
368#
369# Non-global zones should not have content in kernel, usr/kernel (and
370# other kernel dirs) or in boot/.
371#
372
373
374#
375# shared objects should generally have mode 0755
376#
377
378#
379# Catch some of the collections of largely read-only files
380#
381
382
383#
384# For what's left, go with root:bin 0644, +x for directories
385#
386
387#
388# Default values for legacy actions
389#
390#
391# CDDL HEADER START
392#
393# The contents of this file are subject to the terms of the
394# Common Development and Distribution License (the "License").
395# You may not use this file except in compliance with the License.
396#
397# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
398# or http://www.opensolaris.org/os/licensing.
399# See the License for the specific language governing permissions
400# and limitations under the License.
401#
402# When distributing Covered Code, include this CDDL HEADER in each
403# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
404# If applicable, add the following below this CDDL HEADER, with the
405# fields enclosed by brackets "[]" replaced with your own identifying
406# information: Portions Copyright [yyyy] [name of copyright owner]
407#
408# CDDL HEADER END
409#
410
411#
412# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
413#
414
415#
416# Pull out the license paths for staging in the proto area.  Ignore
417# those with no path separators, as that indicates a file kept in
418# $SRC/pkg/license_files, rather than alongside the associated source.
419#
420
421#
422# Ordering is important here, and the last line wins.
423#
424# The default of "current" is provided by the calling environment,
425# rather than a print operation.
426#
427depend fmri=consolidation/osnet/osnet-incorporation type=require
428depend fmri=__TBD pkg.debug.depend.file=devices-local.xml pkg.debug.depend.path=lib/svc/manifest/system/device pkg.debug.depend.reason=lib/svc/manifest/system/nws_scm.xml pkg.debug.depend.type=smf_manifest type=require variant.opensolaris.zone=global
429depend fmri=__TBD pkg.debug.depend.file=kmdbmod pkg.debug.depend.path=kernel/misc/amd64 pkg.debug.depend.path=platform/i86hvm/kernel/misc/amd64 pkg.debug.depend.path=platform/i86pc/kernel/misc/amd64 pkg.debug.depend.path=platform/i86xpv/kernel/misc/amd64 pkg.debug.depend.path=usr/kernel/misc/amd64 pkg.debug.depend.reason=kernel/kmdb/amd64/nsctl pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
430depend fmri=__TBD pkg.debug.depend.file=kmdbmod pkg.debug.depend.path=kernel/misc/amd64 pkg.debug.depend.path=platform/i86hvm/kernel/misc/amd64 pkg.debug.depend.path=platform/i86pc/kernel/misc/amd64 pkg.debug.depend.path=platform/i86xpv/kernel/misc/amd64 pkg.debug.depend.path=usr/kernel/misc/amd64 pkg.debug.depend.reason=kernel/kmdb/amd64/sdbc pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
431depend fmri=__TBD pkg.debug.depend.file=ksh pkg.debug.depend.path=usr/bin pkg.debug.depend.reason=etc/init.d/scm pkg.debug.depend.type=script type=require variant.opensolaris.zone=global
432depend fmri=__TBD pkg.debug.depend.file=ksh pkg.debug.depend.path=usr/bin pkg.debug.depend.reason=usr/bin/dscfg_reconfigure.cluster pkg.debug.depend.type=script type=require variant.opensolaris.zone=global
433depend fmri=__TBD pkg.debug.depend.file=ksh pkg.debug.depend.path=usr/bin pkg.debug.depend.reason=usr/bin/dscfgadm pkg.debug.depend.type=script type=require variant.opensolaris.zone=global
434depend fmri=__TBD pkg.debug.depend.file=libadm.so.1 pkg.debug.depend.path=lib pkg.debug.depend.path=usr/lib pkg.debug.depend.reason=usr/bin/dsbitmap pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
435depend fmri=__TBD pkg.debug.depend.file=libadm.so.1 pkg.debug.depend.path=lib pkg.debug.depend.path=usr/lib pkg.debug.depend.reason=usr/lib/libdscfg.so.1 pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
436depend 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/bin/dsbitmap pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
437depend 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/bin/dscfg pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
438depend 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/bin/dscfglockd pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
439depend 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/bin/dsstat pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
440depend 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/bin/ncalladm pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
441depend 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/bin/nscadm pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
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/bin/nskernd 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/bin/scmadm 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 pkg.debug.depend.path=usr/lib pkg.debug.depend.reason=usr/lib/libdscfg.so.1 pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
445depend 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/libnsctl.so.1 pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
446depend 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/libunistat.so.1 pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
447depend 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/nsctl.so pkg.debug.depend.type=elf type=require
448depend 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/sdbc.so pkg.debug.depend.type=elf type=require
449depend fmri=__TBD pkg.debug.depend.file=libkstat.so.1 pkg.debug.depend.path=lib pkg.debug.depend.path=usr/lib pkg.debug.depend.reason=usr/bin/dsstat pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
450depend fmri=__TBD pkg.debug.depend.file=libnsl.so.1 pkg.debug.depend.path=lib pkg.debug.depend.path=usr/lib pkg.debug.depend.reason=usr/bin/dscfglockd pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
451depend fmri=__TBD pkg.debug.depend.file=libnsl.so.1 pkg.debug.depend.path=lib pkg.debug.depend.path=usr/lib pkg.debug.depend.reason=usr/lib/libdscfg.so.1 pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
452depend 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/bin/dscfglockd pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
453depend 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/lib/libdscfg.so.1 pkg.debug.depend.type=elf type=require variant.opensolaris.zone=global
454depend fmri=__TBD pkg.debug.depend.file=single-user.xml pkg.debug.depend.path=lib/svc/manifest/milestone pkg.debug.depend.reason=lib/svc/manifest/system/nws_scm.xml pkg.debug.depend.type=smf_manifest type=require variant.opensolaris.zone=global
455set name=org.opensolaris.smf.fmri value=svc:/system/nws_scm value=svc:/system/nws_scm:default
456