From fdc00738c204bb4fed568ae034196cda0bcf6a7d Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 16 Nov 2011 21:55:20 +0000 Subject: [PATCH] Update to sysstat-10.0.2. Update to iso-codes-3.30. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8972 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 10 ++-- general/genlib/iso-codes.xml | 12 ++--- general/sysutils/cpio.xml | 2 +- general/sysutils/initdtools.xml | 2 + general/sysutils/sysstat.xml | 74 ++++++++++++++++++------------ introduction/welcome/changelog.xml | 12 +++++ 6 files changed, 71 insertions(+), 41 deletions(-) diff --git a/general.ent b/general.ent index 38acb52f8a..8ccc00b53f 100644 --- a/general.ent +++ b/general.ent @@ -3,13 +3,13 @@ $LastChangedBy$ $Date$ --> - + - + @@ -56,7 +56,7 @@ $Date$ - + @@ -175,7 +175,7 @@ $Date$ - + @@ -291,7 +291,7 @@ $Date$ - + diff --git a/general/genlib/iso-codes.xml b/general/genlib/iso-codes.xml index 978be5220e..e3c7e06290 100644 --- a/general/genlib/iso-codes.xml +++ b/general/genlib/iso-codes.xml @@ -4,11 +4,11 @@ %general-entities; - - - - - + + + + + ]> @@ -33,7 +33,7 @@ country, language and currency names. This is useful when used as a central database for accessing this data. - &lfs65_checked; + &lfs70_checked; Package Information diff --git a/general/sysutils/cpio.xml b/general/sysutils/cpio.xml index b3bd3c75a2..cde5582a1e 100644 --- a/general/sysutils/cpio.xml +++ b/general/sysutils/cpio.xml @@ -32,7 +32,7 @@ The cpio package contains tools for archiving. - &lfs67_checked; + &lfs70_checked; Package Information diff --git a/general/sysutils/initdtools.xml b/general/sysutils/initdtools.xml index 28b13d7073..aacfe99ffb 100644 --- a/general/sysutils/initdtools.xml +++ b/general/sysutils/initdtools.xml @@ -31,6 +31,8 @@ The initd-tools package contains programs to install and remove LSB based bootscripts. + &lfs70_checked; + Package Information diff --git a/general/sysutils/sysstat.xml b/general/sysutils/sysstat.xml index bc8f027ef9..e9e6031b44 100644 --- a/general/sysutils/sysstat.xml +++ b/general/sysutils/sysstat.xml @@ -6,9 +6,9 @@ - - - + + + ]> @@ -35,6 +35,8 @@ utility, common to many commercial Unixes, and tools you can schedule via cron to collect and historize performance and activity data. + &lfs70_checked; + Package Information @@ -80,9 +82,11 @@ -sa_lib_dir=/usr/lib/sa sa_dir=/var/log/sa conf_dir=/etc/sysconfig \ - ./configure --prefix=/usr \ - --disable-man-group && +sa_lib_dir=/usr/lib/sa \ +sa_dir=/var/log/sa \ +conf_dir=/etc/sysconfig \ +./configure --prefix=/usr \ + --disable-man-group && make This package does not come with a test suite. @@ -193,7 +197,8 @@ make Installed Directories - iostat, isag, mpstat, pidstat, sa1, sa2, sadc, sadf and sar + cifsiostat, iostat, mpstat, nsfiostat, pidstat, sa1, sa2, + sadc, sadf, and sar None /usr/lib/sa, /usr/share/doc/sysstat-&sysstat-version; and /var/log/sa @@ -205,6 +210,17 @@ make + + cifsiostat + + displays statistics about read and write operations on CIFS + filesystems. + + cifsiostat + + + + iostat @@ -216,23 +232,23 @@ make - - isag + + mpstat - is an Interactive System Activity Grapher. - - isag + writes activities for each available processor. + + mpstat - - mpstat + + nfsiostat - reports individual or combined processor related - statistics. - - mpstat + displays statistics about read and write operations on NFS + filesystems. + + nfsiostat @@ -248,17 +264,6 @@ make - - sar - - collects, reports and saves system activity - information. - - sar - - - - sa1 @@ -306,6 +311,17 @@ make + + sar + + is used for displaying the contents of elected cumulative activity + counters in the operating system. + + sar + + + + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 9e1b3ae132..52c6f861b2 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,18 @@ --> + + November 16th, 2011 + + + [bdubbs] - Update to sysstat-10.0.2. + + + [bdubbs] - Update to iso-codes-3.30. + + + + November 15th, 2011