From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 4 06:40:29 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E9C5B16A407 for ; Sun, 4 Feb 2007 06:40:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id D9AFA13C4B2 for ; Sun, 4 Feb 2007 06:40:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l146eTSB094798 for ; Sun, 4 Feb 2007 06:40:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l146eTVJ094796; Sun, 4 Feb 2007 06:40:29 GMT (envelope-from gnats) Date: Sun, 4 Feb 2007 06:40:29 GMT Message-Id: <200702040640.l146eTVJ094796@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: bin/38918: commit references a PR X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Feb 2007 06:40:30 -0000 The following reply was made to PR bin/38918; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/38918: commit references a PR Date: Sun, 4 Feb 2007 06:33:46 +0000 (UTC) mpp 2007-02-04 06:33:15 UTC FreeBSD src repository Modified files: usr.sbin/edquota edquota.c usr.bin/quota quota.c sbin/quotacheck quotacheck.c usr.sbin/quotaon quotaon.c usr.sbin/repquota repquota.c Log: If two files systems, /a and /b are marked as having quotas enabled in fstab and they are normally mounted as /a/b, if /b is not mounted, the various quota utilities will incorrectly operate with the quotas on /a (silently) when operations are attemted on /b. Sync up all the hasquota() routines between all the different quota utilities and change it to detect if the file system we are attempting to perform quota operations on is not currently mounted and warn the user accordingly. PR: bin/38918 Revision Changes Path 1.32 +17 -6 src/sbin/quotacheck/quotacheck.c 1.27 +21 -7 src/usr.bin/quota/quota.c 1.26 +23 -8 src/usr.sbin/edquota/edquota.c 1.12 +21 -8 src/usr.sbin/quotaon/quotaon.c 1.20 +22 -8 src/usr.sbin/repquota/repquota.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"