From owner-cvs-all@FreeBSD.ORG Tue Feb 24 13:55:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD14D16A4CE; Tue, 24 Feb 2004 13:55:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5AD743D1F; Tue, 24 Feb 2004 13:55:22 -0800 (PST) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1OLtMGe072622; Tue, 24 Feb 2004 13:55:22 -0800 (PST) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1OLtMZV072621; Tue, 24 Feb 2004 13:55:22 -0800 (PST) (envelope-from krion) Message-Id: <200402242155.i1OLtMZV072621@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 24 Feb 2004 13:55:22 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/e2fsprogs Makefile ports/sysutils/e2fsprogs/files fsck_ext2fs.c patch-SIGINFO-e2fck_unix.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2004 21:55:23 -0000 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)