xref: /titanic_51/usr/src/pkg/manifests/service-resource-pools.mf (revision ebbab6bbae913efeadfa3c6a1b082664a125f95b)
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#
23*ebbab6bbSDan 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)
31*ebbab6bbSDan Pricedir path=lib variant.opensolaris.zone=global
32*ebbab6bbSDan Pricedir path=lib/svc variant.opensolaris.zone=global
33*ebbab6bbSDan Pricedir path=lib/svc/manifest group=sys variant.opensolaris.zone=global
34*ebbab6bbSDan Pricedir path=lib/svc/manifest/system group=sys variant.opensolaris.zone=global
35*ebbab6bbSDan 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
47ead1f93eSLiane Prazadir path=usr/share group=sys
48ead1f93eSLiane Prazadir path=usr/share/lib group=sys
49ead1f93eSLiane Prazadir path=usr/share/lib/xml group=sys
50ead1f93eSLiane Prazadir path=usr/share/lib/xml/dtd group=sys
51*ebbab6bbSDan Pricedir path=var group=sys variant.opensolaris.zone=global
52*ebbab6bbSDan Pricedir path=var/adm/pool group=sys variant.opensolaris.zone=global
53*ebbab6bbSDan Pricedir path=var/log/pool group=sys variant.opensolaris.zone=global
54ead1f93eSLiane Prazadriver name=pool perms="pool 0666 root sys" perms="poolctl 0666 root sys"
55*ebbab6bbSDan Pricefile path=lib/svc/manifest/system/poold.xml group=sys mode=0444 \
56ead1f93eSLiane Praza    variant.opensolaris.zone=global
57*ebbab6bbSDan Pricefile path=lib/svc/manifest/system/pools.xml group=sys mode=0444 \
58ead1f93eSLiane Praza    variant.opensolaris.zone=global
59*ebbab6bbSDan Pricefile path=lib/svc/method/svc-poold mode=0555 variant.opensolaris.zone=global
60*ebbab6bbSDan Pricefile path=lib/svc/method/svc-pools mode=0555 variant.opensolaris.zone=global
61ead1f93eSLiane Prazafile path=usr/bin/poolstat mode=0555
62ead1f93eSLiane Prazafile path=usr/include/pool.h
63ead1f93eSLiane Prazafile path=usr/kernel/drv/$(ARCH64)/pool group=sys
64ead1f93eSLiane Praza$(i386_ONLY)file path=usr/kernel/drv/pool group=sys
65ead1f93eSLiane Prazafile path=usr/kernel/drv/pool.conf group=sys
66ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libpool.so.1
67ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/llib-lpool.ln
68ead1f93eSLiane Prazafile path=usr/lib/libpool.so.1
69ead1f93eSLiane Prazafile path=usr/lib/llib-lpool
70ead1f93eSLiane Prazafile path=usr/lib/llib-lpool.ln
71ead1f93eSLiane Prazafile path=usr/lib/rcm/modules/SUNW_pool_rcm.so mode=0555
72ead1f93eSLiane Prazafile path=usr/sbin/pooladm mode=0555
73ead1f93eSLiane Prazafile path=usr/sbin/poolbind mode=0555
74ead1f93eSLiane Prazafile path=usr/sbin/poolcfg mode=0555
75ead1f93eSLiane Prazafile path=usr/share/lib/xml/dtd/rm_pool.dtd.1
76ead1f93eSLiane Prazalegacy pkg=SUNWpool arch=$(ARCH) category=system \
77ead1f93eSLiane Praza    desc="core software for resource pools" \
78*ebbab6bbSDan Price    hotline="Please contact your local service provider" \
79*ebbab6bbSDan Price    name="Resource Pools" vendor="Sun Microsystems, Inc." \
80*ebbab6bbSDan Price    version=11.11,REV=2009.11.11
81ead1f93eSLiane Prazalegacy pkg=SUNWpoolr arch=$(ARCH) category=system \
82ead1f93eSLiane Praza    desc="core software for resource pools (Root)" \
83ead1f93eSLiane Praza    hotline="Please contact your local service provider" \
84ead1f93eSLiane Praza    name="Resource Pools (Root)" vendor="Sun Microsystems, Inc." \
85ead1f93eSLiane Praza    version=11.11,REV=2009.11.11
86ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
87ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
88ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/libpool.so target=libpool.so.1
89ead1f93eSLiane Prazalink path=usr/lib/libpool.so target=./libpool.so.1
90