summaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs/files/patch-SIGINFO-e2fck_unix.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - e2fsck now handles SIGINFO (Ctrl+T): print progress bar onceKirill Ponomarev2004-02-241-0/+54
- 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