Changeset 8ef150f
- Timestamp:
- 10/04/2018 04:20:45 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3cd606e2
- Parents:
- 95378e8
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/sg3_utils.xml
r95378e8 r8ef150f 7 7 <!ENTITY sg3_utils-download-http "http://sg.danny.cz/sg/p/sg3_utils-&sg3_utils-version;.tar.xz"> 8 8 <!ENTITY sg3_utils-download-ftp " "> 9 <!ENTITY sg3_utils-md5sum " 913ac2c9069d2ba44e05565a445810ab">10 <!ENTITY sg3_utils-size " 752KB">11 <!ENTITY sg3_utils-buildsize "2 3MB">9 <!ENTITY sg3_utils-md5sum "d1cf7d22e25113dfd0e9db1fcb9032ba"> 10 <!ENTITY sg3_utils-size "904 KB"> 11 <!ENTITY sg3_utils-buildsize "29 MB"> 12 12 <!ENTITY sg3_utils-time "0.2 SBU"> 13 13 ]> … … 75 75 </itemizedlist> 76 76 77 <!-- No longer needed as 1.44 fixes the sysmacros.h use 77 78 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 78 79 <itemizedlist spacing="compact"> … … 84 85 </listitem> 85 86 </itemizedlist> 87 --> 86 88 87 89 <para condition="html" role="usernotes">User Notes: … … 98 100 </para> 99 101 100 <screen><userinput>patch -Np1 -i ../sg3_utils-&sg3_utils-version;-glibc_2.28-fixes-1.patch && 101 ./configure --prefix=/usr --disable-static && 102 <screen><userinput>./configure --prefix=/usr --disable-static && 102 103 make</userinput></screen> 103 104 … … 133 134 <seg> 134 135 scsi_logging_level, scsi_mandat, scsi_readcap, scsi_ready, scsi_satl, 135 scsi_start, scsi_stop, scsi_temperature, sg_ compare_and_write,136 scsi_start, scsi_stop, scsi_temperature, sg_bg_ctl, sg_compare_and_write, 136 137 sg_copy_results, sg_dd, sg_decode_sense, sg_emc_trespass, sg_format, 137 138 sg_get_config, sg_get_lba_status, sg_ident, sg_inq, sg_logs, sg_luns, 138 139 sg_map, sg_map26, sg_modes, sg_opcodes, sg_persist, sg_prevent, 139 sg_raw, sg_rbuf, sg_rdac, sg_read, sg_read_ block_limits,140 sg_raw, sg_rbuf, sg_rdac, sg_read, sg_read_attr, sg_read_block_limits, 140 141 sg_read_buffer, sg_read_long, sg_readcap, sg_reassign, sg_referrals, 141 142 sg_rep_zones, sg_requests, sg_reset, sg_reset_wp, sg_rmsn, sg_rtpg, 142 143 sg_safte, sg_sanitize, sg_sat_identify, sg_sat_phy_event, 143 sg_sat_read_gplog, sg_sat_set_features, sg_scan, sg_se nddiag, sg_ses,144 sg_ses_microcode, sg_start, sg_stpg, sg_s ync, sg_test_rwbuf, sg_turs,145 sg_ unmap, sg_verify, sg_vpd, sg_wr_mode, sg_write_buffer,146 sg_write_long, sg_write_same, sg_write_verify, sg_ xcopy, sginfo,147 sg m_dd, and sgp_dd144 sg_sat_read_gplog, sg_sat_set_features, sg_scan, sg_seek, sg_senddiag, sg_ses, 145 sg_ses_microcode, sg_start, sg_stpg, sg_stream_ctl, sg_sync, sg_test_rwbuf, 146 sg_turs, sg_unmap, sg_verify, sg_vpd, sg_wr_mode, sg_write_buffer, 147 sg_write_long, sg_write_same, sg_write_verify, sg_write_x, sg_xcopy, sg_zone, 148 sginfo, sgm_dd, and sgp_dd 148 149 </seg> 149 150 <seg> … … 257 258 </varlistentry> 258 259 260 <varlistentry id="sg_bg_ctl"> 261 <term><command>sg_bg_ctl</command></term> 262 <listitem> 263 <para> 264 performs a SCSI BACKGROUND CONTROL command on a device to perform 265 "advanced background operations". 266 </para> 267 <indexterm zone="sg3_utils sg_bg_ctl"> 268 <primary sortas="b-sg_bg_ctl">sg_bg_ctl</primary> 269 </indexterm> 270 </listitem> 271 </varlistentry> 272 259 273 <varlistentry id="sg_compare_and_write"> 260 274 <term><command>sg_compare_and_write</command></term> … … 566 580 </varlistentry> 567 581 582 <varlistentry id="sg_read_attr"> 583 <term><command>sg_read_attr</command></term> 584 <listitem> 585 <para> 586 performs a SCSI READ ATTRIBUTE command on a device. 587 </para> 588 <indexterm zone="sg3_utils sg_read_attr"> 589 <primary sortas="b-sg_read_attr">sg_read_attr</primary> 590 </indexterm> 591 </listitem> 592 </varlistentry> 593 568 594 <varlistentry id="sg_read_block_limits"> 569 595 <term><command>sg_read_block_limits</command></term> … … 800 826 </varlistentry> 801 827 828 <varlistentry id="sg_seek"> 829 <term><command>sg_seek</command></term> 830 <listitem> 831 <para> 832 performs a SCSI SEEK or PRE-FETCH command on a device and it's cache. 833 </para> 834 <indexterm zone="sg3_utils sg_seek"> 835 <primary sortas="b-sg_seek">sg_seek</primary> 836 </indexterm> 837 </listitem> 838 </varlistentry> 839 802 840 <varlistentry id="sg_senddiag"> 803 841 <term><command>sg_senddiag</command></term> … … 862 900 </varlistentry> 863 901 902 <varlistentry id="sg_stream_ctl"> 903 <term><command>sg_stream_ctl</command></term> 904 <listitem> 905 <para> 906 performs a SCSI STREAM CONTROL or GET STREAM STATUS command on a device 907 to open or close an I/O stream. 908 </para> 909 <indexterm zone="sg3_utils sg_stream_ctl"> 910 <primary sortas="sg3_utils sg_stream_ctl">sg_stream_ctl</primary> 911 </indexterm> 912 </listitem> 913 </varlistentry> 914 864 915 <varlistentry id="sg_sync"> 865 916 <term><command>sg_sync</command></term> … … 978 1029 sends the SCSI WRITE AND VERIFY command. 979 1030 </para> 1031 <indexterm zone="sg3_utils sg_write_verify"> 1032 <primary sortas="b-sg_write_verify">sg_write_verify</primary> 1033 </indexterm> 1034 </listitem> 1035 </varlistentry> 1036 1037 <varlistentry id="sg_write_x"> 1038 <term><command>sg_write_x</command></term> 1039 <listitem> 1040 <para> 1041 performs SCSI WRITE commands on a device. 1042 </para> 1043 <indexterm zone="sg3_utils sg_write_x"> 1044 <primary sortas="b-sg_write_x">sg_write_x</primary> 1045 </indexterm> 1046 </listitem> 1047 </varlistentry> 1048 1049 <varlistentry id="sg_wr_mode"> 1050 <term><command>sg_wr_mode</command></term> 1051 <listitem> 1052 <para> 1053 writes mode page. 1054 </para> 1055 <indexterm zone="sg3_utils sg_wr_mode"> 1056 <primary sortas="b-sg_wr_mode">sg_wr_mode</primary> 1057 </indexterm> 1058 </listitem> 1059 </varlistentry> 1060 1061 <varlistentry id="sg_xcopy"> 1062 <term><command>sg_xcopy</command></term> 1063 <listitem> 1064 <para> 1065 copies data to and from files and devices 1066 using SCSI EXTENDED COPY (XCOPY). 1067 </para> 980 1068 <indexterm zone="sg3_utils sg_xcopy"> 981 1069 <primary sortas="b-sg_xcopy">sg_xcopy</primary> … … 984 1072 </varlistentry> 985 1073 986 <varlistentry id="sg_wr_mode"> 987 <term><command>sg_wr_mode</command></term> 988 <listitem> 989 <para> 990 writes mode page. 991 </para> 992 <indexterm zone="sg3_utils sg_wr_mode"> 993 <primary sortas="b-sg_wr_mode">sg_wr_mode</primary> 994 </indexterm> 995 </listitem> 996 </varlistentry> 997 998 <varlistentry id="sg_xcopy"> 999 <term><command>sg_xcopy</command></term> 1000 <listitem> 1001 <para> 1002 copies data to and from files and devices 1003 using SCSI EXTENDED COPY (XCOPY). 1004 </para> 1005 <indexterm zone="sg3_utils sg_xcopy"> 1006 <primary sortas="b-sg_xcopy">sg_xcopy</primary> 1074 <varlistentry id="sg_zone"> 1075 <term><command>sg_zone</command></term> 1076 <listitem> 1077 <para> 1078 performs SCSI ZONE commands on a device, such as OPEN, CLOSE, FINISH 1079 or SEQUENTIALIZE. 1080 </para> 1081 <indexterm zone="sg3_utils sg_zone"> 1082 <primary sortas="b-sg_zone">sg_zone</primary> 1007 1083 </indexterm> 1008 1084 </listitem> -
introduction/welcome/changelog.xml
r95378e8 r8ef150f 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[renodr] - Update to sg3_utils-1.44. Fixes 50 <ulink url="&blfs-ticket-root;11141">#11141</ulink>.</para> 51 </listitem> 52 <listitem> 49 53 <para>[renodr] - Update to IO::Socket:SSL-2.060 (Perl Module). Fixes 50 54 <ulink url="&blfs-ticket-root;11155">#11155</ulink>.</para> -
packages.ent
r95378e8 r8ef150f 290 290 <!ENTITY rasqal-version "0.9.33"> 291 291 <!ENTITY redland-version "1.0.17"> 292 <!ENTITY sg3_utils-version "1.4 2">292 <!ENTITY sg3_utils-version "1.44"> 293 293 <!ENTITY strigi-version "0.7.8"> 294 294 <!ENTITY sysstat-version "11.6.5">
Note:
See TracChangeset
for help on using the changeset viewer.