components/sg3_utils/sg3_utils.p5m
author Rich Burridge <rich.burridge@oracle.com>
Tue, 19 Mar 2013 14:32:45 -0700
changeset 1225 2e558aea9a28
parent 1205 6c6c27bcf9ac
child 1251 f1fb66b52f41
permissions -rw-r--r--
16472248 More minor changes to license file text and .p5m action for Userland S12
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
956
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 967
diff changeset
    23
# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
956
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.fmri \
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
    value=pkg:/system/storage/sg3_utils@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=pkg.summary value="Utilities for devices that use SCSI command sets"
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
set name=pkg.description \
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
    value='Collection of utilities for devices that use the SCSI command set. Includes utilities to copy data based on "dd" syntax and semantics (called sg_dd, sgp_dd and sgm_dd); check INQUIRY data and VPD pages (sg_inq); check mode and log pages (sginfo, sg_modes and sg_logs); spin up and down disks (sg_start); do self tests (sg_senddiag); and various other functions. Warning: Some of these tools access the internals of your system and the incorrect usage of them may render your system inoperable.'
1225
2e558aea9a28 16472248 More minor changes to license file text and .p5m action for Userland S12
Rich Burridge <rich.burridge@oracle.com>
parents: 1205
diff changeset
    32
set name=com.oracle.info.description value="the sg3_utils SCSI utilities"
956
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=info.classification \
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
    value="org.opensolaris.category.2008:Applications/System Utilities"
967
92027d7f7d91 PSARC 2012/277 sg3 utilities 1.33
Wenbo Li<Wenbo.Li@Oracle.COM>
parents: 956
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
956
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.arc-caseid value=PSARC/2009/029
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
dir  path=etc
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
dir  path=etc/security
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
dir  path=etc/security/exec_attr.d
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file sg3_utils-exec_attr path=etc/security/exec_attr.d/system:storage:sg3_utils
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
dir  path=etc/security/prof_attr.d
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file sg3_utils-prof_attr path=etc/security/prof_attr.d/system:storage:sg3_utils
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
dir  path=usr
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
dir  path=usr/bin
967
92027d7f7d91 PSARC 2012/277 sg3 utilities 1.33
Wenbo Li<Wenbo.Li@Oracle.COM>
parents: 956
diff changeset
    48
file path=usr/bin/sg_decode_sense
956
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
file path=usr/bin/sg_format
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
file path=usr/bin/sg_get_config
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
file path=usr/bin/sg_get_lba_status
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/bin/sg_ident
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
file path=usr/bin/sg_inq
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file path=usr/bin/sg_logs
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/bin/sg_luns
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
file path=usr/bin/sg_modes
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
file path=usr/bin/sg_opcodes
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
file path=usr/bin/sg_persist
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file path=usr/bin/sg_prevent
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
file path=usr/bin/sg_raw
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file path=usr/bin/sg_rdac
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
file path=usr/bin/sg_read_block_limits
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
file path=usr/bin/sg_read_buffer
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
file path=usr/bin/sg_read_long
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
file path=usr/bin/sg_readcap
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
file path=usr/bin/sg_reassign
967
92027d7f7d91 PSARC 2012/277 sg3 utilities 1.33
Wenbo Li<Wenbo.Li@Oracle.COM>
parents: 956
diff changeset
    67
file path=usr/bin/sg_referrals
956
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
file path=usr/bin/sg_requests
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
file path=usr/bin/sg_rmsn
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
file path=usr/bin/sg_rtpg
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
file path=usr/bin/sg_safte
967
92027d7f7d91 PSARC 2012/277 sg3 utilities 1.33
Wenbo Li<Wenbo.Li@Oracle.COM>
parents: 956
diff changeset
    72
file path=usr/bin/sg_sanitize
956
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
file path=usr/bin/sg_sat_identify
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
file path=usr/bin/sg_sat_phy_event
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
file path=usr/bin/sg_sat_set_features
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
file path=usr/bin/sg_senddiag
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
file path=usr/bin/sg_ses
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
file path=usr/bin/sg_start
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
file path=usr/bin/sg_stpg
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
file path=usr/bin/sg_sync
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
file path=usr/bin/sg_turs
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
file path=usr/bin/sg_unmap
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
file path=usr/bin/sg_verify
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    84
file path=usr/bin/sg_vpd
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
file path=usr/bin/sg_wr_mode
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
file path=usr/bin/sg_write_buffer
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    87
file path=usr/bin/sg_write_long
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    88
file path=usr/bin/sg_write_same
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    89
dir  path=usr/lib
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
link path=usr/lib/libsgutils2.so target=libsgutils2.so.2.0.0
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    91
link path=usr/lib/libsgutils2.so.2 target=libsgutils2.so.2.0.0
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    92
file path=usr/lib/libsgutils2.so.2.0.0
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    93
dir  path=usr/share
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    94
dir  path=usr/share/man
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    95
dir  path=usr/share/man/man1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    96
file path=usr/share/man/man1m/sg3_utils.1m
967
92027d7f7d91 PSARC 2012/277 sg3 utilities 1.33
Wenbo Li<Wenbo.Li@Oracle.COM>
parents: 956
diff changeset
    97
file path=usr/share/man/man1m/sg_decode_sense.1m
956
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    98
file path=usr/share/man/man1m/sg_format.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    99
file path=usr/share/man/man1m/sg_get_config.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   100
file path=usr/share/man/man1m/sg_get_lba_status.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   101
file path=usr/share/man/man1m/sg_ident.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   102
file path=usr/share/man/man1m/sg_inq.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   103
file path=usr/share/man/man1m/sg_logs.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   104
file path=usr/share/man/man1m/sg_luns.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   105
file path=usr/share/man/man1m/sg_modes.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   106
file path=usr/share/man/man1m/sg_opcodes.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   107
file path=usr/share/man/man1m/sg_persist.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   108
file path=usr/share/man/man1m/sg_prevent.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   109
file path=usr/share/man/man1m/sg_raw.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   110
file path=usr/share/man/man1m/sg_rdac.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   111
file path=usr/share/man/man1m/sg_read_block_limits.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   112
file path=usr/share/man/man1m/sg_read_buffer.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   113
file path=usr/share/man/man1m/sg_read_long.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   114
file path=usr/share/man/man1m/sg_readcap.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   115
file path=usr/share/man/man1m/sg_reassign.1m
967
92027d7f7d91 PSARC 2012/277 sg3 utilities 1.33
Wenbo Li<Wenbo.Li@Oracle.COM>
parents: 956
diff changeset
   116
file path=usr/share/man/man1m/sg_referrals.1m
956
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   117
file path=usr/share/man/man1m/sg_requests.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   118
file path=usr/share/man/man1m/sg_rmsn.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   119
file path=usr/share/man/man1m/sg_rtpg.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   120
file path=usr/share/man/man1m/sg_safte.1m
967
92027d7f7d91 PSARC 2012/277 sg3 utilities 1.33
Wenbo Li<Wenbo.Li@Oracle.COM>
parents: 956
diff changeset
   121
file path=usr/share/man/man1m/sg_sanitize.1m
956
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   122
file path=usr/share/man/man1m/sg_sat_identify.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   123
file path=usr/share/man/man1m/sg_sat_phy_event.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   124
file path=usr/share/man/man1m/sg_sat_set_features.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   125
file path=usr/share/man/man1m/sg_senddiag.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   126
file path=usr/share/man/man1m/sg_ses.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   127
file path=usr/share/man/man1m/sg_start.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   128
file path=usr/share/man/man1m/sg_stpg.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   129
file path=usr/share/man/man1m/sg_sync.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   130
file path=usr/share/man/man1m/sg_turs.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   131
file path=usr/share/man/man1m/sg_unmap.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   132
file path=usr/share/man/man1m/sg_verify.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   133
file path=usr/share/man/man1m/sg_vpd.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   134
file path=usr/share/man/man1m/sg_wr_mode.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   135
file path=usr/share/man/man1m/sg_write_buffer.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   136
file path=usr/share/man/man1m/sg_write_long.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   137
file path=usr/share/man/man1m/sg_write_same.1m
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   138
legacy pkg=SUNWsg3utilsr \
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   139
    desc="sg3 - package of utilities for sending SCSI commands 1.26 (root)" \
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   140
    name="sg3_utils - a package of utilities for sending SCSI commands (root)"
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   141
legacy pkg=SUNWsg3utilsu \
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   142
    desc="sg3 - package of utilities for sending SCSI commands 1.26 (usr)" \
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   143
    name="sg3_utils - a package of utilities for sending SCSI commands (usr)"
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   144
license sg3_utils.license license="GPLv2+ and BSD"
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   145
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   146
# sg3_utils was previously in the 'desktop' consolidation. This optional
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   147
# dependency is here to facilitate the safe transfer of the package 
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   148
# to the 'userland' consolidation.
8dfd8bd38819 7193528 Move sg3_utils to the Userland consolidation
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   149
depend type=optional fmri=consolidation/desktop/[email protected]