Ignore:
Timestamp:
08/16/2004 05:50:51 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
2fa0880
Parents:
9c69d5bc
Message:

Updated Sysstat instuctions to use entities instead of hard-coded version numbers

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/sysstat.xml

    r9c69d5bc r1498ead  
    55  %general-entities;
    66
    7   <!ENTITY sysstat-download-http "http://perso.wanadoo.fr/sebastien.godard/sysstat-5.0.5.tar.gz">
    8   <!ENTITY sysstat-download-ftp  "ftp://ibiblio.org/pub/linux/system/status/sysstat-5.0.5.tar.gz">
    9   <!ENTITY sysstat-size          "123 KB">
     7  <!ENTITY sysstat-download-http "http://perso.wanadoo.fr/sebastien.godard/sysstat-&sysstat-version;.tar.gz">
     8  <!ENTITY sysstat-download-ftp  "ftp://ibiblio.org/pub/linux/system/status/sysstat-&sysstat-version;.tar.gz">
     9  <!ENTITY sysstat-size          "124 KB">
    1010  <!ENTITY sysstat-buildsize     "1.2 MB">
    1111  <!ENTITY sysstat-time          ".12 SBU">
     
    2626monitor system performance and usage activity.
    2727<application>Sysstat</application> contains the <command>sar</command> utility,
    28 common to many commercial Unixes, and tools you can schedule via cron to collect
    29 and historize performance and activity data.</para>
     28common to many commercial Unixes, and tools you can schedule via cron to
     29collect and historize performance and activity data.</para>
    3030
    3131<sect3><title>Package information</title>
     
    7474<sect3><title>Cron information</title>
    7575
    76 <para>To begin gathering <application>Sysstat</application> history information,
    77 you must add to, or create a privileged user's crontab. The default history
    78 data location is <filename class="directory">/var/log/sa</filename>. The user
    79 running <application>Sysstat</application> utilities via cron must have write
     76<para>To begin gathering <application>Sysstat</application> history
     77information, you must add to, or create a privileged user's crontab. The
     78default history data location is
     79<filename class="directory">/var/log/sa</filename>. The user running
     80<application>Sysstat</application> utilities via cron must have write
    8081access to this location.</para>
    8182
Note: See TracChangeset for help on using the changeset viewer.