service-resource-pools.mf revision 11996:91b62f7b8186
1177595Sweongyo#
2177595Sweongyo# CDDL HEADER START
3177595Sweongyo#
4177595Sweongyo# The contents of this file are subject to the terms of the
5177595Sweongyo# Common Development and Distribution License (the "License").
6177595Sweongyo# You may not use this file except in compliance with the License.
7177595Sweongyo#
8177595Sweongyo# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9177595Sweongyo# or http://www.opensolaris.org/os/licensing.
10177595Sweongyo# See the License for the specific language governing permissions
11177595Sweongyo# and limitations under the License.
12177595Sweongyo#
13177595Sweongyo# When distributing Covered Code, include this CDDL HEADER in each
14177595Sweongyo# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15177595Sweongyo# If applicable, add the following below this CDDL HEADER, with the
16177595Sweongyo# fields enclosed by brackets "[]" replaced with your own identifying
17177595Sweongyo# information: Portions Copyright [yyyy] [name of copyright owner]
18177595Sweongyo#
19177595Sweongyo# CDDL HEADER END
20177595Sweongyo#
21177595Sweongyo
22177595Sweongyo#
23177595Sweongyo# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
24177595Sweongyo# Use is subject to license terms.
25177595Sweongyo#
26177595Sweongyo
27177595Sweongyoset name=pkg.fmri value=pkg:/service/resource-pools@$(PKGVERS)
28177595Sweongyoset name=pkg.description value="core software for resource pools"
29177595Sweongyoset name=pkg.summary value="Resource Pools"
30177595Sweongyoset name=info.classification value=org.opensolaris.category.2008:System/Core
31177595Sweongyoset name=variant.arch value=$(ARCH)
32177595Sweongyoset name=variant.opensolaris.zone value=global value=nonglobal
33177595Sweongyodir path=lib opensolaris.zone=global variant.opensolaris.zone=global
34177595Sweongyodir path=lib/svc opensolaris.zone=global variant.opensolaris.zone=global
35177595Sweongyodir path=lib/svc/method opensolaris.zone=global variant.opensolaris.zone=global
36177595Sweongyodir path=usr group=sys
37177595Sweongyodir path=usr/bin
38177595Sweongyodir path=usr/include
39177595Sweongyodir path=usr/kernel group=sys
40177595Sweongyodir path=usr/kernel/drv group=sys
41177595Sweongyodir path=usr/kernel/drv/$(ARCH64) group=sys
42177595Sweongyodir path=usr/lib
43177595Sweongyodir path=usr/lib/$(ARCH64)
44177595Sweongyodir path=usr/lib/rcm
45177595Sweongyodir path=usr/lib/rcm/modules
46177595Sweongyodir path=usr/sbin
47177595Sweongyodir path=usr/share group=sys
48177595Sweongyodir path=usr/share/lib group=sys
49177595Sweongyodir path=usr/share/lib/xml group=sys
50177595Sweongyodir path=usr/share/lib/xml/dtd group=sys
51177595Sweongyodir path=var group=sys opensolaris.zone=global variant.opensolaris.zone=global
52177595Sweongyodir path=var/adm/pool group=sys opensolaris.zone=global \
53177595Sweongyo    variant.opensolaris.zone=global
54177595Sweongyodir path=var/log/pool group=sys opensolaris.zone=global \
55177595Sweongyo    variant.opensolaris.zone=global
56177595Sweongyodir path=lib/svc/manifest group=sys opensolaris.zone=global \
57177595Sweongyo    variant.opensolaris.zone=global
58177595Sweongyodir path=lib/svc/manifest/system group=sys opensolaris.zone=global \
59177595Sweongyo    variant.opensolaris.zone=global
60177595Sweongyodriver name=pool perms="pool 0666 root sys" perms="poolctl 0666 root sys"
61177595Sweongyofile path=lib/svc/method/svc-poold mode=0555 opensolaris.zone=global \
62177595Sweongyo    variant.opensolaris.zone=global
63177595Sweongyofile path=lib/svc/method/svc-pools mode=0555 opensolaris.zone=global \
64177595Sweongyo    variant.opensolaris.zone=global
65177595Sweongyofile path=usr/bin/poolstat mode=0555
66177595Sweongyofile path=usr/include/pool.h
67177595Sweongyofile path=usr/kernel/drv/$(ARCH64)/pool group=sys
68177595Sweongyo$(i386_ONLY)file path=usr/kernel/drv/pool group=sys
69177595Sweongyofile path=usr/kernel/drv/pool.conf group=sys
70177595Sweongyofile path=usr/lib/$(ARCH64)/libpool.so.1
71177595Sweongyofile path=usr/lib/$(ARCH64)/llib-lpool.ln
72177595Sweongyofile path=usr/lib/libpool.so.1
73177595Sweongyofile path=usr/lib/llib-lpool
74177595Sweongyofile path=usr/lib/llib-lpool.ln
75177595Sweongyofile path=usr/lib/rcm/modules/SUNW_pool_rcm.so mode=0555
76177595Sweongyofile path=usr/sbin/pooladm mode=0555
77177595Sweongyofile path=usr/sbin/poolbind mode=0555
78177595Sweongyofile path=usr/sbin/poolcfg mode=0555
79177595Sweongyofile path=usr/share/lib/xml/dtd/rm_pool.dtd.1
80177595Sweongyofile path=lib/svc/manifest/system/poold.xml group=sys mode=0444 \
81177595Sweongyo    opensolaris.zone=global variant.opensolaris.zone=global
82227309Sedfile path=lib/svc/manifest/system/pools.xml group=sys mode=0444 \
83177595Sweongyo    opensolaris.zone=global variant.opensolaris.zone=global
84177595Sweongyolegacy pkg=SUNWpool arch=$(ARCH) category=system \
85177595Sweongyo    desc="core software for resource pools" \
86177595Sweongyo    hotline="Please contact your local service provider" name="Resource Pools" \
87177595Sweongyo    vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11
88177595Sweongyolegacy pkg=SUNWpoolr arch=$(ARCH) category=system \
89177595Sweongyo    desc="core software for resource pools (Root)" \
90177595Sweongyo    hotline="Please contact your local service provider" \
91177595Sweongyo    name="Resource Pools (Root)" vendor="Sun Microsystems, Inc." \
92177595Sweongyo    version=11.11,REV=2009.11.11
93177595Sweongyolicense cr_Sun license=cr_Sun
94177595Sweongyolicense lic_CDDL license=lic_CDDL
95177595Sweongyolink path=usr/lib/$(ARCH64)/libpool.so target=libpool.so.1
96177595Sweongyolink path=usr/lib/libpool.so target=./libpool.so.1
97177595Sweongyo