From nick@capella.systems.tus.azstarnet.com  Tue Jan  4 18:44:03 2000
Return-Path: <nick@capella.systems.tus.azstarnet.com>
Received: from capella.systems.tus.azstarnet.com (capella.systems.tus.azstarnet.com [169.197.54.142])
	by hub.freebsd.org (Postfix) with ESMTP id B8317151C9
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 Jan 2000 18:44:02 -0800 (PST)
	(envelope-from nick@capella.systems.tus.azstarnet.com)
Received: (from nick@localhost)
	by capella.systems.tus.azstarnet.com (8.9.3/8.9.3) id TAA90744;
	Tue, 4 Jan 2000 19:44:02 -0700 (MST)
	(envelope-from nick)
Message-Id: <200001050244.TAA90744@capella.systems.tus.azstarnet.com>
Date: Tue, 4 Jan 2000 19:44:02 -0700 (MST)
From: nick@flatlan.net
Sender: nick@capella.systems.tus.azstarnet.com
Reply-To: nick@flatlan.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Handbook section for quotas over NFS
X-Send-Pr-Version: 3.2

>Number:         15898
>Category:       docs
>Synopsis:       Handbook section for quotas over NFS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jim
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan  4 18:50:01 PST 2000
>Closed-Date:    Wed Jan 12 16:35:26 PST 2000
>Last-Modified:  Wed Jan 12 16:36:02 PST 2000
>Originator:     Nicholas Esborn
>Release:        FreeBSD 3.3-RELEASE
>Organization:
flatlan, tucson, az, us
>Environment:
FreeBSD carbon.flatlan.net 3.3-RELEASE FreeBSD 3.3-RELEASE #3: Tue Nov  2 23:37:42 MST 1999     nick@carbon.flatlan.net:/usr/src/sys/compile/CARBON  i386


>Description:


>How-To-Repeat:


>Fix:
	
*** doc/en_US.ISO_8859-1/books/handbook/quotas/chapter.sgml.orig	Tue Dec 21 18:18:32 1999
--- doc/en_US.ISO_8859-1/books/handbook/quotas/chapter.sgml	Tue Jan  4 19:23:08 2000
***************
*** 222,230 ****
    </sect1>
        
    <sect1>
!     <title>* Quotas over NFS</title>
      
!     <para>This section is still under development.</para>
    </sect1>
  </chapter>
  
--- 222,244 ----
    </sect1>
        
    <sect1>
!     <title>Quotas over NFS</title>
      
!     <para>Quotas are enforced by the quota subsystem on the NFS server.
!       The <command>rpc.rquotad(8)</command> daemon makes quota
!       information available to the <command>quota(1)</command> command
!       on NFS clients, allowing users on those machines to see their quota
!       statistics.</para>
! 
!       Enable <command>rpc.rquotad</command> in
!       <filename>/etc/inetd.conf</filename> like so:</para>
! 
!     <programlisting>
! rquotad/1      dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad</programlisting>
! 
!     <para>Now restart <command>inetd</command>:</para>
! 
!     <screen>&prompt.root; <userinput>kill -HUP `cat /var/run/inetd.pid`</userinput></screen>
    </sect1>
  </chapter>
  

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->jim 
Responsible-Changed-By: jim 
Responsible-Changed-When: Tue Jan 4 21:08:14 PST 2000 
Responsible-Changed-Why:  
I'll take this. 
State-Changed-From-To: open->closed 
State-Changed-By: jim 
State-Changed-When: Wed Jan 12 16:35:26 PST 2000 
State-Changed-Why:  
New section committed, thanks! 
>Unformatted:
