]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
ChangeLog, e2fsprogs.spec:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 14 Aug 2000 14:47:51 +0000 (14:47 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 14 Aug 2000 14:47:51 +0000 (14:47 +0000)
  e2fsprogs.spec (Summary): Add description of resize2fs to the package
   summary.
POTFILES.in:
  Add recover.c and journal.c to the list of files that need
  internationalization processing.

ChangeLog
e2fsprogs.spec
po/POTFILES.in

index b4cff48fa045f8dda83a576c36a96f222d738d4f..d30f853412b4c53a9e62759f145b7465e672d699 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-08-14    <tytso@valinux.com>
 
+       * e2fsprogs.spec (Summary): Add description of resize2fs to the
+               package summary.
+
        * configure.in: Add test for sys/mount.h (required for e2fsck's
                ext3 recovery code)
 
index 9c480f5b3471ef27e69f6d6350b88224fa4a78d8..a30c5040a1cbbc97b6dd191f0461464c55943e0c 100644 (file)
@@ -16,8 +16,9 @@ filesystem inconsistencies after an unclean shutdown), mke2fs (used to
 initialize a partition to contain an empty ext2 filesystem), debugfs
 (used to examine the internal structure of a filesystem, to manually
 repair a corrupted filesystem or to create test cases for e2fsck), tune2fs
-(used to modify filesystem parameters) and most of the other core ext2fs
-filesystem utilities.
+(used to modify filesystem parameters), resize2fs to grow and shrink
+unmounted ext2 filesystems, and most of the other core ext2fs filesystem
+utilities.
 
 You should install the e2fsprogs package if you are using any ext2
 filesystems (if you're not sure, you probably should install this
index d5f7fc106ca1f228590f3fbd2429dfeb20ba3048..9809f44d176065f4e3fb5b7cc3f13df49997c8ff 100644 (file)
@@ -4,6 +4,7 @@ e2fsck/emptydir.c
 e2fsck/extend.c
 e2fsck/flushb.c
 e2fsck/iscan.c
+e2fsck/journal.c
 e2fsck/message.c
 e2fsck/pass1b.c
 e2fsck/pass1.c
@@ -11,6 +12,7 @@ e2fsck/pass3.c
 e2fsck/pass4.c
 e2fsck/pass5.c
 e2fsck/problem.c
+e2fsck/recover.c
 e2fsck/scantest.c
 e2fsck/swapfs.c
 e2fsck/unix.c