Ignore:
Timestamp:
07/31/2012 11:44:40 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f2d2b62
Parents:
22a68d0
Message:

Upgraded several packages. See BLFS ChangeLog for more information.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/hdparm.xml

    r22a68d0 rc627795  
    77  <!ENTITY hdparm-download-http "&sourceforge-repo;/hdparm/hdparm-&hdparm-version;.tar.gz">
    88  <!ENTITY hdparm-download-ftp  " ">
    9   <!ENTITY hdparm-md5sum        "0bb94ddd1bedd5c02b1ca62f1caaf6de">
     9  <!ENTITY hdparm-md5sum        "2bc17b72403885d4faf959682944243b">
    1010  <!ENTITY hdparm-size          "124 KB">
    1111  <!ENTITY hdparm-buildsize     "1 MB">
     
    1313]>
    1414
    15 <sect1 id="hdparm" xreflabel="hdparm-&hdparm-version;">
     15<sect1 id="hdparm" xreflabel="Hdparm-&hdparm-version;">
    1616  <?dbhtml filename="hdparm.html"?>
    1717
     
    3030    <title>Introduction to Hdparm</title>
    3131
    32     <para>The <application>hdparm</application> package contains a utility
    33     that is useful for controlling ATA/IDE controllers and hard drives both to
    34     increase performance and sometimes to increase stability.</para>
     32    <para>
     33      The <application>Hdparm</application> package contains an utility that
     34      is useful for controlling ATA/IDE controllers and hard drives both to
     35      increase performance and sometimes to increase stability.
     36    </para>
    3537
    3638    &lfs71_checked;
    3739
    3840    <warning>
    39       <para>As well as being useful, incorrect usage of
    40       <application>hdparm</application> can destroy your information and in
    41       rare cases, drives. Use with caution and make sure you know what you are
    42       doing. If in doubt, it is recommended that you leave the default kernel
    43       parameters alone.</para>
     41      <para>
     42        As well as being useful, incorrect usage of
     43        <application>Hdparm</application> can destroy your information and in
     44        rare cases, drives. Use with caution and make sure you know what you
     45        are doing. If in doubt, it is recommended that you leave the default
     46        kernel parameters alone.
     47      </para>
    4448    </warning>
    4549
     
    4751    <itemizedlist spacing="compact">
    4852      <listitem>
    49         <para>Download (HTTP): <ulink url="&hdparm-download-http;"/></para>
     53        <para>
     54          Download (HTTP): <ulink url="&hdparm-download-http;"/>
     55        </para>
    5056      </listitem>
    5157      <listitem>
    52         <para>Download (FTP): <ulink url="&hdparm-download-ftp;"/></para>
     58        <para>
     59          Download (FTP): <ulink url="&hdparm-download-ftp;"/>
     60        </para>
    5361      </listitem>
    5462      <listitem>
    55         <para>Download MD5 sum: &hdparm-md5sum;</para>
     63        <para>
     64          Download MD5 sum: &hdparm-md5sum;
     65        </para>
    5666      </listitem>
    5767      <listitem>
    58         <para>Download size: &hdparm-size;</para>
     68        <para>
     69          Download size: &hdparm-size;
     70        </para>
    5971      </listitem>
    6072      <listitem>
    61         <para>Estimated disk space required: &hdparm-buildsize;</para>
     73        <para>
     74          Estimated disk space required: &hdparm-buildsize;
     75        </para>
    6276      </listitem>
    6377      <listitem>
    64         <para>Estimated build time: &hdparm-time;</para>
     78        <para>
     79          Estimated build time: &hdparm-time;
     80        </para>
    6581      </listitem>
    6682    </itemizedlist>
    6783
    6884    <para condition="html" role="usernotes">User Notes:
    69     <ulink url="&blfs-wiki;/hdparm"/></para>
    70 
     85      <ulink url="&blfs-wiki;/hdparm"/>
     86    </para>
    7187  </sect2>
    7288
     
    7490    <title>Installation of Hdparm</title>
    7591
    76     <para>Build <application>hdparm</application> by running the following
    77     command:</para>
     92    <para>
     93      Build <application>Hdparm</application> by running the following
     94      command:
     95    </para>
    7896
    7997<screen><userinput>make</userinput></screen>
    8098
    81     <para>This package does not come with a test suite.</para>
     99    <para>
     100      This package does not come with a test suite.
     101    </para>
    82102
    83     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     103    <para>
     104      Now, as the <systemitem class="username">root</systemitem> user:
     105    </para>
    84106
    85107<screen role="root"><userinput>make install</userinput></screen>
    86108
    87     <para>Note that by default, <command>hdparm</command> is installed in
    88     <filename class="directory">/sbin</filename> as some systems may require it
    89     during the boot process before <filename class="directory">/usr</filename>
    90     is mounted.  If you wish to install <command>hdparm</command> under the
    91     <filename class="directory">/usr</filename> hierarchy, then replace the above
    92     command with the following:</para>
     109    <para>
     110      Note that by default, <command>hdparm</command> is installed in
     111      <filename class="directory">/sbin</filename> as some systems may require it
     112      during the boot process before <filename class="directory">/usr</filename>
     113      is mounted.  If you wish to install <command>hdparm</command> under the
     114      <filename class="directory">/usr</filename> hierarchy, then replace the above
     115      command with the following:
     116    </para>
    93117
    94118<screen role="root"><userinput>make binprefix=/usr/ install</userinput></screen>
     
    101125    <segmentedlist>
    102126      <segtitle>Installed Program</segtitle>
    103       <segtitle>Installed Libraries</segtitle>
    104       <segtitle>Installed Directories</segtitle>
    105127
    106128      <seglistitem>
    107         <seg>hdparm</seg>
    108         <seg>None</seg>
    109         <seg>None</seg>
     129        <seg>
     130          hdparm
     131        </seg>
    110132      </seglistitem>
    111133    </segmentedlist>
     
    119141        <term><command>hdparm</command></term>
    120142        <listitem>
    121           <para>provides a command-line interface to various hard disk ioctls
    122           supported by the stock Linux ATA/IDE device driver subsystem.</para>
     143          <para>
     144            provides a command-line interface to various hard disk ioctls
     145            supported by the stock Linux ATA/IDE device driver subsystem.
     146          </para>
    123147          <indexterm zone="hdparm hdparm-prog">
    124148            <primary sortas="b-hdparm">hdparm</primary>
Note: See TracChangeset for help on using the changeset viewer.