mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-24 10:33:35 +08:00
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.
This commit is contained in:
parent
e41784eb0e
commit
7adb91d8e7
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user