From owner-cvs-sbin Tue Jun 20 20:55:21 1995 Return-Path: cvs-sbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA29387 for cvs-sbin-outgoing; Tue, 20 Jun 1995 20:55:21 -0700 Received: (from dima@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA29373 ; Tue, 20 Jun 1995 20:55:15 -0700 Date: Tue, 20 Jun 1995 20:55:15 -0700 From: Dima Ruban Message-Id: <199506210355.UAA29373@freefall.cdrom.com> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/quotacheck quotacheck.c Sender: cvs-sbin-owner@freebsd.org Precedence: bulk dima 95/06/20 20:55:15 Modified: sbin/quotacheck quotacheck.c Log: `dev_bsize' must be reset to 1 before the bread() or quotacheck -a will fail after the first partition (because dev_bsize is 512 and is messes up the superblock read of the second partition) Submitted by: dillon@best.com (Mattew Dillon)