summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--e2fsprogs.spec5
-rw-r--r--po/POTFILES.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b4cff48f..d30f8534 100644
--- 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)
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index 9c480f5b..a30c5040 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -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
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d5f7fc10..9809f44d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -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