components/sg3_utils/sg3_utils.p5m
changeset 1205 6c6c27bcf9ac
parent 967 92027d7f7d91
child 1225 2e558aea9a28
equal deleted inserted replaced
1204:c8e9f85492a3 1205:6c6c27bcf9ac
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    26 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    27 set name=pkg.fmri \
    27 set name=pkg.fmri \
    28     value=pkg:/system/storage/sg3_utils@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28     value=pkg:/system/storage/sg3_utils@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    29 set name=pkg.summary value="Utilities for devices that use SCSI command sets"
    29 set name=pkg.summary value="Utilities for devices that use SCSI command sets"
    30 set name=pkg.description \
    30 set name=pkg.description \
    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.'
    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.'
       
    32 set name=com.oracle.info.description value="the sg3 SCSI utilities"
    32 set name=info.classification \
    33 set name=info.classification \
    33     value="org.opensolaris.category.2008:Applications/System Utilities"
    34     value="org.opensolaris.category.2008:Applications/System Utilities"
    34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=org.opensolaris.arc-caseid value=PSARC/2009/029
    37 set name=org.opensolaris.arc-caseid value=PSARC/2009/029