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 2010 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26 27set name=pkg.fmri value=pkg:/service/resource-pools@$(PKGVERS) 28set name=pkg.description value="core software for resource pools" 29set name=pkg.summary value="Resource Pools" 30set name=info.classification value=org.opensolaris.category.2008:System/Core 31set name=variant.arch value=$(ARCH) 32set name=variant.opensolaris.zone value=global value=nonglobal 33dir path=lib opensolaris.zone=global variant.opensolaris.zone=global 34dir path=lib/svc opensolaris.zone=global variant.opensolaris.zone=global 35dir path=lib/svc/method opensolaris.zone=global 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 opensolaris.zone=global variant.opensolaris.zone=global 52dir path=var/adm/pool group=sys opensolaris.zone=global \ 53 variant.opensolaris.zone=global 54dir path=var/log/pool group=sys opensolaris.zone=global \ 55 variant.opensolaris.zone=global 56dir path=lib/svc/manifest group=sys opensolaris.zone=global \ 57 variant.opensolaris.zone=global 58dir path=lib/svc/manifest/system group=sys opensolaris.zone=global \ 59 variant.opensolaris.zone=global 60driver name=pool perms="pool 0666 root sys" perms="poolctl 0666 root sys" 61file path=lib/svc/method/svc-poold mode=0555 opensolaris.zone=global \ 62 variant.opensolaris.zone=global 63file path=lib/svc/method/svc-pools mode=0555 opensolaris.zone=global \ 64 variant.opensolaris.zone=global 65file path=usr/bin/poolstat mode=0555 66file path=usr/include/pool.h 67file path=usr/kernel/drv/$(ARCH64)/pool group=sys 68$(i386_ONLY)file path=usr/kernel/drv/pool group=sys 69file path=usr/kernel/drv/pool.conf group=sys 70file path=usr/lib/$(ARCH64)/libpool.so.1 71file path=usr/lib/$(ARCH64)/llib-lpool.ln 72file path=usr/lib/libpool.so.1 73file path=usr/lib/llib-lpool 74file path=usr/lib/llib-lpool.ln 75file path=usr/lib/rcm/modules/SUNW_pool_rcm.so mode=0555 76file path=usr/sbin/pooladm mode=0555 77file path=usr/sbin/poolbind mode=0555 78file path=usr/sbin/poolcfg mode=0555 79file path=usr/share/lib/xml/dtd/rm_pool.dtd.1 80file path=lib/svc/manifest/system/poold.xml group=sys mode=0444 \ 81 opensolaris.zone=global variant.opensolaris.zone=global 82file path=lib/svc/manifest/system/pools.xml group=sys mode=0444 \ 83 opensolaris.zone=global variant.opensolaris.zone=global 84legacy pkg=SUNWpool arch=$(ARCH) category=system \ 85 desc="core software for resource pools" \ 86 hotline="Please contact your local service provider" name="Resource Pools" \ 87 vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11 88legacy pkg=SUNWpoolr arch=$(ARCH) category=system \ 89 desc="core software for resource pools (Root)" \ 90 hotline="Please contact your local service provider" \ 91 name="Resource Pools (Root)" vendor="Sun Microsystems, Inc." \ 92 version=11.11,REV=2009.11.11 93license cr_Sun license=cr_Sun 94license lic_CDDL license=lic_CDDL 95link path=usr/lib/$(ARCH64)/libpool.so target=libpool.so.1 96link path=usr/lib/libpool.so target=./libpool.so.1 97