From owner-cvs-all Sun Mar 21 15:48:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7954B152F9; Sun, 21 Mar 1999 15:47:58 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA23745; Sun, 21 Mar 1999 15:47:40 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <199903212347.PAA23745@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sun, 21 Mar 1999 15:47:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump optr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/03/21 15:47:40 PST Modified files: sbin/dump optr.c Log: The attached patch to /usr/src/sbin/dump/optr.c changes the comparison so that dumps are treated by dump -w as having been done on midnight of the day they were actually run. This makes dump -w behave as expected for regularly scheduled daily dumps - if they all run the same day. It makes dump -w behave strangely if you dump late in the day and check again after midnight, but that is the lesser of two evils. Submitted by: Mike Meyer PR: 9429 Revision Changes Path 1.6 +5 -5 src/sbin/dump/optr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message