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
26set name=pkg.fmri value=pkg:/service/resource-pools@$(PKGVERS)
27set name=pkg.description value="core software for resource pools"
28set name=pkg.summary value="Resource Pools"
29set name=info.classification value=org.opensolaris.category.2008:System/Core
30set name=variant.arch value=$(ARCH)
31dir path=lib variant.opensolaris.zone=global
32dir path=lib/svc variant.opensolaris.zone=global
33dir path=lib/svc/manifest group=sys variant.opensolaris.zone=global
34dir path=lib/svc/manifest/system group=sys variant.opensolaris.zone=global
35dir path=lib/svc/method variant.opensolaris.zone=global
36dir path=usr group=sys
37dir path=usr/bin
38dir path=usr/include
39dir path=usr/kernel group=sys
40dir path=usr/kernel/drv group=sys
41dir path=usr/kernel/drv/$(ARCH64) group=sys
42dir path=usr/lib
43dir path=usr/lib/$(ARCH64)
44dir path=usr/lib/rcm
45dir path=usr/lib/rcm/modules
46dir path=usr/sbin
47dir path=usr/share group=sys
48dir path=usr/share/lib group=sys
49dir path=usr/share/lib/xml group=sys
50dir path=usr/share/lib/xml/dtd group=sys
51dir path=var group=sys variant.opensolaris.zone=global
52dir path=var/adm/pool group=sys variant.opensolaris.zone=global
53dir path=var/log/pool group=sys variant.opensolaris.zone=global
54driver name=pool perms="pool 0666 root sys" perms="poolctl 0666 root sys"
55file path=lib/svc/manifest/system/poold.xml group=sys mode=0444 \
56    variant.opensolaris.zone=global
57file path=lib/svc/manifest/system/pools.xml group=sys mode=0444 \
58    variant.opensolaris.zone=global
59file path=lib/svc/method/svc-poold mode=0555 variant.opensolaris.zone=global
60file path=lib/svc/method/svc-pools mode=0555 variant.opensolaris.zone=global
61file path=usr/bin/poolstat mode=0555
62file path=usr/include/pool.h
63file path=usr/kernel/drv/$(ARCH64)/pool group=sys
64$(i386_ONLY)file path=usr/kernel/drv/pool group=sys
65file path=usr/kernel/drv/pool.conf group=sys
66file path=usr/lib/$(ARCH64)/libpool.so.1
67file path=usr/lib/$(ARCH64)/llib-lpool.ln
68file path=usr/lib/libpool.so.1
69file path=usr/lib/llib-lpool
70file path=usr/lib/llib-lpool.ln
71file path=usr/lib/rcm/modules/SUNW_pool_rcm.so mode=0555
72file path=usr/sbin/pooladm mode=0555
73file path=usr/sbin/poolbind mode=0555
74file path=usr/sbin/poolcfg mode=0555
75file path=usr/share/lib/xml/dtd/rm_pool.dtd.1
76legacy pkg=SUNWpool desc="core software for resource pools" \
77    name="Resource Pools"
78legacy pkg=SUNWpoolr desc="core software for resource pools (Root)" \
79    name="Resource Pools (Root)"
80license cr_Sun license=cr_Sun
81license lic_CDDL license=lic_CDDL
82link path=usr/lib/$(ARCH64)/libpool.so target=libpool.so.1
83link path=usr/lib/libpool.so target=./libpool.so.1
84