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