1*25b05a3eSAndy Fiddaman# 2*25b05a3eSAndy Fiddaman# CDDL HEADER START 3*25b05a3eSAndy Fiddaman# 4*25b05a3eSAndy Fiddaman# The contents of this file are subject to the terms of the 5*25b05a3eSAndy Fiddaman# Common Development and Distribution License (the "License"). 6*25b05a3eSAndy Fiddaman# You may not use this file except in compliance with the License. 7*25b05a3eSAndy Fiddaman# 8*25b05a3eSAndy Fiddaman# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*25b05a3eSAndy Fiddaman# or http://www.opensolaris.org/os/licensing. 10*25b05a3eSAndy Fiddaman# See the License for the specific language governing permissions 11*25b05a3eSAndy Fiddaman# and limitations under the License. 12*25b05a3eSAndy Fiddaman# 13*25b05a3eSAndy Fiddaman# When distributing Covered Code, include this CDDL HEADER in each 14*25b05a3eSAndy Fiddaman# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*25b05a3eSAndy Fiddaman# If applicable, add the following below this CDDL HEADER, with the 16*25b05a3eSAndy Fiddaman# fields enclosed by brackets "[]" replaced with your own identifying 17*25b05a3eSAndy Fiddaman# information: Portions Copyright [yyyy] [name of copyright owner] 18*25b05a3eSAndy Fiddaman# 19*25b05a3eSAndy Fiddaman# CDDL HEADER END 20*25b05a3eSAndy Fiddaman# 21*25b05a3eSAndy Fiddaman 22*25b05a3eSAndy Fiddaman# 23*25b05a3eSAndy Fiddaman# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24*25b05a3eSAndy Fiddaman# 25*25b05a3eSAndy Fiddaman 26*25b05a3eSAndy Fiddaman# 27*25b05a3eSAndy Fiddaman# The default for payload-bearing actions in this package is to appear in the 28*25b05a3eSAndy Fiddaman# global zone only. See the include file for greater detail, as well as 29*25b05a3eSAndy Fiddaman# information about overriding the defaults. 30*25b05a3eSAndy Fiddaman# 31*25b05a3eSAndy Fiddaman<include global_zone_only_component> 32*25b05a3eSAndy Fiddamanset name=pkg.fmri value=pkg:/system/network/udapl/udapl-tavor@$(PKGVERS) 33*25b05a3eSAndy Fiddamanset name=pkg.summary value="Sun uDAPL for Tavor (User)" 34*25b05a3eSAndy Fiddamanset name=pkg.description value="Sun uDAPL provider for Tavor" 35*25b05a3eSAndy Fiddamanset name=info.classification value=org.opensolaris.category.2008:System/Hardware 36*25b05a3eSAndy Fiddamanset name=variant.arch value=$(ARCH) 37*25b05a3eSAndy Fiddamandir path=etc group=sys 38*25b05a3eSAndy Fiddamandir path=etc/init.d group=sys 39*25b05a3eSAndy Fiddamanfile path=etc/init.d/dodatadm.udaplt group=sys mode=0744 \ 40*25b05a3eSAndy Fiddaman original_name=SUNWudaplt:etc/init.d/dodatadm.udaplt preserve=true 41*25b05a3eSAndy Fiddamandir path=etc/rc2.d group=sys 42*25b05a3eSAndy Fiddamanhardlink path=etc/rc2.d/S81dodatadm.udaplt \ 43*25b05a3eSAndy Fiddaman target=../../etc/init.d/dodatadm.udaplt 44*25b05a3eSAndy Fiddamandir path=kernel group=sys 45*25b05a3eSAndy Fiddamandir path=kernel/drv group=sys 46*25b05a3eSAndy Fiddamandir path=kernel/drv/$(ARCH64) group=sys 47*25b05a3eSAndy Fiddamanfile path=kernel/drv/$(ARCH64)/daplt group=sys 48*25b05a3eSAndy Fiddamanfile path=kernel/drv/daplt.conf group=sys 49*25b05a3eSAndy Fiddamandir path=usr group=sys 50*25b05a3eSAndy Fiddamandir path=usr/lib 51*25b05a3eSAndy Fiddamandir path=usr/lib/$(ARCH64) 52*25b05a3eSAndy Fiddamanfile path=usr/lib/$(ARCH64)/udapl_tavor.so.1 53*25b05a3eSAndy Fiddamanfile path=usr/lib/udapl_tavor.so.1 54*25b05a3eSAndy Fiddamandir path=usr/share 55*25b05a3eSAndy Fiddamandir path=usr/share/dat group=sys 56*25b05a3eSAndy Fiddamanfile path=usr/share/dat/SUNWudaplt.conf group=sys mode=0644 57*25b05a3eSAndy Fiddamandriver name=daplt perms="* 0644 root sys" 58*25b05a3eSAndy Fiddamanlegacy pkg=SUNWudapltr \ 59*25b05a3eSAndy Fiddaman desc="Sun uDAPL provider for Tavor driver and registration script" \ 60*25b05a3eSAndy Fiddaman name="Sun uDAPL for Tavor (Root)" 61*25b05a3eSAndy Fiddamanlegacy pkg=SUNWudapltu desc="Sun uDAPL provider for Tavor" \ 62*25b05a3eSAndy Fiddaman name="Sun uDAPL for Tavor (User)" 63*25b05a3eSAndy Fiddamanlicense cr_Sun license=cr_Sun 64*25b05a3eSAndy Fiddamanlicense lic_OSBL license=lic_OSBL 65*25b05a3eSAndy Fiddamanlicense lic_OSBL_preamble license=lic_OSBL_preamble 66