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# 23ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24*4b92079bSAlexander Eremin# Copyright 2015 Nexenta Systems, Inc. All rights reserved. 25ead1f93eSLiane Praza# 26ead1f93eSLiane Praza 27ead1f93eSLiane Praza# 28ebbab6bbSDan Price# The default for payload-bearing actions in this package is to appear in the 29ebbab6bbSDan Price# global zone only. See the include file for greater detail, as well as 30ebbab6bbSDan Price# information about overriding the defaults. 31ead1f93eSLiane Praza# 32ebbab6bbSDan Price<include global_zone_only_component> 33ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/SUNWcsd@$(PKGVERS) 34ead1f93eSLiane Prazaset name=pkg.description \ 35ead1f93eSLiane Praza value="core entries for /dev and /devices needed for the initial boot of Solaris" 36ead1f93eSLiane Prazaset name=pkg.summary value="Core Solaris Devices" 37ead1f93eSLiane Prazaset name=info.classification value=org.opensolaris.category.2008:System/Core 38ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH) 39ead1f93eSLiane Prazadir path=dev group=sys 40ead1f93eSLiane Prazadir path=dev/dsk group=sys 41ead1f93eSLiane Prazadir path=dev/fd group=root mode=0555 42ead1f93eSLiane Prazadir path=dev/ipnet group=sys 43ead1f93eSLiane Prazadir path=dev/net group=sys 44ead1f93eSLiane Prazadir path=dev/pts group=sys 45ead1f93eSLiane Prazadir path=dev/rdsk group=sys 46ead1f93eSLiane Prazadir path=dev/rmt group=sys 47ead1f93eSLiane Prazadir path=dev/sad group=sys 48ead1f93eSLiane Prazadir path=dev/swap group=sys 49ead1f93eSLiane Prazadir path=dev/term group=root 50ead1f93eSLiane Prazadir path=dev/vt group=sys 51ead1f93eSLiane Prazadir path=dev/zcons group=sys 52ead1f93eSLiane Prazadir path=devices group=sys 53ead1f93eSLiane Prazadir path=devices/pseudo group=sys 54ead1f93eSLiane Prazadir path=etc group=sys 55ead1f93eSLiane Prazadir path=etc/rcm group=sys 56ead1f93eSLiane Prazadir path=etc/rcm/scripts group=sys 57ead1f93eSLiane Prazadir path=etc/security group=sys 58ead1f93eSLiane Prazadir path=lib 59ead1f93eSLiane Prazadir path=lib/svc 609444c26fSTom Whittendir path=lib/svc/manifest group=sys 619444c26fSTom Whittendir path=lib/svc/manifest/system group=sys 62ebbab6bbSDan Pricedir path=lib/svc/method 63c10c16deSRichard Lowedir path=usr/share/man 64c10c16deSRichard Lowedir path=usr/share/man/man4 65ead1f93eSLiane Prazafile path=etc/dacf.conf group=sys 66ead1f93eSLiane Prazafile path=etc/devlink.tab group=sys preserve=true 67ead1f93eSLiane Prazafile path=etc/driver_aliases group=sys preserve=true 68ead1f93eSLiane Prazafile path=etc/driver_classes group=sys preserve=true 69ead1f93eSLiane Prazafile path=etc/iu.ap group=sys preserve=true 70ead1f93eSLiane Prazafile path=etc/minor_perm group=sys preserve=true 71ead1f93eSLiane Prazafile path=etc/name_to_major group=sys preserve=true 72ead1f93eSLiane Prazafile path=etc/path_to_inst group=root mode=0444 preserve=true 73ead1f93eSLiane Prazafile path=etc/security/device_policy group=sys preserve=true 74ead1f93eSLiane Prazafile path=etc/security/extra_privs group=sys preserve=true 759444c26fSTom Whittenfile path=lib/svc/manifest/system/sysevent.xml group=sys mode=0444 76ebbab6bbSDan Pricefile path=lib/svc/method/svc-syseventd mode=0555 77c10c16deSRichard Lowefile path=usr/share/man/man4/path_to_inst.4 7871e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWcsd \ 79ead1f93eSLiane Praza desc="core entries for /dev and /devices needed for the initial boot of Solaris" \ 8071e464e5SPeter Dennis - Sustaining Engineer name="Core Solaris Devices" 81ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun 82ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL 83ead1f93eSLiane Prazalink path=dev/stderr target=./fd/2 84ead1f93eSLiane Prazalink path=dev/stdin target=./fd/0 85ead1f93eSLiane Prazalink path=dev/stdout target=./fd/1 86