Print this page
1681 support for BUILD64=# no longer works
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/pkg/manifests/service-resource-pools.mf
+++ new/usr/src/pkg/manifests/service-resource-pools.mf
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
↓ open down ↓ |
14 lines elided |
↑ open up ↑ |
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21
22 22 #
23 23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 24 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
25 +# Copyright 2014 Andrew Stormont.
25 26 #
26 27
27 28 set name=pkg.fmri value=pkg:/service/resource-pools@$(PKGVERS)
28 29 set name=pkg.description value="core software for resource pools"
29 30 set name=pkg.summary value="Resource Pools"
30 31 set name=info.classification value=org.opensolaris.category.2008:System/Core
31 32 set name=variant.arch value=$(ARCH)
32 33 dir path=lib variant.opensolaris.zone=global
33 34 dir path=lib/svc variant.opensolaris.zone=global
34 35 dir path=lib/svc/manifest group=sys variant.opensolaris.zone=global
35 36 dir path=lib/svc/manifest/system group=sys variant.opensolaris.zone=global
36 37 dir path=lib/svc/method variant.opensolaris.zone=global
37 38 dir path=usr group=sys
38 39 dir path=usr/bin
39 40 dir path=usr/include
40 41 dir path=usr/kernel group=sys
41 42 dir path=usr/kernel/drv group=sys
42 43 dir path=usr/kernel/drv/$(ARCH64) group=sys
43 44 dir path=usr/lib
44 -dir path=usr/lib/$(ARCH64)
45 +$(BUILD64)dir path=usr/lib/$(ARCH64)
45 46 dir path=usr/lib/rcm
46 47 dir path=usr/lib/rcm/modules
47 48 dir path=usr/sbin
48 49 dir path=usr/share
49 50 dir path=usr/share/lib
50 51 dir path=usr/share/lib/xml group=sys
51 52 dir path=usr/share/lib/xml/dtd group=sys
52 53 dir path=usr/share/man
53 54 dir path=usr/share/man/man1m
54 55 dir path=usr/share/man/man3lib
55 56 dir path=usr/share/man/man3pool
56 57 dir path=var group=sys variant.opensolaris.zone=global
57 58 dir path=var/adm/pool group=sys variant.opensolaris.zone=global
58 59 dir path=var/log/pool group=sys variant.opensolaris.zone=global
59 60 driver name=pool perms="pool 0666 root sys" perms="poolctl 0666 root sys"
60 61 file path=lib/svc/manifest/system/poold.xml group=sys mode=0444 \
↓ open down ↓ |
6 lines elided |
↑ open up ↑ |
61 62 variant.opensolaris.zone=global
62 63 file path=lib/svc/manifest/system/pools.xml group=sys mode=0444 \
63 64 variant.opensolaris.zone=global
64 65 file path=lib/svc/method/svc-poold mode=0555 variant.opensolaris.zone=global
65 66 file path=lib/svc/method/svc-pools mode=0555 variant.opensolaris.zone=global
66 67 file path=usr/bin/poolstat mode=0555
67 68 file path=usr/include/pool.h
68 69 file path=usr/kernel/drv/$(ARCH64)/pool group=sys
69 70 $(i386_ONLY)file path=usr/kernel/drv/pool group=sys
70 71 file path=usr/kernel/drv/pool.conf group=sys
71 -file path=usr/lib/$(ARCH64)/libpool.so.1
72 -file path=usr/lib/$(ARCH64)/llib-lpool.ln
72 +$(BUILD64)file path=usr/lib/$(ARCH64)/libpool.so.1
73 +$(BUILD64)file path=usr/lib/$(ARCH64)/llib-lpool.ln
73 74 file path=usr/lib/libpool.so.1
74 75 file path=usr/lib/llib-lpool
75 76 file path=usr/lib/llib-lpool.ln
76 77 file path=usr/lib/rcm/modules/SUNW_pool_rcm.so mode=0555
77 78 file path=usr/sbin/pooladm mode=0555
78 79 file path=usr/sbin/poolbind mode=0555
79 80 file path=usr/sbin/poolcfg mode=0555
80 81 file path=usr/share/lib/xml/dtd/rm_pool.dtd.1
81 82 file path=usr/share/man/man1m/pooladm.1m
82 83 file path=usr/share/man/man1m/poolbind.1m
83 84 file path=usr/share/man/man1m/poolcfg.1m
84 85 file path=usr/share/man/man1m/poolstat.1m
85 86 file path=usr/share/man/man3lib/libpool.3lib
86 87 file path=usr/share/man/man3pool/pool_associate.3pool
87 88 file path=usr/share/man/man3pool/pool_component_info.3pool
88 89 file path=usr/share/man/man3pool/pool_component_to_elem.3pool
89 90 file path=usr/share/man/man3pool/pool_conf_alloc.3pool
90 91 file path=usr/share/man/man3pool/pool_dynamic_location.3pool
91 92 file path=usr/share/man/man3pool/pool_error.3pool
92 93 file path=usr/share/man/man3pool/pool_get_binding.3pool
93 94 file path=usr/share/man/man3pool/pool_get_pool.3pool
↓ open down ↓ |
11 lines elided |
↑ open up ↑ |
94 95 file path=usr/share/man/man3pool/pool_get_property.3pool
95 96 file path=usr/share/man/man3pool/pool_resource_create.3pool
96 97 file path=usr/share/man/man3pool/pool_value_alloc.3pool
97 98 file path=usr/share/man/man3pool/pool_walk_components.3pool
98 99 legacy pkg=SUNWpool desc="core software for resource pools" \
99 100 name="Resource Pools"
100 101 legacy pkg=SUNWpoolr desc="core software for resource pools (Root)" \
101 102 name="Resource Pools (Root)"
102 103 license cr_Sun license=cr_Sun
103 104 license lic_CDDL license=lic_CDDL
104 -link path=usr/lib/$(ARCH64)/libpool.so target=libpool.so.1
105 +$(BUILD64)link path=usr/lib/$(ARCH64)/libpool.so target=libpool.so.1
105 106 link path=usr/lib/libpool.so target=./libpool.so.1
106 107 link path=usr/share/man/man3pool/pool_conf_close.3pool \
107 108 target=pool_conf_alloc.3pool
108 109 link path=usr/share/man/man3pool/pool_conf_commit.3pool \
109 110 target=pool_conf_alloc.3pool
110 111 link path=usr/share/man/man3pool/pool_conf_export.3pool \
111 112 target=pool_conf_alloc.3pool
112 113 link path=usr/share/man/man3pool/pool_conf_free.3pool \
113 114 target=pool_conf_alloc.3pool
114 115 link path=usr/share/man/man3pool/pool_conf_info.3pool \
115 116 target=pool_conf_alloc.3pool
116 117 link path=usr/share/man/man3pool/pool_conf_location.3pool \
117 118 target=pool_conf_alloc.3pool
118 119 link path=usr/share/man/man3pool/pool_conf_open.3pool \
119 120 target=pool_conf_alloc.3pool
120 121 link path=usr/share/man/man3pool/pool_conf_remove.3pool \
121 122 target=pool_conf_alloc.3pool
122 123 link path=usr/share/man/man3pool/pool_conf_rollback.3pool \
123 124 target=pool_conf_alloc.3pool
124 125 link path=usr/share/man/man3pool/pool_conf_status.3pool \
125 126 target=pool_conf_alloc.3pool
126 127 link path=usr/share/man/man3pool/pool_conf_to_elem.3pool \
127 128 target=pool_component_to_elem.3pool
128 129 link path=usr/share/man/man3pool/pool_conf_update.3pool \
129 130 target=pool_conf_alloc.3pool
130 131 link path=usr/share/man/man3pool/pool_conf_validate.3pool \
131 132 target=pool_conf_alloc.3pool
132 133 link path=usr/share/man/man3pool/pool_create.3pool target=pool_associate.3pool
133 134 link path=usr/share/man/man3pool/pool_destroy.3pool \
134 135 target=pool_associate.3pool
135 136 link path=usr/share/man/man3pool/pool_dissociate.3pool \
136 137 target=pool_associate.3pool
137 138 link path=usr/share/man/man3pool/pool_get_owning_resource.3pool \
138 139 target=pool_component_info.3pool
139 140 link path=usr/share/man/man3pool/pool_get_resource.3pool \
140 141 target=pool_get_pool.3pool
141 142 link path=usr/share/man/man3pool/pool_get_resource_binding.3pool \
142 143 target=pool_get_binding.3pool
143 144 link path=usr/share/man/man3pool/pool_get_status.3pool \
144 145 target=pool_dynamic_location.3pool
145 146 link path=usr/share/man/man3pool/pool_info.3pool target=pool_associate.3pool
146 147 link path=usr/share/man/man3pool/pool_put_property.3pool \
147 148 target=pool_get_property.3pool
148 149 link path=usr/share/man/man3pool/pool_query_components.3pool \
149 150 target=pool_get_pool.3pool
150 151 link path=usr/share/man/man3pool/pool_query_pool_resources.3pool \
151 152 target=pool_associate.3pool
152 153 link path=usr/share/man/man3pool/pool_query_pools.3pool \
153 154 target=pool_get_pool.3pool
154 155 link path=usr/share/man/man3pool/pool_query_resource_components.3pool \
155 156 target=pool_resource_create.3pool
156 157 link path=usr/share/man/man3pool/pool_query_resources.3pool \
157 158 target=pool_get_pool.3pool
158 159 link path=usr/share/man/man3pool/pool_resource_destroy.3pool \
159 160 target=pool_resource_create.3pool
160 161 link path=usr/share/man/man3pool/pool_resource_info.3pool \
161 162 target=pool_resource_create.3pool
162 163 link path=usr/share/man/man3pool/pool_resource_to_elem.3pool \
163 164 target=pool_component_to_elem.3pool
164 165 link path=usr/share/man/man3pool/pool_resource_transfer.3pool \
165 166 target=pool_resource_create.3pool
166 167 link path=usr/share/man/man3pool/pool_resource_type_list.3pool \
167 168 target=pool_dynamic_location.3pool
168 169 link path=usr/share/man/man3pool/pool_resource_xtransfer.3pool \
169 170 target=pool_resource_create.3pool
170 171 link path=usr/share/man/man3pool/pool_rm_property.3pool \
171 172 target=pool_get_property.3pool
172 173 link path=usr/share/man/man3pool/pool_set_binding.3pool \
173 174 target=pool_get_binding.3pool
174 175 link path=usr/share/man/man3pool/pool_set_status.3pool \
175 176 target=pool_dynamic_location.3pool
176 177 link path=usr/share/man/man3pool/pool_static_location.3pool \
177 178 target=pool_dynamic_location.3pool
178 179 link path=usr/share/man/man3pool/pool_strerror.3pool target=pool_error.3pool
179 180 link path=usr/share/man/man3pool/pool_to_elem.3pool \
180 181 target=pool_component_to_elem.3pool
181 182 link path=usr/share/man/man3pool/pool_value_free.3pool \
182 183 target=pool_value_alloc.3pool
183 184 link path=usr/share/man/man3pool/pool_value_get_bool.3pool \
184 185 target=pool_value_alloc.3pool
185 186 link path=usr/share/man/man3pool/pool_value_get_double.3pool \
186 187 target=pool_value_alloc.3pool
187 188 link path=usr/share/man/man3pool/pool_value_get_int64.3pool \
188 189 target=pool_value_alloc.3pool
189 190 link path=usr/share/man/man3pool/pool_value_get_name.3pool \
190 191 target=pool_value_alloc.3pool
191 192 link path=usr/share/man/man3pool/pool_value_get_string.3pool \
192 193 target=pool_value_alloc.3pool
193 194 link path=usr/share/man/man3pool/pool_value_get_type.3pool \
194 195 target=pool_value_alloc.3pool
195 196 link path=usr/share/man/man3pool/pool_value_get_uint64.3pool \
196 197 target=pool_value_alloc.3pool
197 198 link path=usr/share/man/man3pool/pool_value_set_bool.3pool \
198 199 target=pool_value_alloc.3pool
199 200 link path=usr/share/man/man3pool/pool_value_set_double.3pool \
200 201 target=pool_value_alloc.3pool
201 202 link path=usr/share/man/man3pool/pool_value_set_int64.3pool \
202 203 target=pool_value_alloc.3pool
203 204 link path=usr/share/man/man3pool/pool_value_set_name.3pool \
204 205 target=pool_value_alloc.3pool
205 206 link path=usr/share/man/man3pool/pool_value_set_string.3pool \
206 207 target=pool_value_alloc.3pool
207 208 link path=usr/share/man/man3pool/pool_value_set_uint64.3pool \
208 209 target=pool_value_alloc.3pool
209 210 link path=usr/share/man/man3pool/pool_version.3pool \
210 211 target=pool_dynamic_location.3pool
211 212 link path=usr/share/man/man3pool/pool_walk_pools.3pool \
212 213 target=pool_walk_components.3pool
213 214 link path=usr/share/man/man3pool/pool_walk_properties.3pool \
214 215 target=pool_get_property.3pool
215 216 link path=usr/share/man/man3pool/pool_walk_resources.3pool \
216 217 target=pool_walk_components.3pool
↓ open down ↓ |
102 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX