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 <include global_zone_only_component>
32 set name=pkg.fmri value=pkg:/driver/storage/sv@$(PKGVERS)
33 set name=pkg.description \
34 value="Raw/Block Device Interface to Storage Volumes (SV)"
35 set name=pkg.summary value="Sun StorageTek Availability Suite Volume Driver"
36 set name=info.classification \
37 value=org.opensolaris.category.2008:Drivers/Storage
38 set name=variant.arch value=$(ARCH)
39 dir path=etc group=sys
40 dir path=etc/init.d group=sys
41 dir path=kernel group=sys
42 dir path=kernel/kmdb group=sys
43 dir path=kernel/kmdb/$(ARCH64) group=sys
44 dir path=lib
45 dir path=lib/svc
46 dir path=lib/svc/manifest group=sys
47 dir path=lib/svc/manifest/system group=sys
48 dir path=lib/svc/method
49 dir path=usr group=sys
50 dir path=usr/bin
51 dir path=usr/cluster group=sys
52 dir path=usr/cluster/lib
53 dir path=usr/cluster/lib/dscfg
54 dir path=usr/cluster/lib/dscfg/start
55 dir path=usr/cluster/lib/dscfg/stop
56 dir path=usr/cluster/sbin group=other
57 dir path=usr/kernel group=sys
58 dir path=usr/kernel/drv group=sys
59 dir path=usr/kernel/drv/$(ARCH64) group=sys
60 dir path=usr/lib
61 dir path=usr/lib/mdb group=sys
62 dir path=usr/lib/mdb/kvm group=sys
63 dir path=usr/lib/mdb/kvm/$(ARCH64) group=sys
64 dir path=usr/sbin
65 dir path=usr/share/man
66 dir path=usr/share/man/man1m
67 dir path=usr/share/man/man7d
68 driver name=sv devlink=type=ddi_pseudo;name=sv\t\D perms="* 0666 root sys" \
69 privs=sys_config privs=sys_devices
70 file path=etc/init.d/sv mode=0744
71 file path=etc/init.d/sv.cluster mode=0744
72 file path=kernel/kmdb/$(ARCH64)/sv group=sys mode=0555
73 file path=lib/svc/manifest/system/nws_sv.xml group=sys mode=0444
74 file path=usr/bin/svadm mode=0555
75 file path=usr/bin/svboot mode=0555
76 file path=usr/cluster/sbin/sv mode=0744
77 file path=usr/kernel/drv/$(ARCH64)/sv group=sys
78 file path=usr/kernel/drv/sv.conf group=sys
79 file path=usr/lib/mdb/kvm/$(ARCH64)/sv.so group=sys mode=0555
80 file path=usr/share/man/man1m/svadm.1m
81 file path=usr/share/man/man7d/sv.7d
82 hardlink path=lib/svc/method/svc-sv target=../../../etc/init.d/sv
83 hardlink path=usr/sbin/svadm target=../bin/svadm
84 hardlink path=usr/sbin/svboot target=../bin/svboot
85 legacy pkg=SUNWspsvr desc="Raw/Block Device Interface to Storage Volumes (SV)" \
86 name="Sun StorageTek Availability Suite Volume Driver (root)"
87 legacy pkg=SUNWspsvu desc="Raw/Block Device Interface to Storage Volumes (SV)" \
88 name="Sun StorageTek Availability Suite Volume Driver (usr)"
89 license cr_Sun license=cr_Sun
90 license lic_CDDL license=lic_CDDL
91 link path=usr/cluster/lib/dscfg/start/15sv target=../../../sbin/sv
92 link path=usr/cluster/lib/dscfg/stop/10sv target=../../../sbin/sv
|
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 set name=pkg.fmri value=pkg:/driver/storage/sv@$(PKGVERS)
27 set name=pkg.obsolete value=true
28 set name=variant.arch value=$(ARCH)
|