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 # Copyright 2008 Sun Microsystems, Inc. All rights reserved. 23 # Use is subject to license terms. 24 # 25 # This required package information file contains a list of package contents. 26 # The 'pkgmk' command uses this file to identify the contents of a package 27 # and their location on the development machine when building the package. 28 # Can be created via a text editor or through use of the 'pkgproto' command. 29 # 30 31 #!search <pathname pathname ...> # where to find pkg objects 32 #!include <filename> # include another 'prototype' file 33 #!default <mode> <owner> <group> # default used if not specified on entry 34 #!<param>=<value> # puts parameter in pkg environment 35 36 # packaging files 37 i pkginfo 38 i copyright 39 i depend 40 i preinstall 41 i postinstall 42 i preremove 43 i space 44 i i.devlinktab 45 i i.devpolicy 46 i i.drvalias 47 i i.initd 48 i i.iuap 49 i i.kclasses 50 i i.manifest 51 i r.manifest 52 i i.minorperm 53 i i.nametomajor 54 i i.preserve 55 # 56 # source locations relative to the prototype file 57 # 58 # SUNWcsd 59 # 60 # DO NOT ADD ENTRIES FOR CHARACTER AND BLOCK DEVICES HERE! 61 # 62 # Entries for character and block devices which must exist prior to running 63 # drvconfig on a reconfiguration boot must be added to the postinstall script 64 # configuration section. Refer to the comments there for details. Directories 65 # needed by the script may be added below, along with symlinks which are not 66 # related to devices created by the postinstall script: 67 # NOTE: If the directory needs to be retained even when empty, update the 68 # packaged_dirs global variable in usr/src/cmd/devfsadm/devfsadm.c 69 # 70 d none dev 755 root sys 71 d none dev/dsk 755 root sys 72 d none dev/fd 555 root root 73 d none dev/ipnet 755 root sys 74 d none dev/net 755 root sys 75 d none dev/pts 755 root sys 76 d none dev/rdsk 755 root sys 77 d none dev/rmt 755 root sys 78 d none dev/sad 755 root sys 79 s none dev/stderr=./fd/2 80 s none dev/stdin=./fd/0 81 s none dev/stdout=./fd/1 82 d none dev/swap 755 root sys 83 d none dev/term 755 root root 84 d none dev/vt 755 root sys 85 d none dev/zcons 755 root sys 86 d none devices 755 root sys 87 d none devices/pseudo 755 root sys 88 d none etc 755 root sys 89 f none etc/dacf.conf 644 root sys 90 e devlinktab etc/devlink.tab 644 root sys 91 e drvalias etc/driver_aliases 644 root sys 92 e kclasses etc/driver_classes 644 root sys 93 d none etc/init.d 755 root sys 94 e initd etc/init.d/devlinks 744 root sys 95 e initd etc/init.d/drvconfig 744 root sys 96 e iuap etc/iu.ap 644 root sys 97 e minorperm etc/minor_perm 644 root sys 98 e nametomajor etc/name_to_major 644 root sys 99 v preserve etc/path_to_inst 444 root root 100 d none etc/rcm 755 root sys 101 d none etc/rcm/scripts 755 root sys 102 d none etc/security 755 root sys 103 e devpolicy etc/security/device_policy 644 root sys 104 e preserve etc/security/extra_privs 644 root sys 105 d none lib 755 root bin 106 d none lib/svc 0755 root bin 107 d none lib/svc/method 0755 root bin 108 f none lib/svc/method/svc-syseventd 0555 root bin 109 d none var 755 root sys 110 d none var/svc 755 root sys 111 d none var/svc/manifest 755 root sys 112 d none var/svc/manifest/system 755 root sys 113 f manifest var/svc/manifest/system/sysevent.xml 0444 root sys 114