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:
parent
3b2c6a8298
commit
b1eea5e696
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54370
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
$FreeBSDde: de-docproj/books/handbook/network-servers/chapter.xml,v 1.103 2011/12/24 15:51:18 bcr Exp $
|
$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"
|
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||||
|
@ -768,7 +768,7 @@ server-program-arguments</programlisting>
|
||||||
|
|
||||||
<programlisting>rpcbind_enable="YES"
|
<programlisting>rpcbind_enable="YES"
|
||||||
nfs_server_enable="YES"
|
nfs_server_enable="YES"
|
||||||
mountd_flags="-r"</programlisting>
|
mountd_enable="YES"</programlisting>
|
||||||
|
|
||||||
<para>Der Server kann jetzt mit diesem Kommando gestartet
|
<para>Der Server kann jetzt mit diesem Kommando gestartet
|
||||||
werden:</para>
|
werden:</para>
|
||||||
|
|
Loading…
Reference in a new issue