Updated to Sysstat-5.1.5

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3574 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-03-24 05:27:53 +00:00
parent e20b603b5f
commit 155d664f7c
3 changed files with 24 additions and 14 deletions

View File

@ -1,8 +1,8 @@
<!ENTITY day "23">
<!ENTITY day "24">
<!ENTITY month "03">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">
<!ENTITY releasedate "March &day;rd, &year;">
<!ENTITY releasedate "March &day;th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "cvs"> <!-- cvs|[release #] -->
<!ENTITY lfs-version "development"> <!-- version|stable|testing|unstable|development] -->
@ -126,7 +126,7 @@
<!ENTITY pkgconfig-version "0.15.0">
<!ENTITY cpio-version "2.6">
<!ENTITY mc-version "4.6.0">
<!ENTITY sysstat-version "5.0.6">
<!ENTITY sysstat-version "5.1.5">
<!ENTITY apache-ant-version "1.6.2">
<!-- Chapter 12 -->

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY sysstat-download-http "http://perso.wanadoo.fr/sebastien.godard/sysstat-&sysstat-version;.tar.gz">
<!ENTITY sysstat-download-ftp "ftp://ibiblio.org/pub/linux/system/status/sysstat-&sysstat-version;.tar.gz">
<!ENTITY sysstat-md5sum "51569230bf82e434919a56b0c7c411ba">
<!ENTITY sysstat-size "124 KB">
<!ENTITY sysstat-buildsize "1.2 MB">
<!ENTITY sysstat-time "0.12 SBU">
<!ENTITY sysstat-download-http "http://perso.wanadoo.fr/sebastien.godard/sysstat-&sysstat-version;.tar.bz2">
<!ENTITY sysstat-download-ftp "ftp://ibiblio.org/pub/linux/system/status/sysstat-&sysstat-version;.tar.bz2">
<!ENTITY sysstat-md5sum "075488cbb5979deec0ab05f3ca0c8d12">
<!ENTITY sysstat-size "118 KB">
<!ENTITY sysstat-buildsize "1.88 MB">
<!ENTITY sysstat-time "0.04 SBU">
]>
<sect1 id="sysstat" xreflabel="Sysstat-&sysstat-version;">
@ -73,11 +73,18 @@ make</command></userinput></screen>
<title>Command explanations</title>
<para><command>make config</command>: Runs the interactive configuration
process. The first question prompts you for an "Installation directory".
Reply with <filename class="directory">/usr</filename>, as this is equivalent
to <application>Autoconf</application>'s <parameter>--prefix=/usr</parameter>
parameter to <command>configure</command>. For all other prompts, you may
press <command>Enter</command> to accept the (very sane) defaults.</para>
process. The first question prompts you for an
<quote><computeroutput>Installation directory</computeroutput></quote>. Reply
with <filename class="directory">/usr</filename>, as
this is equivalent to <application>Autoconf</application>'s
<parameter>--prefix=/usr</parameter> parameter to
<command>configure</command>. For all other prompts, you may
press <command>Enter</command> to accept the (very sane) defaults. When
prompted for <quote><computeroutput>Number of daily data files to keep:
[7]</computeroutput></quote>, you may wish to keep a larger number of files.
However, don't exceed 25 because <application>Sysstat</application> will
resuse existing files the next month, leading to erroneous daily
reports.</para>
</sect2>

View File

@ -22,6 +22,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>March 24th, 2005 [randy]: Updated to
Sysstat-5.1.5</para></listitem>
<listitem><para>March 23rd, 2005 [randy]: Updated to Shadow-4.0.7; added
security patch to Vim instructions; added daemon fixes patch to Inetutils
instructions.</para></listitem>