Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2008 12:03:27 +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 Makefile preen.c quotacheck.8 quotacheck.c quotacheck.h
Message-ID:  <200801261203.m0QC3RTS078486@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801261203.m0QC3RTS078486>