From 8e3f35a7a0e26114454a301515a3ba142f6d3bc3 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Thu, 23 Jul 2020 16:40:49 +0000 Subject: [PATCH] Don't recommend the -r flag to mountd. It enables a non-standards compliant feature to support ancient diskless terminals. We shouldn't recommend it without explanation. (-r is currently the default in /etc/defaults/rc.conf along with -S, this should likely be revisited.) Instead, suggest setting mountd_enable. While not required to start the NFS server, it is required for the "service mountd restart" command below. Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D25760 --- en_US.ISO8859-1/books/handbook/network-servers/chapter.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml b/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml index f94c82e456..0df38b1b6e 100644 --- a/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml @@ -715,7 +715,7 @@ server-program-arguments rpcbind_enable="YES" nfs_server_enable="YES" -mountd_flags="-r" +mountd_enable="YES" The server can be started now by running this command: