Changeset b37eb5f for general/sysutils


Ignore:
Timestamp:
01/28/2005 03:38:59 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
953ca97
Parents:
a1dd01c
Message:

Updated to hdparm-5.8

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3350 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/hdparm.xml

    ra1dd01c rb37eb5f  
    77<!ENTITY hdparm-download-http "http://www.ibiblio.org/pub/Linux/system/hardware/hdparm-&hdparm-version;.tar.gz">
    88<!ENTITY hdparm-download-ftp " ">
    9 <!ENTITY hdparm-size "37 KB">
    10 <!ENTITY hdparm-buildsize "257 KB">
     9<!ENTITY hdparm-size "38 KB">
     10<!ENTITY hdparm-buildsize "404 KB">
    1111<!ENTITY hdparm-time "0.01 SBU">
    1212]>
     
    1919<?dbhtml filename="hdparm.html"?>
    2020<title>hdparm-&hdparm-version;</title>
     21<indexterm zone="hdparm">
     22<primary sortas="a-Hdparm">Hdparm</primary>
     23</indexterm>
    2124
    2225<sect2>
    2326<title>Introduction to <application>hdparm</application></title>
    2427
    25 <para>The <application>hdparm</application> package contains a
    26 utility that is useful for controlling <acronym>ATA</acronym>/
    27 <acronym>IDE</acronym> controllers and hard drives both to increase
    28 performance and sometimes to increase stability.</para>
     28<para>The <application>hdparm</application> package contains a utility that is
     29useful for controlling <acronym>ATA</acronym>/<acronym>IDE</acronym>
     30controllers and hard drives both to increase performance and sometimes to
     31increase stability.</para>
    2932
    3033<warning><para>As well as being useful, incorrect usage of
     
    3639<sect3><title>Package information</title>
    3740<itemizedlist spacing='compact'>
    38 <listitem><para>Download (HTTP): <ulink url="&hdparm-download-http;"/></para></listitem>
    39 <listitem><para>Download (FTP): <ulink url="&hdparm-download-ftp;"/></para></listitem>
    40 <listitem><para>Download size: &hdparm-size;</para></listitem>
    41 <listitem><para>Estimated disk space required: &hdparm-buildsize;</para></listitem>
    42 <listitem><para>Estimated build time: &hdparm-time;</para></listitem></itemizedlist>
     41<listitem><para>Download (HTTP):
     42<ulink url="&hdparm-download-http;"/></para></listitem>
     43<listitem><para>Download (FTP):
     44<ulink url="&hdparm-download-ftp;"/></para></listitem>
     45<listitem><para>Download size:
     46&hdparm-size;</para></listitem>
     47<listitem><para>Estimated disk space required:
     48&hdparm-buildsize;</para></listitem>
     49<listitem><para>Estimated build time:
     50&hdparm-time;</para></listitem></itemizedlist>
    4351</sect3>
    44 
    45 <!-- <sect3><title>Additional downloads</title>
    46 <itemizedlist spacing='compact'>
    47 <listitem><para>Required Patch: <ulink
    48 url="&patch-root;/hdparm-&hdparm-version;-glibc_CVS-1.patch"/></para></listitem>
    49 </itemizedlist></sect3> -->
    5052
    5153</sect2>
     
    5456<title>Installation of <application>hdparm</application></title>
    5557
    56 <!-- <para>First apply the required patch:</para>
     58<para>Build <application>hdparm</application> by running the following
     59command:</para>
    5760
    58 <screen><userinput><command>patch -Np1 -i ../hdparm-&hdparm-version;-glibc_CVS-1.patch</command></userinput></screen> -->
     61<screen><userinput><command>make</command></userinput></screen>
    5962
    60 <para>Install <application>hdparm</application> by running the following
    61 commands:</para>
     63<para>As the root user, install <application>hdparm</application>:</para>
    6264
    63 <screen><userinput><command>make &amp;&amp;
    64 make install</command></userinput></screen>
     65<screen><userinput role='root'><command>make install</command></userinput></screen>
    6566
    6667<para>Note that by default, <command>hdparm</command> is installed in
     
    6970is mounted.  If you wish to install <command>hdparm</command> under the
    7071<filename class="directory">/usr</filename> hierarchy, then replace the above
    71 commands with the following:</para>
     72command with the following:</para>
    7273
    73 <screen><userinput><command>make &amp;&amp;
    74 make binprefix=/usr install</command></userinput></screen>
     74<screen><userinput role='root'><command>make binprefix=/usr install</command></userinput></screen>
    7575
    7676</sect2>
     
    7979<title>Contents</title>
    8080
    81 <para>The <application>hdparm</application> package contains
    82 <command>hdparm</command>.</para>
     81<segmentedlist>
     82<segtitle>Installed Program</segtitle>
     83<segtitle>Installed Libraries</segtitle>
     84<segtitle>Installed Directories</segtitle>
    8385
    84 </sect2>
     86<seglistitem>
     87<seg>hdparm</seg>
     88<seg>None</seg>
     89<seg>None</seg>
     90</seglistitem>
     91</segmentedlist>
    8592
    86 <sect2><title>Description</title>
     93<variablelist>
     94<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     95<?dbfo list-presentation="list"?>
    8796
    88 <sect3><title>hdparm</title>
    89 <para><command>hdparm</command> provides a command-line interface to various
    90 hard disk ioctls supported by the stock Linux
    91 <acronym>ATA</acronym>/<acronym>IDE</acronym> device driver
    92 subsystem.</para></sect3>
     97<varlistentry id="hdparm-prog">
     98<term><command>hdparm</command></term>
     99<listitem><para>provides a command-line interface to various hard disk ioctls
     100supported by the stock Linux <acronym>ATA</acronym>/<acronym>IDE</acronym>
     101device driver subsystem.</para>
     102<indexterm zone="hdparm hdparm-prog">
     103<primary sortas="b-hdparm">hdparm</primary>
     104</indexterm></listitem>
     105</varlistentry>
     106</variablelist>
    93107
    94108</sect2>
Note: See TracChangeset for help on using the changeset viewer.