Bug 63320

Summary: [MAINTAINER] sysutils/e2fsprogs: fix fsck_ext2fs bug, add SIGINFO handler
Product: Ports & Packages Reporter: Matthias Andree <matthias.andree>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
e2fsprogs-1.35.w20040131_2.patch none

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!