1ead1f93eSLiane Praza# 2ead1f93eSLiane Praza# CDDL HEADER START 3ead1f93eSLiane Praza# 4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the 5ead1f93eSLiane Praza# Common Development and Distribution License (the "License"). 6ead1f93eSLiane Praza# You may not use this file except in compliance with the License. 7ead1f93eSLiane Praza# 8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing. 10ead1f93eSLiane Praza# See the License for the specific language governing permissions 11ead1f93eSLiane Praza# and limitations under the License. 12ead1f93eSLiane Praza# 13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each 14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the 16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying 17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner] 18ead1f93eSLiane Praza# 19ead1f93eSLiane Praza# CDDL HEADER END 20ead1f93eSLiane Praza# 21ead1f93eSLiane Praza 22ead1f93eSLiane Praza# 23ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24ead1f93eSLiane Praza# 25ead1f93eSLiane Praza 26ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/network/iscsi/target@$(PKGVERS) 27ead1f93eSLiane Prazaset name=pkg.description value="Sun iSCSI COMSTAR Port Provider" 28ead1f93eSLiane Prazaset name=pkg.summary value="Sun iSCSI COMSTAR Port Provider" 29ebbab6bbSDan Priceset name=info.classification \ 30ebbab6bbSDan Price value=org.opensolaris.category.2008:System/Hardware 31ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH) 32ebbab6bbSDan Pricedir path=kernel group=sys 33ebbab6bbSDan Pricedir path=kernel/drv group=sys 34ebbab6bbSDan Pricedir path=kernel/drv/$(ARCH64) group=sys 35ebbab6bbSDan Pricedir path=lib variant.opensolaris.zone=global 36ebbab6bbSDan Pricedir path=lib/svc variant.opensolaris.zone=global 37ebbab6bbSDan Pricedir path=lib/svc/manifest group=sys variant.opensolaris.zone=global 38ebbab6bbSDan Pricedir path=lib/svc/manifest/network group=sys variant.opensolaris.zone=global 39ebbab6bbSDan Pricedir path=lib/svc/manifest/network/iscsi group=sys \ 40ead1f93eSLiane Praza variant.opensolaris.zone=global 41ebbab6bbSDan Pricedir path=lib/svc/method variant.opensolaris.zone=global 42ead1f93eSLiane Prazadir path=usr group=sys 43ead1f93eSLiane Prazadir path=usr/include 44ead1f93eSLiane Prazadir path=usr/include/sys 45ead1f93eSLiane Prazadir path=usr/include/sys/iscsit 46ead1f93eSLiane Prazadir path=usr/lib 47ead1f93eSLiane Prazadir path=usr/lib/$(ARCH64) 48ead1f93eSLiane Prazadir path=usr/sbin 49*c10c16deSRichard Lowedir path=usr/share/man/man1m 50*c10c16deSRichard Lowedir path=usr/share/man/man3iscsit 51*c10c16deSRichard Lowedir path=usr/share/man/man3lib 52ead1f93eSLiane Prazadriver name=iscsit perms="* 0600 root sys" 53ebbab6bbSDan Pricefile path=kernel/drv/$(ARCH64)/iscsit group=sys 54ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/iscsit group=sys 55ebbab6bbSDan Pricefile path=kernel/drv/iscsit.conf group=sys 56ebbab6bbSDan Pricefile path=lib/svc/manifest/network/iscsi/iscsi-target.xml group=sys mode=0444 \ 57ead1f93eSLiane Praza variant.opensolaris.zone=global 58ebbab6bbSDan Pricefile path=lib/svc/method/iscsi-target mode=0555 \ 59ead1f93eSLiane Praza variant.opensolaris.zone=global 60ead1f93eSLiane Prazafile path=usr/include/libiscsit.h 61ead1f93eSLiane Prazafile path=usr/include/sys/iscsit/iscsit_common.h 62ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libiscsit.so.1 63ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/llib-liscsit.ln 64ead1f93eSLiane Prazafile path=usr/lib/libiscsit.so.1 65ead1f93eSLiane Prazafile path=usr/lib/llib-liscsit 66ead1f93eSLiane Prazafile path=usr/lib/llib-liscsit.ln 67ead1f93eSLiane Prazafile path=usr/sbin/itadm mode=0555 68*c10c16deSRichard Lowefile path=usr/share/man/man1m/itadm.1m 69*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_config_commit.3iscsit 70*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_config_free.3iscsit 71*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_config_load.3iscsit 72*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_config_setprop.3iscsit 73*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_ini_create.3iscsit 74*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_ini_delete.3iscsit 75*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_ini_free.3iscsit 76*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_ini_setprop.3iscsit 77*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_portal_create.3iscsit 78*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_portal_delete.3iscsit 79*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_tgt_create.3iscsit 80*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_tgt_delete.3iscsit 81*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_tgt_free.3iscsit 82*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_tgt_setprop.3iscsit 83*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_tpg_create.3iscsit 84*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_tpg_delete.3iscsit 85*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_tpg_free.3iscsit 86*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_tpgt_create.3iscsit 87*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_tpgt_delete.3iscsit 88*c10c16deSRichard Lowefile path=usr/share/man/man3iscsit/it_tpgt_free.3iscsit 89*c10c16deSRichard Lowefile path=usr/share/man/man3lib/libiscsit.3lib 9071e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWiscsitr desc="Sun iSCSI COMSTAR Port Provider" \ 9171e464e5SPeter Dennis - Sustaining Engineer name="Sun iSCSI COMSTAR Port Provider (root)" 9271e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWiscsitu desc="Sun iSCSI COMSTAR Port Provider" \ 9371e464e5SPeter Dennis - Sustaining Engineer name="Sun iSCSI COMSTAR Port Provider" 94ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun 95ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL 96ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/libiscsit.so target=libiscsit.so.1 97ead1f93eSLiane Prazalink path=usr/lib/libiscsit.so target=libiscsit.so.1 98