* fsck_ext2fs.8 (1.3): Reformat long lines.
* fsck_ext2fs.8 (1.2): Add copyright notice and license. Change -
to \- where appropriate. Add Id and FreeBSD keywords for ident.
* fsck_ext2fs.c (1.6): Update license.
* fsck_ext2fs.8 (1.1): Add a manual page.
* fsck_ext2fs.c (1.5): When run with -F, do not report 'unknown
option'.
PR: 99712
Submitted by: Matthias Andree <matthias.andree at gmx.de>
if it's run without option, so that fsck_ext2fs behaviour matches
fsck_ufs behaviour with respect to "check without -f option".
. Add -v for verbose mode, note that fsck doesn't appear to propagate
-v options down, this will only be effective when fsck_ext2fs is run
directly.
. Switch SOURCEFORGE MASTER_SITES to _EXTENDED variant
PR: 64075
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
- Bugfix: fsck_ext2fs would abort the boot when run as part of
/etc/rc and e2fsck had repaired a file system. fsck_ext2fs
now maps exit codes 0 to 3 from e2fsck to 0. If e2fsck is
aborted by a signal or an exit code of 4 or higher, maps to
EXIT_FAILURE.
PR: ports/63320
Submitted by: maintainer
. Make the submitter the maintainer.
. Run test suite as part of the build.
. Support -DDISABLE_NLS to compile without gettext.
. Add a fsck_ext2fs wrapper that interfaces between fsck and e2fsck.
PR: 62563
Submitted by: Matthias Andree <matthias.andree@gmx.de>