Update to r54368:

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.
This commit is contained in:
Bjoern Heidotting 2020-07-23 18:36:18 +00:00
parent 3b2c6a8298
commit b1eea5e696
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54370

View file

@ -5,7 +5,7 @@
$FreeBSD$
$FreeBSDde: de-docproj/books/handbook/network-servers/chapter.xml,v 1.103 2011/12/24 15:51:18 bcr Exp $
basiert auf: r53872
basiert auf: r54368
-->
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@ -768,7 +768,7 @@ server-program-arguments</programlisting>
<programlisting>rpcbind_enable="YES"
nfs_server_enable="YES"
mountd_flags="-r"</programlisting>
mountd_enable="YES"</programlisting>
<para>Der Server kann jetzt mit diesem Kommando gestartet
werden:</para>