Changeset 518cff0 for postlfs


Ignore:
Timestamp:
07/16/2014 03:00:51 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
9ad08f8
Parents:
f28636c
Message:

Update to xfsprogs-3.2.1.
Update to gparted-0.19.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/xfsprogs.xml

    rf28636c r518cff0  
    55  %general-entities;
    66
    7   <!ENTITY xfsprogs-download-http "&sources-anduin-http;/x/xfsprogs-&xfsprogs-version;.tar.gz">
     7<!--  <!ENTITY xfsprogs-download-http "&sources-anduin-http;/x/xfsprogs-&xfsprogs-version;.tar.gz">-->
     8  <!ENTITY xfsprogs-download-http " ">
    89  <!ENTITY xfsprogs-download-ftp  "ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-&xfsprogs-version;.tar.gz">
    9   <!ENTITY xfsprogs-md5sum        "400047b2f6af87c0345b8f0cc00c13db">
    10   <!ENTITY xfsprogs-size          "1.4 MB">
    11   <!ENTITY xfsprogs-buildsize     "54 MB">
    12   <!ENTITY xfsprogs-time          "0.7 SBU">
     10  <!ENTITY xfsprogs-md5sum        "5c6905932029c8f9207fe5a0a8aac24b">
     11  <!ENTITY xfsprogs-size          "1.5 MB">
     12  <!ENTITY xfsprogs-buildsize     "45 MB">
     13  <!ENTITY xfsprogs-time          "0.6 SBU">
    1314]>
    1415
     
    128129
    129130      <seglistitem>
    130         <seg>fsck.xfs, mkfs.xfs, xfs_admin, xfs_bmap, xfs_check, xfs_copy,
    131         xfs_db, xfs_freeze, xfs_growfs, xfs_info, xfs_io, xfs_logprint,
    132         xfs_mdrestore, xfs_metadump, xfs_mkfile, xfs_ncheck, xfs_quota,
    133         xfs_repair, and xfs_rtcp</seg>
     131        <seg>fsck.xfs, mkfs.xfs, xfs_admin, xfs_bmap, xfs_copy, xfs_db,
     132        xfs_estimate, xfs_freeze, xfs_fsr, xfs_growfs, xfs_info, xfs_io,
     133        xfs_logprint, xfs_mdrestore, xfs_metadump, xfs_mkfile, xfs_ncheck,
     134        xfs_quota, xfs_repair, and xfs_rtcp</seg>
    134135        <seg>libhandle.{so,a}</seg>
    135136        <seg>/usr/include/xfs and /usr/share/doc/xfsprogs</seg>
     
    183184      </varlistentry>
    184185
    185       <varlistentry id="xfs_check">
    186         <term><command>xfs_check</command></term>
    187         <listitem>
    188           <para>checks XFS file system consistency.</para>
    189           <indexterm zone="xfsprogs xfs_check">
    190             <primary sortas="b-xfs_check">xfs_check</primary>
    191           </indexterm>
    192         </listitem>
    193       </varlistentry>
    194 
    195186      <varlistentry id="xfs_copy">
    196187        <term><command>xfs_copy</command></term>
     
    204195      </varlistentry>
    205196
     197      <varlistentry id="xfs_estimate">
     198        <term><command>xfs_estimate</command></term>
     199        <listitem>
     200          <para>for each directory argument, estimates the space that directory
     201          would take if it were copied to an XFS filesystem
     202          (does not cross mount points).</para>
     203          <indexterm zone="xfsprogs xfs_estimate">
     204            <primary sortas="b-xfs_estimate">xfs_estimate</primary>
     205          </indexterm>
     206        </listitem>
     207      </varlistentry>
     208
    206209      <varlistentry id="xfs_db">
    207210        <term><command>xfs_db</command></term>
     
    220223          <indexterm zone="xfsprogs xfs_freeze">
    221224            <primary sortas="b-xfs_freeze">xfs_freeze</primary>
     225          </indexterm>
     226        </listitem>
     227      </varlistentry>
     228
     229      <varlistentry id="xfs_fsr">
     230        <term><command>xfs_fsr</command></term>
     231        <listitem>
     232          <para>applicable only to XFS filesystems, improves the organization
     233          of mounted filesystems, the reorganization algorithm operates on one
     234          file at a time, compacting or othewise  improving the layout of the
     235          file extents (contiguous blocks of file data).</para>
     236          <indexterm zone="xfsprogs xfs_fsr">
     237            <primary sortas="b-xfs_fsr">xfs_fsr</primary>
    222238          </indexterm>
    223239        </listitem>
Note: See TracChangeset for help on using the changeset viewer.