From owner-cvs-src@FreeBSD.ORG Fri May 21 13:13:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7663816A4CE; Fri, 21 May 2004 13:13:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59AD243D1F; Fri, 21 May 2004 13:13:37 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4LKDXbG060234; Fri, 21 May 2004 13:13:33 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4LKDXg1060233; Fri, 21 May 2004 13:13:33 -0700 (PDT) (envelope-from imp) Message-Id: <200405212013.i4LKDXg1060233@repoman.freebsd.org> From: Warner Losh Date: Fri, 21 May 2004 13:13:33 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/dump optr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 20:13:37 -0000 imp 2004/05/21 13:13:33 PDT FreeBSD src repository Modified files: sbin/dump optr.c Log: Enter the 1990's and assume that the computer knows what time it is. Print the ETA of dump being finished, rather than a cryptic delta time. Also, if we have written more blocks than the tapesize, assume that we are 99.99% done and that we'll be finished 'soon'. Revision Changes Path 1.29 +22 -15 src/sbin/dump/optr.c