From owner-cvs-src@FreeBSD.ORG Fri Mar 18 22:45:29 2005 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 4585116A4CE; Fri, 18 Mar 2005 22:45:29 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C79643D54; Fri, 18 Mar 2005 22:45:28 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2IMjEjm068477; Fri, 18 Mar 2005 15:45:14 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 18 Mar 2005 15:45:14 -0700 (MST) Message-Id: <20050318.154514.74684738.imp@bsdimp.com> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: Warner Losh In-Reply-To: <200503182106.j2IL6sdq038162@repoman.freebsd.org> References: <200503182106.j2IL6sdq038162@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sbin/restore tape.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, 18 Mar 2005 22:45:29 -0000 From: Warner Losh Subject: cvs commit: src/sbin/restore tape.c Date: Fri, 18 Mar 2005 21:06:54 +0000 (UTC) > imp 2005-03-18 21:06:54 UTC > > FreeBSD src repository > > Modified files: > sbin/restore tape.c > Log: > In order to print out the dump dates correctly, the date and ddate fields > also need to be convereted for old tapes for records of type TAPE. Note: old tapes are still broken, but at least the date is printed correctly. Now to find why old tapes are still broken... old here means 'pre-RELENG_5' not old in the '-c' sense (pre 4.4-bsd). Warner