ChangeLog, e2fsprogs.spec:

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.
bitmap-optimize
Theodore Ts'o 2000-08-14 14:47:51 +00:00
parent e41784eb0e
commit 7adb91d8e7
3 changed files with 8 additions and 2 deletions

View File

@ -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)

View 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

View 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