Bug 164735

Summary: Quota enable documentation needs to be updated
Product: Documentation Reporter: Adam Strohl <adams-freebsd>
Component: Books & ArticlesAssignee: Daniel Gerzo <danger>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Adam Strohl 2012-02-03 12:50:02 UTC
On http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/quotas.html the method for enabling quotas in /etc/rc.conf is described as follows:

---
Next you will need to enable disk quotas in /etc/rc.conf. This is done by adding the line:

enable_quotas="YES"
---

And should be (at least for FreeBSD 9):

---
Next you will need to enable disk quotas in /etc/rc.conf. This is done by adding the line:

quota_enable="YES"
---

Fix: 

N/A
How-To-Repeat: N/A
Comment 1 Johann Kois freebsd_committer freebsd_triage 2012-02-04 08:30:49 UTC
Responsible Changed
From-To: freebsd-www->freebsd-doc

Reclassify.  docs PR.
Comment 2 Daniel Gerzo freebsd_committer freebsd_triage 2012-02-10 10:09:22 UTC
Responsible Changed
From-To: freebsd-doc->danger

Take
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-02-10 10:09:36 UTC
danger      2012-02-10 10:09:19 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/disks chapter.sgml 
  Log:
  - update rc.conf configuration directive for enabling quotas for
    recent FreeBSD systems
  
  Reviewed by:    remko
  PR:             docs/164735
  
  Revision  Changes    Path
  1.313     +7 -2      doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml
_______________________________________________
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"
Comment 4 Daniel Gerzo freebsd_committer freebsd_triage 2012-02-10 10:09:40 UTC
State Changed
From-To: open->closed

- fixed; the docs should be updated in a couple of hours 
- Thank you for the report!