cvs commit: src/usr.sbin/edquota edquota.c

Mike Pritchard mpp at FreeBSD.org
Sun Feb 4 01:41:33 UTC 2007


mpp         2007-02-04 01:41:33 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/edquota     edquota.c 
  Log:
  If quotas are not currently enabled for a file system, edquota -p
  will operate directly on the quota file.  It will incorrectly write
  the prototype user's usage information for each new quota it sets.
  
  Fixed to read in the current quota information and update the
  file correctly.
  
  If quotas are enabled the kernel handles this case fine.
  
  PR:     bin/15410
  
  Revision  Changes    Path
  1.25      +63 -8     src/usr.sbin/edquota/edquota.c


More information about the cvs-src mailing list