125b05a3eSAndy Fiddaman# 225b05a3eSAndy Fiddaman# CDDL HEADER START 325b05a3eSAndy Fiddaman# 425b05a3eSAndy Fiddaman# The contents of this file are subject to the terms of the 525b05a3eSAndy Fiddaman# Common Development and Distribution License (the "License"). 625b05a3eSAndy Fiddaman# You may not use this file except in compliance with the License. 725b05a3eSAndy Fiddaman# 825b05a3eSAndy Fiddaman# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 925b05a3eSAndy Fiddaman# or http://www.opensolaris.org/os/licensing. 1025b05a3eSAndy Fiddaman# See the License for the specific language governing permissions 1125b05a3eSAndy Fiddaman# and limitations under the License. 1225b05a3eSAndy Fiddaman# 1325b05a3eSAndy Fiddaman# When distributing Covered Code, include this CDDL HEADER in each 1425b05a3eSAndy Fiddaman# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1525b05a3eSAndy Fiddaman# If applicable, add the following below this CDDL HEADER, with the 1625b05a3eSAndy Fiddaman# fields enclosed by brackets "[]" replaced with your own identifying 1725b05a3eSAndy Fiddaman# information: Portions Copyright [yyyy] [name of copyright owner] 1825b05a3eSAndy Fiddaman# 1925b05a3eSAndy Fiddaman# CDDL HEADER END 2025b05a3eSAndy Fiddaman# 2125b05a3eSAndy Fiddaman 2225b05a3eSAndy Fiddaman# 2325b05a3eSAndy Fiddaman# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 2425b05a3eSAndy Fiddaman# 2525b05a3eSAndy Fiddaman 2625b05a3eSAndy Fiddaman# 2725b05a3eSAndy Fiddaman# The default for payload-bearing actions in this package is to appear in the 2825b05a3eSAndy Fiddaman# global zone only. See the include file for greater detail, as well as 2925b05a3eSAndy Fiddaman# information about overriding the defaults. 3025b05a3eSAndy Fiddaman# 3125b05a3eSAndy Fiddaman<include global_zone_only_component> 3225b05a3eSAndy Fiddamanset name=pkg.fmri value=pkg:/system/kernel/power@$(PKGVERS) 3325b05a3eSAndy Fiddamanset name=pkg.summary value="Power Management binaries" 3425b05a3eSAndy Fiddamanset name=pkg.description value="Power Management binaries" 3525b05a3eSAndy Fiddamanset name=info.classification \ 3625b05a3eSAndy Fiddaman value="org.opensolaris.category.2008:System/Administration and Configuration" 3725b05a3eSAndy Fiddamanset name=variant.arch value=$(ARCH) 3825b05a3eSAndy Fiddamandir path=etc group=sys 3925b05a3eSAndy Fiddamandir path=etc/default group=sys 4025b05a3eSAndy Fiddamanfile path=etc/default/power group=sys 4125b05a3eSAndy Fiddamanfile path=etc/power.conf group=sys original_name=SUNWpm:etc/power.conf \ 4225b05a3eSAndy Fiddaman preserve=true 4325b05a3eSAndy Fiddamandir path=lib 4425b05a3eSAndy Fiddamandir path=lib/svc 4525b05a3eSAndy Fiddamandir path=lib/svc/manifest group=sys 4625b05a3eSAndy Fiddamandir path=lib/svc/manifest/system group=sys 4725b05a3eSAndy Fiddamanfile path=lib/svc/manifest/system/power.xml group=sys mode=0444 4825b05a3eSAndy Fiddamandir path=lib/svc/method 4925b05a3eSAndy Fiddamanfile path=lib/svc/method/svc-power mode=0555 5025b05a3eSAndy Fiddamandir path=usr group=sys 5125b05a3eSAndy Fiddamandir path=usr/bin 5225b05a3eSAndy Fiddamanfile path=usr/bin/sys-suspend mode=4555 5325b05a3eSAndy Fiddamandir path=usr/kernel group=sys 5425b05a3eSAndy Fiddamandir path=usr/kernel/drv group=sys 5525b05a3eSAndy Fiddamandir path=usr/kernel/drv/$(ARCH64) group=sys 5625b05a3eSAndy Fiddamanfile path=usr/kernel/drv/$(ARCH64)/pm group=sys 5725b05a3eSAndy Fiddamanfile path=usr/kernel/drv/pm.conf group=sys 5825b05a3eSAndy Fiddamandir path=usr/lib 5925b05a3eSAndy Fiddamandir path=usr/lib/power group=sys 6025b05a3eSAndy Fiddamanfile path=usr/lib/power/powerd mode=0555 6125b05a3eSAndy Fiddamandir path=usr/sbin 6225b05a3eSAndy Fiddamanfile path=usr/sbin/pmconfig mode=4555 6325b05a3eSAndy Fiddamandir path=usr/share/man 6425b05a3eSAndy Fiddamandir path=usr/share/man/man1 6525b05a3eSAndy Fiddamanfile path=usr/share/man/man1/sys-suspend.1 66*bbf21555SRichard Lowedir path=usr/share/man/man4d 67*bbf21555SRichard Lowefile path=usr/share/man/man4d/pm.4d 68*bbf21555SRichard Lowedir path=usr/share/man/man5 69*bbf21555SRichard Lowefile path=usr/share/man/man5/power.conf.5 70*bbf21555SRichard Lowedir path=usr/share/man/man8 71*bbf21555SRichard Lowefile path=usr/share/man/man8/pmconfig.8 72*bbf21555SRichard Lowefile path=usr/share/man/man8/powerd.8 7325b05a3eSAndy Fiddamandriver name=pm perms="* 0666 root sys" 7425b05a3eSAndy Fiddamanlegacy pkg=SUNWpmr desc="Power Management config file and rc script" \ 7525b05a3eSAndy Fiddaman name="Power Management config file and rc script" 7625b05a3eSAndy Fiddamanlegacy pkg=SUNWpmu desc="Power Management binaries" \ 7725b05a3eSAndy Fiddaman name="Power Management binaries" 7825b05a3eSAndy Fiddamanlicense cr_Sun license=cr_Sun 7925b05a3eSAndy Fiddamanlicense lic_CDDL license=lic_CDDL 80