update to sysstat-10.2.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12141 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2013-11-06 10:37:31 +00:00
parent 6556ce865b
commit f1b1c203ad
3 changed files with 29 additions and 8 deletions

View File

@ -342,7 +342,7 @@ export -f as_root</userinput></screen>
<!ENTITY redland-version "1.0.16"> <!ENTITY redland-version "1.0.16">
<!ENTITY sg3_utils-version "1.37"> <!ENTITY sg3_utils-version "1.37">
<!ENTITY strigi-version "0.7.8"> <!ENTITY strigi-version "0.7.8">
<!ENTITY sysstat-version "10.1.7"> <!ENTITY sysstat-version "10.2.0">
<!ENTITY udisks-version "1.0.4"> <!-- stable lt .90 micro version --> <!ENTITY udisks-version "1.0.4"> <!-- stable lt .90 micro version -->
<!ENTITY udisks2-version "2.1.1"> <!-- stable lt .90 micro version --> <!ENTITY udisks2-version "2.1.1"> <!-- stable lt .90 micro version -->
<!ENTITY unrar-version "5.0.12"> <!ENTITY unrar-version "5.0.12">

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities; %general-entities;
<!ENTITY sysstat-download-http "http://perso.wanadoo.fr/sebastien.godard/sysstat-&sysstat-version;.tar.bz2"> <!ENTITY sysstat-download-http "http://perso.wanadoo.fr/sebastien.godard/sysstat-&sysstat-version;.tar.xz">
<!ENTITY sysstat-download-ftp " "> <!ENTITY sysstat-download-ftp " ">
<!ENTITY sysstat-md5sum "72e9d84efcbb366a988de09e958636e2"> <!ENTITY sysstat-md5sum "8993316d1ed4c3e474ae534202e17f93">
<!ENTITY sysstat-size "304 KB"> <!ENTITY sysstat-size "273 KB">
<!ENTITY sysstat-buildsize "8.6 MB"> <!ENTITY sysstat-buildsize "7.2 MB">
<!ENTITY sysstat-time "less than 0.1 SBU"> <!ENTITY sysstat-time "0.1 SBU">
]> ]>
<sect1 id="sysstat" xreflabel="Sysstat-&sysstat-version;"> <sect1 id="sysstat" xreflabel="Sysstat-&sysstat-version;">
@ -109,16 +109,33 @@ make</userinput></screen>
<systemitem class="username">root</systemitem>:<systemitem class="groupname">root</systemitem> <systemitem class="username">root</systemitem>:<systemitem class="groupname">root</systemitem>
ownership.</para> ownership.</para>
<para>Run <command>./configure --help</command> to see other influential <note><para>Run <command>./configure --help</command> to see other influential
environment variables you can pass to <command>configure</command>. You may environment variables you can pass to <command>configure</command>. You may
want to use the <envar>history</envar> and <envar>compressafter</envar> want to use the <envar>history</envar> and <envar>compressafter</envar>
variables to customize the amount of data files kept on the system.</para> variables to customize the amount of data files kept on the system.</para></note>
</sect2> </sect2>
<sect2 role="configuration"> <sect2 role="configuration">
<title>Configuring Sysstat</title> <title>Configuring Sysstat</title>
<sect3 id="sysstat-config">
<title>Config Files</title>
<para>
<filename>/etc/sysconfig/sysstat</filename> and
<filename>/etc/sysconfig/sysstat.ioconf</filename>
</para>
<indexterm zone="sysstat sysstat-config">
<primary sortas="e-etc-sysconfig-sysstat">/etc/sysconfig/sysstat</primary>
</indexterm>
<indexterm zone="sysstat sysstat-config">
<primary sortas="e-etc-sysconfig-sysstat.ioconf">/etc/sysconfig/sysstat.ioconf</primary>
</indexterm>
</sect3>
<sect3> <sect3>
<title>Cron Information</title> <title>Cron Information</title>

View File

@ -46,6 +46,10 @@
<listitem> <listitem>
<para>November 6th, 2013</para> <para>November 6th, 2013</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[igor] - Update to sysstat-10.2.0. Fixes
<ulink url="&blfs-ticket-root;4269">#4269</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[igor] - Update to ImageMagick-6.8.7-4. Fixes <para>[igor] - Update to ImageMagick-6.8.7-4. Fixes
<ulink url="&blfs-ticket-root;4266">#4266</ulink>.</para> <ulink url="&blfs-ticket-root;4266">#4266</ulink>.</para>