Date: Tue, 15 Jan 2008 06:33:21 +0000 (UTC) From: Mike Pritchard <mpp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/quotacheck quotacheck.c Message-ID: <200801150633.m0F6XLaw052896@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mpp 2008-01-15 06:33:21 UTC FreeBSD src repository Modified files: sbin/quotacheck quotacheck.c Log: Quotacheck may possibly skip quota accounting for up to 2 files on a filesystem if the quota data files reside on a different filesystem (e.g. the userquota=/somepath,groupquota=/somepath2 options are specified in /etc/fstab to place the quota files somewhere other than the default location). Fix quotacheck to only skip accounting if the quota data file actually resides on the filesystem being checked. Revision Changes Path 1.34 +14 -3 src/sbin/quotacheck/quotacheck.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801150633.m0F6XLaw052896>