From owner-cvs-all@FreeBSD.ORG Sat Feb 28 00:34:23 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 20E8D16A4D0; Sat, 28 Feb 2004 00:34:23 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7405743D1D; Sat, 28 Feb 2004 00:34:22 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id C41E46538B; Sat, 28 Feb 2004 08:34:20 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 83562-01; Sat, 28 Feb 2004 08:34:20 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 19647651F7; Sat, 28 Feb 2004 08:34:20 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id C57A657; Sat, 28 Feb 2004 08:34:18 +0000 (GMT) Date: Sat, 28 Feb 2004 08:34:18 +0000 From: Bruce M Simpson To: Scott Long Message-ID: <20040228083418.GO24378@saboteur.dek.spc.org> Mail-Followup-To: Scott Long , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200402280750.i1S7ogTx025570@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402280750.i1S7ogTx025570@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/fsck_ffs fsck.h main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c utilities.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: Sat, 28 Feb 2004 08:34:23 -0000 On Fri, Feb 27, 2004 at 11:50:42PM -0800, Scott Long wrote: > Log: > In the case of a background fsck, periodically update the process title > with a progress update. Nice one! BMS