Date: Tue, 24 Feb 2004 13:55:22 -0800 (PST) From: Kirill Ponomarew <krion@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/e2fsprogs Makefile ports/sysutils/e2fsprogs/files fsck_ext2fs.c patch-SIGINFO-e2fck_unix.c Message-ID: <200402242155.i1OLtMZV072621@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
krion 2004/02/24 13:55:22 PST
FreeBSD ports repository
Modified files:
sysutils/e2fsprogs Makefile
sysutils/e2fsprogs/files fsck_ext2fs.c
Added files:
sysutils/e2fsprogs/files patch-SIGINFO-e2fck_unix.c
Log:
- e2fsck now handles SIGINFO (Ctrl+T): print progress bar once
- 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
Revision Changes Path
1.14 +1 -1 ports/sysutils/e2fsprogs/Makefile
1.2 +39 -6 ports/sysutils/e2fsprogs/files/fsck_ext2fs.c
1.1 +54 -0 ports/sysutils/e2fsprogs/files/patch-SIGINFO-e2fck_unix.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402242155.i1OLtMZV072621>
