Changeset b37eb5f
- Timestamp:
- 01/28/2005 03:38:59 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 953ca97
- Parents:
- a1dd01c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
ra1dd01c rb37eb5f 1 <!ENTITY day "2 7">1 <!ENTITY day "28"> 2 2 <!ENTITY month "01"> 3 3 <!ENTITY year "2005"> … … 118 118 <!ENTITY gpm-version "1.20.1"> 119 119 <!ENTITY fcron-version "2.9.5.1"> 120 <!ENTITY hdparm-version "5. 7">120 <!ENTITY hdparm-version "5.8"> 121 121 <!ENTITY which-version "2.16"> 122 122 <!ENTITY unzip-version "5.51"> -
general/sysutils/hdparm.xml
ra1dd01c rb37eb5f 7 7 <!ENTITY hdparm-download-http "http://www.ibiblio.org/pub/Linux/system/hardware/hdparm-&hdparm-version;.tar.gz"> 8 8 <!ENTITY hdparm-download-ftp " "> 9 <!ENTITY hdparm-size "3 7KB">10 <!ENTITY hdparm-buildsize " 257KB">9 <!ENTITY hdparm-size "38 KB"> 10 <!ENTITY hdparm-buildsize "404 KB"> 11 11 <!ENTITY hdparm-time "0.01 SBU"> 12 12 ]> … … 19 19 <?dbhtml filename="hdparm.html"?> 20 20 <title>hdparm-&hdparm-version;</title> 21 <indexterm zone="hdparm"> 22 <primary sortas="a-Hdparm">Hdparm</primary> 23 </indexterm> 21 24 22 25 <sect2> 23 26 <title>Introduction to <application>hdparm</application></title> 24 27 25 <para>The <application>hdparm</application> package contains a 26 u tility that is useful for controlling <acronym>ATA</acronym>/27 <acronym>IDE</acronym> controllers and hard drives both to increase 28 performance and sometimes toincrease stability.</para>28 <para>The <application>hdparm</application> package contains a utility that is 29 useful for controlling <acronym>ATA</acronym>/<acronym>IDE</acronym> 30 controllers and hard drives both to increase performance and sometimes to 31 increase stability.</para> 29 32 30 33 <warning><para>As well as being useful, incorrect usage of … … 36 39 <sect3><title>Package information</title> 37 40 <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> 43 51 </sect3> 44 45 <!-- <sect3><title>Additional downloads</title>46 <itemizedlist spacing='compact'>47 <listitem><para>Required Patch: <ulink48 url="&patch-root;/hdparm-&hdparm-version;-glibc_CVS-1.patch"/></para></listitem>49 </itemizedlist></sect3> -->50 52 51 53 </sect2> … … 54 56 <title>Installation of <application>hdparm</application></title> 55 57 56 <!-- <para>First apply the required patch:</para> 58 <para>Build <application>hdparm</application> by running the following 59 command:</para> 57 60 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> 59 62 60 <para>Install <application>hdparm</application> by running the following 61 commands:</para> 63 <para>As the root user, install <application>hdparm</application>:</para> 62 64 63 <screen><userinput><command>make && 64 make install</command></userinput></screen> 65 <screen><userinput role='root'><command>make install</command></userinput></screen> 65 66 66 67 <para>Note that by default, <command>hdparm</command> is installed in … … 69 70 is mounted. If you wish to install <command>hdparm</command> under the 70 71 <filename class="directory">/usr</filename> hierarchy, then replace the above 71 command swith the following:</para>72 command with the following:</para> 72 73 73 <screen><userinput><command>make && 74 make binprefix=/usr install</command></userinput></screen> 74 <screen><userinput role='root'><command>make binprefix=/usr install</command></userinput></screen> 75 75 76 76 </sect2> … … 79 79 <title>Contents</title> 80 80 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> 83 85 84 </sect2> 86 <seglistitem> 87 <seg>hdparm</seg> 88 <seg>None</seg> 89 <seg>None</seg> 90 </seglistitem> 91 </segmentedlist> 85 92 86 <sect2><title>Description</title> 93 <variablelist> 94 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 95 <?dbfo list-presentation="list"?> 87 96 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 100 supported by the stock Linux <acronym>ATA</acronym>/<acronym>IDE</acronym> 101 device driver subsystem.</para> 102 <indexterm zone="hdparm hdparm-prog"> 103 <primary sortas="b-hdparm">hdparm</primary> 104 </indexterm></listitem> 105 </varlistentry> 106 </variablelist> 93 107 94 108 </sect2> -
introduction/welcome/changelog.xml
ra1dd01c rb37eb5f 22 22 23 23 <itemizedlist> 24 25 <listitem><para>January 28th, 2005 [randy]: Updated to 26 hdparm-5.8.</para></listitem> 24 27 25 28 <listitem><para>January 27th, 2005 [randy]: Updated to Heimdal-0.6.3 and
Note:
See TracChangeset
for help on using the changeset viewer.