1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
Source: iscsit
Section: admin
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
debhelper ( >= 9 ),
dpkg-dev ( >= 1.16.1~ ),
libnvpair-dev, lib32nvpair-dev [illumos-amd64 kopensolaris-amd64],
libscf-dev, lib32scf-dev [illumos-amd64 kopensolaris-amd64],
libstmf-dev, lib32stmf-dev [illumos-amd64 kopensolaris-amd64],
libsunuuid-dev | uuid-dev, lib32sunuuid-dev [illumos-amd64 kopensolaris-amd64],
gcc-multilib [illumos-amd64 kopensolaris-amd64],
Standards-Version: 3.9.4
Homepage: http://illumos.org/
Package: libiscsit1
Section: libs
Priority: optional
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any kopensolaris-any
Recommends: iscsitsvc
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: iSCSI Target Management library
This package includes shared libiscsit library.
.
Functions in this library provide management services for COMSTAR iSCSI
target ports on top of the SCSI Target Mode Framework (STMF)
Package: lib32iscsit1
Section: libs
Priority: optional
Architecture: illumos-amd64 kopensolaris-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: iSCSI Target Management library (32 bit)
This package includes shared libiscsit library.
.
Functions in this library provide management services for COMSTAR iSCSI
target ports on top of the SCSI Target Mode Framework (STMF)
.
This is 32-bit version of the library
Package: libiscsit-dev
Architecture: illumos-any kopensolaris-any
Priority: optional
Suggests: libiscsit-doc
Section: libdevel
Depends: ${misc:Depends}, libiscsit1 (= ${binary:Version}), libnvpair-dev
Description: iSCSI Target Management library: development files
Contains the symlink, static library and headers needed to compile
applications using the libiscsit library.
.
Functions in this library provide management services for COMSTAR iSCSI
target ports on top of the SCSI Target Mode Framework (STMF)
Package: lib32iscsit-dev
Architecture: illumos-amd64 kopensolaris-amd64
Priority: optional
Section: libdevel
Depends: ${misc:Depends}, lib32iscsit1 (= ${binary:Version}),
libiscsit-dev (= ${binary:Version})
Description: iSCSI Target Management library: development files (32 bit)
Contains files needed to compile 32-bit applications using libiscsit library.
.
Functions in this library provide management services for COMSTAR iSCSI
target ports on top of the SCSI Target Mode Framework (STMF)
Package: libiscsit-doc
Architecture: all
Priority: optional
Section: libdevel
Description: iSCSI Target Management library: documentation
This package contains documentation for the STMF library.
To compile applications using this library install the libiscsit-dev package.
.
Functions in this library provide management services for COMSTAR iSCSI
target ports on top of the SCSI Target Mode Framework (STMF)
Package: itadm
Architecture: illumos-any kopensolaris-any
Priority: optional
Section: admin
Depends: ${shlibs:Depends}, ${misc:Depends}, iscsitsvc
Description: iSCSI Target Management CLI utility
This package contains the itadm utility which provides a command line
interface to the libiscsit library.
.
Functions in this library provide management services for COMSTAR iSCSI
target ports on top of the SCSI Target Mode Framework (STMF)
Package: iscsitsvc
Architecture: illumos-any kopensolaris-any
Priority: optional
Section: admin
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: iSCSI Target configuration daemon
This package contains the iSCSI Target daemon and a SMF service for this
daemon. The purpose of this daemon is to restore iSCSI Target state after
reboot and to make changes made through the libiscsit library persistent
across reboots.
.
The provided SMF service is used as a backend storage for iSCSI Target
configuration and thus required for any client of the libiscsit library
to work.
.
Functions in this library provide management services for COMSTAR iSCSI
target ports on top of the SCSI Target Mode Framework (STMF)
Package: libiscsit1-dbg
Section: libs
Priority: extra
Multi-Arch: same
Architecture: illumos-any kopensolaris-any
Depends: ${misc:Depends}, libiscsit1 (= ${binary:Version})
Description: iSCSI Management library: detached debugging symbols
This package contains the detached debugging symbols for the libiscsit library.
|