Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Feb 2007 06:40:29 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/38918: commit references a PR
Message-ID:  <200702040640.l146eTVJ094796@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/38918; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/38918: commit references a PR
Date: Sun,  4 Feb 2007 06:33:46 +0000 (UTC)

 mpp         2007-02-04 06:33:15 UTC
 
   FreeBSD src repository
 
   Modified files:
     usr.sbin/edquota     edquota.c 
     usr.bin/quota        quota.c 
     sbin/quotacheck      quotacheck.c 
     usr.sbin/quotaon     quotaon.c 
     usr.sbin/repquota    repquota.c 
   Log:
   If two files systems, /a and /b are marked as having quotas enabled
   in fstab and they are normally mounted as /a/b, if /b is not mounted,
   the various quota utilities will incorrectly operate with the quotas on
   /a (silently) when operations are attemted on /b.
   
   Sync up all the hasquota() routines between all the different
   quota utilities and change it to detect if the file system we are
   attempting to perform quota operations on is not currently mounted
   and warn the user accordingly.
   
   PR:     bin/38918
   
   Revision  Changes    Path
   1.32      +17 -6     src/sbin/quotacheck/quotacheck.c
   1.27      +21 -7     src/usr.bin/quota/quota.c
   1.26      +23 -8     src/usr.sbin/edquota/edquota.c
   1.12      +21 -8     src/usr.sbin/quotaon/quotaon.c
   1.20      +22 -8     src/usr.sbin/repquota/repquota.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 



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