1ead1f93eSLiane Praza# 2ead1f93eSLiane Praza# CDDL HEADER START 3ead1f93eSLiane Praza# 4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the 5ead1f93eSLiane Praza# Common Development and Distribution License (the "License"). 6ead1f93eSLiane Praza# You may not use this file except in compliance with the License. 7ead1f93eSLiane Praza# 8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing. 10ead1f93eSLiane Praza# See the License for the specific language governing permissions 11ead1f93eSLiane Praza# and limitations under the License. 12ead1f93eSLiane Praza# 13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each 14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the 16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying 17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner] 18ead1f93eSLiane Praza# 19ead1f93eSLiane Praza# CDDL HEADER END 20ead1f93eSLiane Praza# 21ead1f93eSLiane Praza 22ead1f93eSLiane Praza# 23ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24ead1f93eSLiane Praza# 25ead1f93eSLiane Praza 26ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/service/resource-pools@$(PKGVERS) 27ead1f93eSLiane Prazaset name=pkg.description value="core software for resource pools" 28ead1f93eSLiane Prazaset name=pkg.summary value="Resource Pools" 29ead1f93eSLiane Prazaset name=info.classification value=org.opensolaris.category.2008:System/Core 30ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH) 31ebbab6bbSDan Pricedir path=lib variant.opensolaris.zone=global 32ebbab6bbSDan Pricedir path=lib/svc variant.opensolaris.zone=global 33ebbab6bbSDan Pricedir path=lib/svc/manifest group=sys variant.opensolaris.zone=global 34ebbab6bbSDan Pricedir path=lib/svc/manifest/system group=sys variant.opensolaris.zone=global 35ebbab6bbSDan Pricedir path=lib/svc/method variant.opensolaris.zone=global 36ead1f93eSLiane Prazadir path=usr group=sys 37ead1f93eSLiane Prazadir path=usr/bin 38ead1f93eSLiane Prazadir path=usr/include 39ead1f93eSLiane Prazadir path=usr/kernel group=sys 40ead1f93eSLiane Prazadir path=usr/kernel/drv group=sys 41ead1f93eSLiane Prazadir path=usr/kernel/drv/$(ARCH64) group=sys 42ead1f93eSLiane Prazadir path=usr/lib 43ead1f93eSLiane Prazadir path=usr/lib/$(ARCH64) 44ead1f93eSLiane Prazadir path=usr/lib/rcm 45ead1f93eSLiane Prazadir path=usr/lib/rcm/modules 46ead1f93eSLiane Prazadir path=usr/sbin 47*c6945919SBayard Belldir path=usr/share 48*c6945919SBayard Belldir path=usr/share/lib 49ead1f93eSLiane Prazadir path=usr/share/lib/xml group=sys 50ead1f93eSLiane Prazadir path=usr/share/lib/xml/dtd group=sys 51c10c16deSRichard Lowedir path=usr/share/man 52c10c16deSRichard Lowedir path=usr/share/man/man1m 53c10c16deSRichard Lowedir path=usr/share/man/man3lib 54c10c16deSRichard Lowedir path=usr/share/man/man3pool 55ebbab6bbSDan Pricedir path=var group=sys variant.opensolaris.zone=global 56ebbab6bbSDan Pricedir path=var/adm/pool group=sys variant.opensolaris.zone=global 57ebbab6bbSDan Pricedir path=var/log/pool group=sys variant.opensolaris.zone=global 58ead1f93eSLiane Prazadriver name=pool perms="pool 0666 root sys" perms="poolctl 0666 root sys" 59ebbab6bbSDan Pricefile path=lib/svc/manifest/system/poold.xml group=sys mode=0444 \ 60ead1f93eSLiane Praza variant.opensolaris.zone=global 61ebbab6bbSDan Pricefile path=lib/svc/manifest/system/pools.xml group=sys mode=0444 \ 62ead1f93eSLiane Praza variant.opensolaris.zone=global 63ebbab6bbSDan Pricefile path=lib/svc/method/svc-poold mode=0555 variant.opensolaris.zone=global 64ebbab6bbSDan Pricefile path=lib/svc/method/svc-pools mode=0555 variant.opensolaris.zone=global 65ead1f93eSLiane Prazafile path=usr/bin/poolstat mode=0555 66ead1f93eSLiane Prazafile path=usr/include/pool.h 67ead1f93eSLiane Prazafile path=usr/kernel/drv/$(ARCH64)/pool group=sys 68ead1f93eSLiane Praza$(i386_ONLY)file path=usr/kernel/drv/pool group=sys 69ead1f93eSLiane Prazafile path=usr/kernel/drv/pool.conf group=sys 70ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libpool.so.1 71ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/llib-lpool.ln 72ead1f93eSLiane Prazafile path=usr/lib/libpool.so.1 73ead1f93eSLiane Prazafile path=usr/lib/llib-lpool 74ead1f93eSLiane Prazafile path=usr/lib/llib-lpool.ln 75ead1f93eSLiane Prazafile path=usr/lib/rcm/modules/SUNW_pool_rcm.so mode=0555 76ead1f93eSLiane Prazafile path=usr/sbin/pooladm mode=0555 77ead1f93eSLiane Prazafile path=usr/sbin/poolbind mode=0555 78ead1f93eSLiane Prazafile path=usr/sbin/poolcfg mode=0555 79ead1f93eSLiane Prazafile path=usr/share/lib/xml/dtd/rm_pool.dtd.1 80c10c16deSRichard Lowefile path=usr/share/man/man1m/pooladm.1m 81c10c16deSRichard Lowefile path=usr/share/man/man1m/poolbind.1m 82c10c16deSRichard Lowefile path=usr/share/man/man1m/poolcfg.1m 83c10c16deSRichard Lowefile path=usr/share/man/man1m/poolstat.1m 84c10c16deSRichard Lowefile path=usr/share/man/man3lib/libpool.3lib 85c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_associate.3pool 86c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_component_info.3pool 87c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_component_to_elem.3pool 88c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_conf_alloc.3pool 89c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_conf_close.3pool 90c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_conf_commit.3pool 91c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_conf_export.3pool 92c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_conf_free.3pool 93c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_conf_info.3pool 94c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_conf_location.3pool 95c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_conf_open.3pool 96c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_conf_remove.3pool 97c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_conf_rollback.3pool 98c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_conf_status.3pool 99c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_conf_to_elem.3pool 100c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_conf_update.3pool 101c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_conf_validate.3pool 102c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_create.3pool 103c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_destroy.3pool 104c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_dissociate.3pool 105c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_dynamic_location.3pool 106c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_error.3pool 107c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_get_binding.3pool 108c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_get_owning_resource.3pool 109c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_get_pool.3pool 110c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_get_property.3pool 111c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_get_resource.3pool 112c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_get_resource_binding.3pool 113c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_get_status.3pool 114c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_info.3pool 115c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_put_property.3pool 116c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_query_components.3pool 117c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_query_pool_resources.3pool 118c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_query_pools.3pool 119c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_query_resource_components.3pool 120c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_query_resources.3pool 121c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_resource_create.3pool 122c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_resource_destroy.3pool 123c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_resource_info.3pool 124c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_resource_to_elem.3pool 125c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_resource_transfer.3pool 126c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_resource_type_list.3pool 127c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_resource_xtransfer.3pool 128c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_rm_property.3pool 129c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_set_binding.3pool 130c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_set_status.3pool 131c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_static_location.3pool 132c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_strerror.3pool 133c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_to_elem.3pool 134c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_value_alloc.3pool 135c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_value_free.3pool 136c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_value_get_bool.3pool 137c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_value_get_double.3pool 138c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_value_get_int64.3pool 139c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_value_get_name.3pool 140c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_value_get_string.3pool 141c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_value_get_type.3pool 142c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_value_get_uint64.3pool 143c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_value_set_bool.3pool 144c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_value_set_double.3pool 145c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_value_set_int64.3pool 146c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_value_set_name.3pool 147c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_value_set_string.3pool 148c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_value_set_uint64.3pool 149c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_version.3pool 150c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_walk_components.3pool 151c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_walk_pools.3pool 152c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_walk_properties.3pool 153c10c16deSRichard Lowefile path=usr/share/man/man3pool/pool_walk_resources.3pool 15471e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWpool desc="core software for resource pools" \ 15571e464e5SPeter Dennis - Sustaining Engineer name="Resource Pools" 15671e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWpoolr desc="core software for resource pools (Root)" \ 15771e464e5SPeter Dennis - Sustaining Engineer name="Resource Pools (Root)" 158ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun 159ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL 160ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/libpool.so target=libpool.so.1 161ead1f93eSLiane Prazalink path=usr/lib/libpool.so target=./libpool.so.1 162