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=var group=sys 64dir path=var/svc group=sys 65dir path=var/svc/manifest group=sys 66dir path=var/svc/manifest/system group=sys 67file path=etc/dacf.conf group=sys 68file path=etc/devlink.tab group=sys preserve=true 69file path=etc/driver_aliases group=sys preserve=true 70file path=etc/driver_classes group=sys preserve=true 71file path=etc/init.d/devlinks group=sys mode=0744 preserve=true 72file path=etc/init.d/drvconfig group=sys mode=0744 preserve=true 73file path=etc/iu.ap group=sys preserve=true 74file path=etc/minor_perm group=sys preserve=true 75file path=etc/name_to_major group=sys preserve=true 76file path=etc/path_to_inst group=root mode=0444 preserve=true 77file path=etc/security/device_policy group=sys preserve=true 78file path=etc/security/extra_privs group=sys preserve=true 79file path=lib/svc/method/svc-syseventd mode=0555 80file path=var/svc/manifest/system/sysevent.xml group=sys mode=0444 81legacy pkg=SUNWcsd arch=$(ARCH) category=system \ 82 desc="core entries for /dev and /devices needed for the initial boot of Solaris" \ 83 hotline="Please contact your local service provider" \ 84 name="Core Solaris Devices" vendor="Sun Microsystems, Inc." \ 85 version=11.11,REV=2009.11.11 86license cr_Sun license=cr_Sun 87license lic_CDDL license=lic_CDDL 88link path=dev/stderr target=./fd/2 89link path=dev/stdin target=./fd/0 90link path=dev/stdout target=./fd/1 91