Changeset 0b9e193


Ignore:
Timestamp:
10/28/2008 12:43:16 AM (16 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
ac745a7
Parents:
490d3e8b
Message:

Updated to e2fsprogs 1.41.3

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r490d3e8b r0b9e193  
    3838-->
    3939    <listitem>
     40      <para>2008-10-28</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Updated to e2fsprogs-1.41.3.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[bdubbs] - Updated to M4-1.4.12.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4052      <para>2008-10-27</para>
    4153      <itemizedlist>
    42         <listitem>
    43           <para>[bdubbs] - Updated to M4 1.4.12.</para>
    44         </listitem>
    4554        <listitem>
    4655          <para>[bdubbs] - Added chmod instructions to e2fsprogs and tcl to
  • chapter06/e2fsprogs.xml

    r490d3e8b r0b9e193  
    147147      <seglistitem>
    148148        <seg>badblocks, blkid, chattr, compile_et, debugfs, dumpe2fs, e2fsck,
    149         e2image, e2label, filefrag, findfs, fsck, fsck.ext2, fsck.ext3, logsave, lsattr,
    150         mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3, mklost+found, resize2fs,
    151         tune2fs, uuidd and uuidgen.</seg>
     149        e2image, e2label, e2undo, filefrag, findfs, fsck, fsck.ext2, fsck.ext3,
     150                                fsck.ext4, fsck.ext4dev, logsave, lsattr,
     151        mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3, fsck.ext4, fsck.ext4dev,
     152                                mklost+found, resize2fs, tune2fs, uuidd, and uuidgen.</seg>
    152153        <seg>libblkid.{a,so}, libcom_err.{a,so}, libe2p.{a,so},
    153154        libext2fs.{a,so}, libss.{a,so}, and libuuid.{a,so}</seg>
     
    266267      </varlistentry>
    267268
     269      <varlistentry id="e2undo">
     270        <term><command>e2undo</command></term>
     271        <listitem>
     272          <para>Replayd the undo log undo_log for an ext2/ext3/ext4 filesystem
     273                                        found on a device. This can be used to undo a failed operation by an
     274                                        e2fsprogs program.</para>
     275          <indexterm zone="ch-system-e2fsprogs e2undo">
     276            <primary sortas="b-e2undo">e2undo</primary>
     277          </indexterm>
     278        </listitem>
     279      </varlistentry>
     280
    268281      <varlistentry id="filefrag">
    269282        <term><command>filefrag</command></term>
     
    301314        <listitem>
    302315          <para>By default checks <systemitem class="filesystem">ext2</systemitem>
    303           file systems</para>
     316          file systems. This is a hard link to <command>fsck</command>.</para>
    304317          <indexterm zone="ch-system-e2fsprogs fsck.ext2">
    305318            <primary sortas="b-fsck.ext2">fsck.ext2</primary>
     
    312325        <listitem>
    313326          <para>By default checks <systemitem class="filesystem">ext3</systemitem>
    314           file systems</para>
     327          file systems. This is a hard link to <command>fsck</command>.</para>
    315328          <indexterm zone="ch-system-e2fsprogs fsck.ext3">
    316329            <primary sortas="b-fsck.ext3">fsck.ext3</primary>
     330          </indexterm>
     331        </listitem>
     332      </varlistentry>
     333
     334      <varlistentry id="fsck.ext4">
     335        <term><command>fsck.ext4</command></term>
     336        <listitem>
     337          <para>By default checks <systemitem class="filesystem">ext4</systemitem>
     338          file systems. This is a hard link to <command>fsck</command>.</para>
     339          <indexterm zone="ch-system-e2fsprogs fsck.ext4">
     340            <primary sortas="b-fsck.ext4">fsck.ext4</primary>
     341          </indexterm>
     342        </listitem>
     343      </varlistentry>
     344
     345      <varlistentry id="fsck.ext4dev">
     346        <term><command>fsck.ext4dev</command></term>
     347        <listitem>
     348          <para>By default checks <systemitem class="filesystem">ext4</systemitem>
     349          development file systems. This is a hard link to
     350                                        <command>fsck</command>.</para>
     351          <indexterm zone="ch-system-e2fsprogs fsck.ext4dev">
     352            <primary sortas="b-fsck.ext4dev">fsck.ext4dev</primary>
    317353          </indexterm>
    318354        </listitem>
     
    368404        <listitem>
    369405          <para>By default creates <systemitem class="filesystem">ext2</systemitem>
    370           file systems</para>
     406          file systems.  This is a hard link to <command>mke2fs</command>.</para>
    371407          <indexterm zone="ch-system-e2fsprogs mkfs.ext2">
    372408            <primary sortas="b-mkfs.ext2">mkfs.ext2</primary>
     
    379415        <listitem>
    380416          <para>By default creates <systemitem class="filesystem">ext3</systemitem>
    381           file systems</para>
     417          file systems.  This is a hard link to <command>mke2fs</command>.</para>
    382418          <indexterm zone="ch-system-e2fsprogs mkfs.ext3">
    383419            <primary sortas="b-mkfs.ext3">mkfs.ext3</primary>
     420          </indexterm>
     421        </listitem>
     422      </varlistentry>
     423
     424      <varlistentry id="mkfs.ext4">
     425        <term><command>mkfs.ext4</command></term>
     426        <listitem>
     427          <para>By default creates <systemitem class="filesystem">ext4</systemitem>
     428          file systems.  This is a hard link to <command>mke2fs</command>.</para>
     429          <indexterm zone="ch-system-e2fsprogs mkfs.ext4">
     430            <primary sortas="b-mkfs.ext4">mkfs.ext4</primary>
     431          </indexterm>
     432        </listitem>
     433      </varlistentry>
     434
     435      <varlistentry id="mkfs.ext4dev">
     436        <term><command>mkfs.ext4dev</command></term>
     437        <listitem>
     438          <para>By default creates <systemitem class="filesystem">ext4</systemitem>
     439          development file systems.  This is a hard link to <command>mke2fs</command>.</para>
     440          <indexterm zone="ch-system-e2fsprogs mkfs.ext4dev">
     441            <primary sortas="b-mkfs.ext4dev">mkfs.ext4dev</primary>
    384442          </indexterm>
    385443        </listitem>
  • packages.ent

    r490d3e8b r0b9e193  
    112112     of acceptable features that can be shown by debugfs in
    113113     chapter02/creatingfilesystem.xml -->
    114 <!ENTITY e2fsprogs-version "1.41.2">
    115 <!ENTITY e2fsprogs-size "4,268 KB">
     114<!ENTITY e2fsprogs-version "1.41.3">
     115<!ENTITY e2fsprogs-size "4,276 KB">
    116116<!ENTITY e2fsprogs-url "&sourceforge;e2fsprogs/e2fsprogs-&e2fsprogs-version;.tar.gz">
    117 <!ENTITY e2fsprogs-md5 "1c1c5177aea9a23b45b9b3f5b3241819">
     117<!ENTITY e2fsprogs-md5 "b21d26fc46c584021dc9c444933ee1c2">
    118118<!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net/">
    119 <!ENTITY e2fsprogs-ch5-du "38 MB">
     119<!ENTITY e2fsprogs-ch5-du "37 MB">
    120120<!ENTITY e2fsprogs-ch5-sbu "0.4 SBU">
    121121<!ENTITY e2fsprogs-ch6-du "54 MB testsuite included">
Note: See TracChangeset for help on using the changeset viewer.