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 26# 27# The default for payload-bearing actions in this package is to appear in the 28# global zone only. See the include file for greater detail, as well as 29# information about overriding the defaults. 30# 31<include global_zone_only_component> 32set name=pkg.fmri value=pkg:/SUNWcsd@$(PKGVERS) 33set name=pkg.description \ 34 value="core entries for /dev and /devices needed for the initial boot of Solaris" 35set name=pkg.summary value="Core Solaris Devices" 36set name=info.classification value=org.opensolaris.category.2008:System/Core 37set name=variant.arch value=$(ARCH) 38dir path=dev group=sys 39dir path=dev/dsk group=sys 40dir path=dev/fd group=root mode=0555 41dir path=dev/ipnet group=sys 42dir path=dev/net group=sys 43dir path=dev/pts group=sys 44dir path=dev/rdsk group=sys 45dir path=dev/rmt group=sys 46dir path=dev/sad group=sys 47dir path=dev/swap group=sys 48dir path=dev/term group=root 49dir path=dev/vt group=sys 50dir path=dev/zcons group=sys 51dir path=devices group=sys 52dir path=devices/pseudo group=sys 53dir path=etc group=sys 54dir path=etc/init.d group=sys 55dir path=etc/rcm group=sys 56dir path=etc/rcm/scripts group=sys 57dir path=etc/security group=sys 58dir path=lib 59dir path=lib/svc 60dir path=lib/svc/manifest group=sys 61dir path=lib/svc/manifest/system group=sys 62dir path=lib/svc/method 63file path=etc/dacf.conf group=sys 64file path=etc/devlink.tab group=sys preserve=true 65file path=etc/driver_aliases group=sys preserve=true 66file path=etc/driver_classes group=sys preserve=true 67file path=etc/init.d/devlinks group=sys mode=0744 preserve=true 68file path=etc/init.d/drvconfig group=sys mode=0744 preserve=true 69file path=etc/iu.ap group=sys preserve=true 70file path=etc/minor_perm group=sys preserve=true 71file path=etc/name_to_major group=sys preserve=true 72file path=etc/path_to_inst group=root mode=0444 preserve=true 73file path=etc/security/device_policy group=sys preserve=true 74file path=etc/security/extra_privs group=sys preserve=true 75file path=lib/svc/manifest/system/sysevent.xml group=sys mode=0444 76file path=lib/svc/method/svc-syseventd mode=0555 77legacy pkg=SUNWcsd \ 78 desc="core entries for /dev and /devices needed for the initial boot of Solaris" \ 79 name="Core Solaris Devices" 80license cr_Sun license=cr_Sun 81license lic_CDDL license=lic_CDDL 82link path=dev/stderr target=./fd/2 83link path=dev/stdin target=./fd/0 84link path=dev/stdout target=./fd/1 85