Bug 238532

Summary: Handbook Section 29.3.3 -- minor inaccurancy
Product: Documentation Reporter: Ronald F. Guilmette <rfg-freebsd>
Component: Books & ArticlesAssignee: Sergio Carlavilla Delgado <carlavilla>
Status: Closed FIXED    
Severity: Affects Some People CC: carlavilla, doc, rgrimes
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ronald F. Guilmette 2019-06-13 01:43:10 UTC
Section 29.3.3 of the Handbook says to run the following two commands in order to enable file locking on NFS volumes:

# service lockd start
# service statd start

Apparently, the first of these two commands now starts both services, so only that one command is required nowadays.

The Handbook should be updated accordingly.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-09-09 09:22:56 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=092bcd63ad88ce3a460db813b3ce522aa5ec4650

commit 092bcd63ad88ce3a460db813b3ce522aa5ec4650
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2023-09-09 09:20:37 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-09-09 09:20:37 +0000

    Handbook - Network Servers: Improve NFS locking instructions

    PR:             238532
    Reported by:    Ronald F. Guilmette <rfg-freebsd@tristatelogic.com>

 .../content/en/books/handbook/network-servers/_index.adoc      | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
Comment 2 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2023-09-09 09:23:30 UTC
Fixed, thanks for the report!