cvs commit: src/sbin/quotacheck quotacheck.c

Mike Pritchard mpp at FreeBSD.org
Mon Jan 14 22:33:22 PST 2008


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


More information about the cvs-src mailing list