cvs commit: src/sbin/quotacheck Makefile preen.c quotacheck.8 quotacheck.c quotacheck.h

Mike Pritchard mpp at FreeBSD.org
Sat Jan 26 04:03:27 PST 2008


mpp         2008-01-26 12:03:27 UTC

  FreeBSD src repository

  Modified files:
    sbin/quotacheck      Makefile preen.c quotacheck.8 
                         quotacheck.c 
  Added files:
    sbin/quotacheck      quotacheck.h 
  Log:
  Sync up quotacheck's preen.c with fsck's.  This makes quotacheck
  process parallel checks in the same way as fsck, since fsck supports
  pass numbers other than 0, 1 or 2.  Without this, quotacheck would
  ignore file systems with pass numbers > 2.
  
  The -l (maxrun) option is now deprecated and can be tuned with pass
  numbers in /etc/fstab if needed.
  
  Revision  Changes    Path
  1.9       +2 -2      src/sbin/quotacheck/Makefile
  1.27      +180 -183  src/sbin/quotacheck/preen.c
  1.20      +3 -0      src/sbin/quotacheck/quotacheck.8
  1.35      +13 -18    src/sbin/quotacheck/quotacheck.c
  1.1       +43 -0     src/sbin/quotacheck/quotacheck.h (new)


More information about the cvs-src mailing list