xref: /titanic_53/usr/src/pkg/manifests/network-iscsi-target.mf (revision 71e464e521434117b4a9290e959715a305141f0b)
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
49ead1f93eSLiane Prazadriver name=iscsit perms="* 0600 root sys"
50ebbab6bbSDan Pricefile path=kernel/drv/$(ARCH64)/iscsit group=sys
51ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/iscsit group=sys
52ebbab6bbSDan Pricefile path=kernel/drv/iscsit.conf group=sys
53ebbab6bbSDan Pricefile path=lib/svc/manifest/network/iscsi/iscsi-target.xml group=sys mode=0444 \
54ead1f93eSLiane Praza    variant.opensolaris.zone=global
55ebbab6bbSDan Pricefile path=lib/svc/method/iscsi-target mode=0555 \
56ead1f93eSLiane Praza    variant.opensolaris.zone=global
57ead1f93eSLiane Prazafile path=usr/include/libiscsit.h
58ead1f93eSLiane Prazafile path=usr/include/sys/iscsit/iscsit_common.h
59ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/libiscsit.so.1
60ead1f93eSLiane Prazafile path=usr/lib/$(ARCH64)/llib-liscsit.ln
61ead1f93eSLiane Prazafile path=usr/lib/libiscsit.so.1
62ead1f93eSLiane Prazafile path=usr/lib/llib-liscsit
63ead1f93eSLiane Prazafile path=usr/lib/llib-liscsit.ln
64ead1f93eSLiane Prazafile path=usr/sbin/itadm mode=0555
65*71e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWiscsitr desc="Sun iSCSI COMSTAR Port Provider" \
66*71e464e5SPeter Dennis - Sustaining Engineer    name="Sun iSCSI COMSTAR Port Provider (root)"
67*71e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWiscsitu desc="Sun iSCSI COMSTAR Port Provider" \
68*71e464e5SPeter Dennis - Sustaining Engineer    name="Sun iSCSI COMSTAR Port Provider"
69ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
70ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
71ead1f93eSLiane Prazalink path=usr/lib/$(ARCH64)/libiscsit.so target=libiscsit.so.1
72ead1f93eSLiane Prazalink path=usr/lib/libiscsit.so target=libiscsit.so.1
73