SUNWcsd.mf revision 11996:91b62f7b8186
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 2010 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26
27#
28# This package will install successfully into any zone, global or
29# non-global.  The files, directories, links, and hardlinks, however,
30# will only be installed into the global zone.
31#
32<include hollow_zone_pkg>
33set name=pkg.fmri value=pkg:/SUNWcsd@$(PKGVERS)
34set name=pkg.description \
35    value="core entries for /dev and /devices needed for the initial boot of Solaris"
36set name=pkg.summary value="Core Solaris Devices"
37set name=info.classification value=org.opensolaris.category.2008:System/Core
38set name=variant.arch value=$(ARCH)
39set name=variant.opensolaris.zone value=global value=nonglobal
40dir path=dev group=sys
41dir path=dev/dsk group=sys
42dir path=dev/fd group=root mode=0555
43dir path=dev/ipnet group=sys
44dir path=dev/net group=sys
45dir path=dev/pts group=sys
46dir path=dev/rdsk group=sys
47dir path=dev/rmt group=sys
48dir path=dev/sad group=sys
49dir path=dev/swap group=sys
50dir path=dev/term group=root
51dir path=dev/vt group=sys
52dir path=dev/zcons group=sys
53dir path=devices group=sys
54dir path=devices/pseudo group=sys
55dir path=etc group=sys
56dir path=etc/init.d group=sys
57dir path=etc/rcm group=sys
58dir path=etc/rcm/scripts group=sys
59dir path=etc/security group=sys
60dir path=lib
61dir path=lib/svc
62dir path=lib/svc/method
63dir path=lib/svc/manifest group=sys
64dir path=lib/svc/manifest/system group=sys
65file path=etc/dacf.conf group=sys
66file path=etc/devlink.tab group=sys preserve=true
67file path=etc/driver_aliases group=sys preserve=true
68file path=etc/driver_classes group=sys preserve=true
69file path=etc/init.d/devlinks group=sys mode=0744 preserve=true
70file path=etc/init.d/drvconfig group=sys mode=0744 preserve=true
71file path=etc/iu.ap group=sys preserve=true
72file path=etc/minor_perm group=sys preserve=true
73file path=etc/name_to_major group=sys preserve=true
74file path=etc/path_to_inst group=root mode=0444 preserve=true
75file path=etc/security/device_policy group=sys preserve=true
76file path=etc/security/extra_privs group=sys preserve=true
77file path=lib/svc/method/svc-syseventd mode=0555
78file path=lib/svc/manifest/system/sysevent.xml group=sys mode=0444
79legacy pkg=SUNWcsd arch=$(ARCH) category=system \
80    desc="core entries for /dev and /devices needed for the initial boot of Solaris" \
81    hotline="Please contact your local service provider" \
82    name="Core Solaris Devices" vendor="Sun Microsystems, Inc." \
83    version=11.11,REV=2009.11.11
84license cr_Sun license=cr_Sun
85license lic_CDDL license=lic_CDDL
86link path=dev/stderr target=./fd/2
87link path=dev/stdin target=./fd/0
88link path=dev/stdout target=./fd/1
89