Bug 63320 - [MAINTAINER] sysutils/e2fsprogs: fix fsck_ext2fs bug, add SIGINFO handler
Summary: [MAINTAINER] sysutils/e2fsprogs: fix fsck_ext2fs bug, add SIGINFO handler
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-24 21:30 UTC by Matthias Andree
Modified: 2004-02-24 21:55 UTC (History)
0 users

See Also:


Attachments
e2fsprogs-1.35.w20040131_2.patch (3.68 KB, patch)
2004-02-24 21:30 UTC, Matthias Andree
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree 2004-02-24 21:30:21 UTC
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.

Feature: e2fsck now handles SIGINFO (Ctrl+T): print progress bar once.

COMMITTER: there is a new file "files/patch-SIGINFO-e2fck_unix.c",
please remember to cvs add it.

Generated with FreeBSD Port Tools 0.50
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-02-24 21:55:26 UTC
State Changed
From-To: open->closed

Committed, thanks!