From lowell@be-well.ilk.org  Tue Sep 13 19:13:59 2005
Return-Path: <lowell@be-well.ilk.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4EAA916A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Sep 2005 19:13:59 +0000 (GMT)
	(envelope-from lowell@be-well.ilk.org)
Received: from mail25.sea5.speakeasy.net (mail25.sea5.speakeasy.net [69.17.117.27])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 09A0243D46
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 Sep 2005 19:13:58 +0000 (GMT)
	(envelope-from lowell@be-well.ilk.org)
Received: (qmail 23056 invoked from network); 13 Sep 2005 19:13:58 -0000
Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145])
          (envelope-sender <lowell@be-well.ilk.org>)
          by mail25.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP
          for <FreeBSD-gnats-submit@freebsd.org>; 13 Sep 2005 19:13:58 -0000
Received: by be-well.ilk.org (Postfix, from userid 1147)
	id 8E7D4E6; Tue, 13 Sep 2005 15:13:57 -0400 (EDT)
Message-Id: <20050913191357.8E7D4E6@be-well.ilk.org>
Date: Tue, 13 Sep 2005 15:13:57 -0400 (EDT)
From: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] clarification of rc.conf(5) manual
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         86090
>Category:       docs
>Synopsis:       [PATCH] clarification of rc.conf(5) manual
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ceri
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 13 19:20:07 GMT 2005
>Closed-Date:    Tue Jan 24 18:41:56 GMT 2006
>Last-Modified:  Tue Jan 24 18:41:56 GMT 2006
>Originator:     Lowell Gilbert
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
The Ilk
>Environment:
System: FreeBSD be-well.ilk.org 5.4-STABLE FreeBSD 5.4-STABLE #6: Sat Sep 10 08:50:21 EDT 2005 root@be-well.ilk.org:/usr/src/sys/i386/compile/BE-WELL i386


	
>Description:

I wanted to use the rc.conf knobs for enabling rpc.statd and rpc.lockd without
starting nfsd.  The script already did that, so I wrote an update to the
manual to document this fact.


	
>How-To-Repeat:

N/A

	
>Fix:

	

Patch against RELENG_5, but looks equally relevant for later branches.


--- /usr/src/share/man/man5/rc.conf.5.ORIG      Tue Sep 13 14:40:56 2005
+++ /usr/src/share/man/man5/rc.conf.5   Tue Sep 13 14:41:48 2005
@@ -1488,18 +1488,18 @@
 2 and the maximum is 64.
 .It Va rpc_lockd_enable
 .Pq Vt bool
 If set to
 .Dq Li YES
-and also an NFS server, run
+and also an NFS server or client, run
 .Xr rpc.lockd 8
 at boot time.
 .It Va rpc_statd_enable
 .Pq Vt bool
 If set to
 .Dq Li YES
-and also an NFS server, run
+and also an NFS server or client, run
 .Xr rpc.statd 8
 at boot time.
 .It Va rpcbind_program
 .Pq Vt str
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: ceri 
State-Changed-When: Sat Jan 21 13:52:56 UTC 2006 
State-Changed-Why:  
Fixed in -CURRENT; thank you. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86090 
Responsible-Changed-From-To: freebsd-doc->ceri 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Sat Jan 21 13:53:18 UTC 2006 
Responsible-Changed-Why:  
My MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86090 
State-Changed-From-To: patched->closed 
State-Changed-By: ceri 
State-Changed-When: Tue Jan 24 18:41:38 UTC 2006 
State-Changed-Why:  
Patched in RELENG_5 and RELENG_6 too.  Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86090 
>Unformatted:
