1 #
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
14 #
15
16 set name=pkg.fmri value=pkg:/network/aoe/initiator@$(PKGVERS)
17 set name=pkg.description value="Nexenta AoE initiator"
18 set name=pkg.summary value="Nexenta AoE initiator"
19 set name=info.classification \
20 value=org.opensolaris.category.2008:System/Hardware
21 set name=variant.arch value=$(ARCH)
22 dir path=etc group=sys variant.opensolaris.zone=global
23 dir path=kernel group=sys
24 dir path=kernel/drv group=sys
25 dir path=kernel/drv/$(ARCH64) group=sys
26 dir path=lib variant.opensolaris.zone=global
27 dir path=lib/svc variant.opensolaris.zone=global
28 dir path=lib/svc/manifest group=sys variant.opensolaris.zone=global
29 dir path=lib/svc/manifest/network group=sys variant.opensolaris.zone=global
30 dir path=lib/svc/method variant.opensolaris.zone=global
31 dir path=usr group=sys
32 dir path=usr/share/man/man7d
33 driver name=aoeblk perms="* 0600 root sys"
34 file path=kernel/drv/$(ARCH64)/aoeblk group=sys
35 file path=kernel/drv/aoeblk.conf group=sys
36 file path=lib/svc/manifest/network/aoe-initiator.xml group=sys mode=0444 \
37 variant.opensolaris.zone=global
38 file path=lib/svc/method/aoe-initiator mode=0555 \
39 variant.opensolaris.zone=global
40 file path=usr/share/man/man7d/aoeblk.7d
41 license lic_CDDL license=lic_CDDL
42 depend fmri=storage/aoe type=require