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