From owner-cvs-all@FreeBSD.ORG Sat Feb 3 11:20:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0EEE716A48F; Sat, 3 Feb 2007 11:20:29 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DE4F613C4B2; Sat, 3 Feb 2007 11:20:28 +0000 (UTC) (envelope-from mpp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l13BKSi2022702; Sat, 3 Feb 2007 11:20:28 GMT (envelope-from mpp@repoman.freebsd.org) Received: (from mpp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l13BKSiC022701; Sat, 3 Feb 2007 11:20:28 GMT (envelope-from mpp) Message-Id: <200702031120.l13BKSiC022701@repoman.freebsd.org> From: Mike Pritchard Date: Sat, 3 Feb 2007 11:20:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/quotacheck quotacheck.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Feb 2007 11:20:29 -0000 mpp 2007-02-03 11:20:28 UTC FreeBSD src repository Modified files: sbin/quotacheck quotacheck.c Log: Do not touch the block or i-node grace times for id 0. These are used to indicate the default grace period for the file system, and should not be touched by quotacheck. Revision Changes Path 1.31 +2 -2 src/sbin/quotacheck/quotacheck.c