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