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 Subject: docs/86090: [PATCH] clarification of rc.conf(5) manual Message-ID: <20050913191357.8E7D4E6@be-well.ilk.org> Resent-Message-ID: <200509131920.j8DJK7Wx080124@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 86090 >Category: docs >Synopsis: [PATCH] clarification of rc.conf(5) manual >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 13 19:20:07 GMT 2005 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050913191357.8E7D4E6>
